From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 22 08:04:53 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 AF460106564A for ; Fri, 22 Apr 2011 08:04:53 +0000 (UTC) (envelope-from inyaoo@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 3F1118FC0A for ; Fri, 22 Apr 2011 08:04:52 +0000 (UTC) Received: by fxm11 with SMTP id 11so382831fxm.13 for ; Fri, 22 Apr 2011 01:04:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=huHw1JbOaJXKDq+BnCEIGUU3eUCfEihwOqvjDKrWFro=; b=JtoRFWCGUWfe8f6hhuqSV9wPK1i6A1miWCjQOto6Zar/VMRNlbizfDu87OzFrSbZvR pKzoVwnZjo9Ag+GWWv4uIm0rqDDG3Rc80Vg6JG7wiu1UuCZ2AHsypPAzhgjX81NVs5K8 d6MAyZ+rwnMLr1MgiNbJ8NWfk5WdwC5+LQk1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; b=usovhduFgpPbELR/YWXjRdMxXHYQaUV3VBeS8oUE13deySLguv8OT3XmBQVQaPaPde Dyyt4ELyqex4vSxHQ//xuuTmQG/wfIL8njECHRwhr9igJj+22o8U6n0y34Gq4/LnviuN FY24fkMwEDskpcwZjdvt0MwQ9pWp+wN27dpOs= Received: by 10.223.101.72 with SMTP id b8mr926321fao.15.1303459492176; Fri, 22 Apr 2011 01:04:52 -0700 (PDT) Received: from localhost (89-253-97-235.customers.ownit.se [89.253.97.235]) by mx.google.com with ESMTPS id b18sm814248fak.8.2011.04.22.01.04.47 (version=SSLv3 cipher=OTHER); Fri, 22 Apr 2011 01:04:50 -0700 (PDT) From: Pan Tsu To: =?utf-8?B?0JjQu9GM0Y8g0JXRgNC80L7Qu9C40L0=?= References: Date: Fri, 22 Apr 2011 12:04:44 +0400 In-Reply-To: (=?utf-8?B?ItCY0LvRjNGPCdCV0YDQvNC+0LvQuNC9Iidz?= message of "Fri, 22 Apr 2011 10:35:58 +0400") Message-ID: <86y632emoz.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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:04:53 -0000 =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=3DVariable > "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 availab= le. > ) at nsAppRunner.cpp:3364 > #23 0x0000000000401416 in main (argc=3D1, argv=3D0x7fffffffe240) > at nsBrowserApp.cpp:158