From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 22 18:28:36 2011 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD7501065674 for ; Fri, 22 Apr 2011 18:28:36 +0000 (UTC) (envelope-from ermolinis@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC868FC13 for ; Fri, 22 Apr 2011 18:28:35 +0000 (UTC) Received: by bwz12 with SMTP id 12so886739bwz.13 for ; Fri, 22 Apr 2011 11:28:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=dMCb42+xVtoG5q0H7wYilbVbBJPPnkAq1kpgwHv7FRg=; b=LtBJ4e4OSgNwgtXER/T/91o70haT2VuKfDitw0KFtF2Va+YjtGflxYF6sAknVTNA8G bjJ8j0rpwBglsRbSbwTuwQLNrFlDBcdA69t6Jo9slepOsJ2Uy5qScooErvgVhp+vIvnM /1QPaRbJE0hl2T3uYo1SQ+wMe0mMV+LWFaWys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=hyCmHvQcFqsqscY+1T1xnD6O+4B9lY87VedD5l6ubv4cwRnLgDtRQhGJMZhbDVYllf KCkstfUoshrB1sZ7npBNx7TSzBBJEJb7P+jKMPzEUvHNv3LI9woscPsyewPr2kBheGtA 9uhvUtKnlbL8/3XNx+F4Ja9vsUXi3AMUVyl5s= MIME-Version: 1.0 Received: by 10.205.64.208 with SMTP id xj16mr1153488bkb.60.1303496914866; Fri, 22 Apr 2011 11:28:34 -0700 (PDT) Received: by 10.204.10.14 with HTTP; Fri, 22 Apr 2011 11:28:34 -0700 (PDT) In-Reply-To: References: <86y632emoz.fsf@gmail.com> Date: Fri, 22 Apr 2011 22:28:34 +0400 Message-ID: From: =?UTF-8?B?0JjQu9GM0Y8g0JXRgNC80L7Qu9C40L0=?= To: Pan Tsu Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gecko@freebsd.org Subject: Re: firefox crash X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2011 18:28:36 -0000 I have rebuild this 2 libraries with -g option and reinstall them, so libgnomeui-2.so.0 and libgnome-2.so.0 is in their place and firefox don't crush any more... So I will try to rebuild this libs without symbols and after that I will rebuild firefox without symbols. Big thanks for advise one more time! 2011/4/22 =D0=98=D0=BB=D1=8C=D1=8F =D0=95=D1=80=D0=BC=D0=BE=D0=BB=D0=B8=D0= =BD > Thanks! It's helped! > > As I can see from shell via ssh firefox doesn't crashed without libs in > /usr/local/lib > > So now my quiestion is: > how I can compile many ports with symbols? > > > 2011/4/22 Pan Tsu > >> =D0=98=D0=BB=D1=8C=D1=8F =D0=95=D1=80=D0=BC=D0=BE=D0=BB=D0=B8=D0=BD writes: >> >> [...] >> > #12 0x000000080bb58434 in gconf_engine_connect () >> > from /usr/local/lib/libgconf-2.so.4 >> > #13 0x000000080bb58639 in gconf_engine_get_database () >> > from /usr/local/lib/libgconf-2.so.4 >> > ---Type to continue, or q to quit--- >> > #14 0x000000080bb58d37 in gconf_engine_notify_add () >> > from /usr/local/lib/libgconf-2.so.4 >> > #15 0x000000080bb60bea in gconf_client_add_dir () >> > from /usr/local/lib/libgconf-2.so.4 >> > #16 0x0000000809e578c2 in gnome_gtk_module_info_get () >> > from /usr/local/lib/libgnomeui-2.so.0 >> > #17 0x000000080a352b03 in gnome_program_postinit () >> > from /usr/local/lib/libgnome-2.so.0 >> > #18 0x000000080a352ea3 in gnome_program_postinit () >> > from /usr/local/lib/libgnome-2.so.0 >> > #19 0x000000080a3530fd in gnome_program_initv () >> > from /usr/local/lib/libgnome-2.so.0 >> > #20 0x000000080a3531f4 in gnome_program_init () >> > from /usr/local/lib/libgnome-2.so.0 >> > #21 0x0000000800bfca76 in nsNativeAppSupportUnix::Start (this=3DVariab= le >> > "this" is not available. >> > ) >> >> Gnome libs are preloaded during startup. Can you move libgnomeui-2.so.0 >> and libgnome-2.so.0 out of /usr/local/lib and try again? >> >> If firefox stops to crash then you need to compile the libs and their >> dependencies with symbols as the next step. >> >> > at nsNativeAppSupportUnix.cpp:533 >> > #22 0x0000000800beef3f in XRE_main (argc=3DVariable "argc" is not >> available. >> > ) at nsAppRunner.cpp:3364 >> > #23 0x0000000000401416 in main (argc=3D1, argv=3D0x7fffffffe240) >> > at nsBrowserApp.cpp:158 >> > > > > -- > =D0=A1 =D0=A3=D0=B2=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC, > =D0=95=D1=80=D0=BC=D0=BE=D0=BB=D0=B8=D0=BD =D0=98=D0=BB=D1=8C=D1=8F > > Ermolin Ilya > --=20 =D0=A1 =D0=A3=D0=B2=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC, =D0=95=D1=80=D0=BC=D0=BE=D0=BB=D0=B8=D0=BD =D0=98=D0=BB=D1=8C=D1=8F Ermolin Ilya