From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 22 08:19:20 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 CE904106564A for ; Fri, 22 Apr 2011 08:19:20 +0000 (UTC) (envelope-from ermolinis@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 550B68FC14 for ; Fri, 22 Apr 2011 08:19:19 +0000 (UTC) Received: by fxm11 with SMTP id 11so389449fxm.13 for ; Fri, 22 Apr 2011 01:19:19 -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=r+sY52Dy0jIqyatE4TZaknJ91IZfPuVk+yFcTPJCYHo=; b=PLIrxu9zJhYRaMVShtB6f4uKtjj804zw+4H18QXeTcLQZeVAp6JPDO+Ailqp3uvt3p 4fSPbsyR4NjnkDF7B0OixJLQ7CUAlJrJjiagxY9bfGA+3oK36VmOavyxo5MHwv8Xu0vO T3CueAb3lSMBFMQPhdiD+tFbBvbTO6PHJNg/s= 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=w5udQwtz+rka27OKOwixBC8o+gggR+T7JQukJSP/EL5sHulZbnObL3wMgOaD0LF4Wd cDgS/qVQQDDG/sejI4qxO8+9jdc0M+mH50o4moHYsePSCua5NfxvXTaHDQ4G0T0NMEXf 82Rr3wLS7KPQAa9xCQ1XNR5321aTKj1yoQ64s= MIME-Version: 1.0 Received: by 10.223.160.8 with SMTP id l8mr906142fax.114.1303460358927; Fri, 22 Apr 2011 01:19:18 -0700 (PDT) Received: by 10.223.74.13 with HTTP; Fri, 22 Apr 2011 01:19:18 -0700 (PDT) In-Reply-To: <86y632emoz.fsf@gmail.com> References: <86y632emoz.fsf@gmail.com> Date: Fri, 22 Apr 2011 12:19:18 +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 08:19:20 -0000 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=3DVariabl= e > > "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 > --=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