From owner-freebsd-gnome@FreeBSD.ORG Sat Oct 28 20:10:32 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28D4A16A40F for ; Sat, 28 Oct 2006 20:10:32 +0000 (UTC) (envelope-from jev@ecad.org) Received: from mail.emmplus.ie (mail.emmplus.ie [66.154.97.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id D971843D4C for ; Sat, 28 Oct 2006 20:10:31 +0000 (GMT) (envelope-from jev@ecad.org) Received: from localhost (localhost [127.0.0.1]) by mail.emmplus.ie (Postfix) with ESMTP id 086DFA1079 for ; Sat, 28 Oct 2006 21:10:18 +0100 (IST) X-Virus-Scanned: by amavisd-new at emmplus.ie Received: from mail.emmplus.ie ([127.0.0.1]) by localhost (cohiba.emmplus.ie [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ef5kms0sU3CB for ; Sat, 28 Oct 2006 21:10:17 +0100 (IST) Received: from [192.168.0.105] (unknown [204.244.149.125]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.emmplus.ie (Postfix) with ESMTP id 51228A1074 for ; Sat, 28 Oct 2006 21:10:17 +0100 (IST) Message-ID: <4543B861.8060808@ecad.org> Date: Sat, 28 Oct 2006 13:06:57 -0700 From: Jev User-Agent: Thunderbird 1.5.0.7 (X11/20061016) MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Firefox2 port segfaults. More info.. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 20:10:32 -0000 Hi All, I posted last week; http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/015595.html I'm still having the same problem. The segfault is happening in libpthread, so I recompiled libpthread with debug symbols. I have also verified that no plugins are getting loaded. I have tried starting firefox2 with and without the cli --safe-mode option. Here is a log of firefox starting up, segfaulting, a backtrace from gdb, and the entire package list for my machine. http://ecad.org/~jev/firefox2.html To summarize what you will find at the above link, I'm running: 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Tue May 9 08:53:13 PDT 2006 The back trace is as follows: (gdb) bt #0 0x28c8f847 in kse_thr_interrupt () at kse_thr_interrupt.S:2 #1 0x28c789bf in sig_daemon (arg=0x0) at /usr/src/lib/libpthread/thread/thr_sig.c:220 #2 0x28c85d29 in kse_sched_single (kmbx=0x8165d0c) at /usr/src/lib/libpthread/thread/thr_kern.c:886 #3 0x286cc450 in ?? () Current language: auto; currently asm (gdb) I built this package using the port from here: http://www.ahze.net/~ahze/distfiles/firefox.tar.bz2 As posted by Michael Johnson here: http://lists.freebsd.org/pipermail/freebsd-gnome/2006-October/015738.html I'm not subscribed to freebsd-gnome@ so please CC me on replies. Let me know if there is any thing else I can do to try and help track down this problem. Cheers, -Jev