From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 18:22:23 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 8B6E0106566C for ; Wed, 19 Jan 2011 18:22:23 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout028.mac.com (asmtpout028.mac.com [17.148.16.103]) by mx1.freebsd.org (Postfix) with ESMTP id 6EB998FC13 for ; Wed, 19 Jan 2011 18:22:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp028.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LFA00AY48CUKG20@asmtp028.mac.com> for freebsd-questions@freebsd.org; Wed, 19 Jan 2011 10:22:07 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-01-19_08:2011-01-19, 2011-01-19, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1010190000 definitions=main-1101190086 From: Chuck Swiger In-reply-to: <84wrm029cb.fsf@maxwell.cjones.org> Date: Wed, 19 Jan 2011 10:22:06 -0800 Message-id: <89C5FBDD-5D13-4A94-97CE-CCF9D7056CA2@mac.com> 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> <84wrm029cb.fsf@maxwell.cjones.org> To: weif@weif.net X-Mailer: Apple Mail (2.1082) 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 18:22:23 -0000 Hi-- On Jan 19, 2011, at 7:37 AM, Keith Seyffarth wrote: >> 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. [ ... ] > Program received signal SIGSYS, Bad system call. > 0x29d7f16b in ksem_init () from /lib/libc.so.7 > (gdb) c > Continuing. Doing a "bt" would have been helpful right about there, but I think I've got enough info to suggest rebuilding your kernel with the following option: options P1003_1B_SEMAPHORES Regards, -- -Chuck