From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 15:37:25 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE28A106566C for ; Wed, 19 Jan 2011 15:37:25 +0000 (UTC) (envelope-from weif@weif.net) Received: from maxwell.cjones.org (mail.cjones.org [69.146.226.138]) by mx1.freebsd.org (Postfix) with ESMTP id A06208FC23 for ; Wed, 19 Jan 2011 15:37:25 +0000 (UTC) Received: by maxwell.cjones.org (Postfix, from userid 1003) id 3D9484A64C7; Wed, 19 Jan 2011 08:37:24 -0700 (MST) From: Keith Seyffarth To: Chuck Swiger In-Reply-To: <8F60CE40-A466-4917-AE10-B63F4026B0D9@mac.com> (message from Chuck Swiger on Tue, 18 Jan 2011 20:56:34 -0800) References: <844o957rei.fsf@maxwell.cjones.org> <90697FB1-79FD-4766-A01B-B06672D1EB7C@mac.com> <84y66h6491.fsf@maxwell.cjones.org> <84vd1l61uf.fsf@maxwell.cjones.org> <84pqrt5xet.fsf@maxwell.cjones.org> <8F60CE40-A466-4917-AE10-B63F4026B0D9@mac.com> Date: Wed, 19 Jan 2011 08:37:24 -0700 Message-ID: <84wrm029cb.fsf@maxwell.cjones.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: use of menus crashes Firefox? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 15:37:26 -0000 Chuck Swiger writes: > Enter "run", or "c" for continue. If and when Firefox crashes, you > will be able to gain more useful information.... That does provide a bunch more information. Thank you. Here is the output when Firefox crashed when trying to load a web page. I can definitely get another one for when Firefox crashes when you exit, and I can probably get another one for when it crashes when you reload a page, but that's a little less easy to reproduce. (to maintain some readability, I removed the "loading" lines) $ gdb /usr/local/lib/firefox3/firefox-bin 1303 Attaching to program: /usr/local/lib/firefox3/firefox-bin, process 1303 [New Thread 0x2c628be0 (LWP 100152)] [New Thread 0x2ca0c130 (LWP 100191)] [New Thread 0x2c628e00 (LWP 100188)] [New Thread 0x2ca0b470 (LWP 100185)] [New Thread 0x2b508ef0 (LWP 100186)] [New Thread 0x2ca0bad0 (LWP 100184)] [New Thread 0x2ca0bbe0 (LWP 100192)] [New Thread 0x2ca0b9c0 (LWP 100190)] [New Thread 0x2ca0b8b0 (LWP 100189)] [New Thread 0x2a201480 (LWP 100183)] [New Thread 0x2a201370 (LWP 100182)] [New Thread 0x2a201260 (LWP 100181)] [New Thread 0x2a201150 (LWP 100180)] [New Thread 0x2a201040 (LWP 100179)] [Switching to Thread 0x2c628be0 (LWP 100152)] 0x29e581a7 in __error () from /lib/libthr.so.3 (gdb) c Continuing. [New Thread 0x2ca0af20 (LWP 100187)] [Thread 0x2ca0bad0 (LWP 100184) exited] [Thread 0x2ca0af20 (LWP 100187) exited] [Thread 0x2ca0c130 (LWP 100191) exited] [New Thread 0x2afc79c0 (LWP 100184)] [Thread 0x2afc79c0 (LWP 100184) exited] [New Thread 0x2c628cf0 (LWP 100184)] [Thread 0x2c628cf0 (LWP 100184) exited] [New Thread 0x2ca0a590 (LWP 100184)] [Thread 0x2ca0a590 (LWP 100184) exited] [New Thread 0x2c628140 (LWP 100154)] [Thread 0x2c628140 (LWP 100154) exited] [New Thread 0x2ca0bad0 (LWP 100154)] [Thread 0x2ca0bad0 (LWP 100154) exited] [New Thread 0x2ca0af20 (LWP 100154)] [Thread 0x2ca0af20 (LWP 100154) exited] [New Thread 0x2ca0c130 (LWP 100154)] [Thread 0x2ca0c130 (LWP 100154) exited] [New Thread 0x2afc79c0 (LWP 100154)] [Thread 0x2afc79c0 (LWP 100154) exited] [New Thread 0x2c628cf0 (LWP 100154)] [Thread 0x2c628cf0 (LWP 100154) exited] [New Thread 0x2ca0a590 (LWP 100154)] [New Thread 0x2c628140 (LWP 100161)] [Thread 0x2ca0a590 (LWP 100154) exited] Program received signal SIGPIPE, Broken pipe. [Switching to Thread 0x2a201040 (LWP 100179)] 0x29e16213 in write () from /lib/libc.so.7 (gdb) c Continuing. Program received signal SIGSYS, Bad system call. 0x29d7f16b in ksem_init () from /lib/libc.so.7 (gdb) c Continuing. Program terminated with signal SIGSYS, Bad system call. The program no longer exists. (gdb) q