From owner-freebsd-current@FreeBSD.ORG Sat Oct 4 16:10:32 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4828D106568F for ; Sat, 4 Oct 2008 16:10:32 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id B1CCA8FC1A for ; Sat, 4 Oct 2008 16:10:31 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id m94GARBZ067535; Sat, 4 Oct 2008 20:10:27 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1223136627; bh=iR4GzvySQDB7PKxH3ZZuR0S2ke6KXews2of640N 4gwA=; l=900; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=Dw07n4b0cBZdBlP7D212xa++7 lHSzDkgWjW5mI2uWwIPQTzwGj5fsCn+cOyF0cG7mqPRSIwArZr4u+7S9Q9ApJW53kj7 eyONtKuf0Oj2ihOX7nQqXKLt8JXH/8zUoFhY0HRRYBbHL+DNZrMPpEm9zWUNI367N9j DvNf1R4Pz2cU= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id m94GAQjT067534; Sat, 4 Oct 2008 20:10:26 +0400 (MSD) (envelope-from ache) Date: Sat, 4 Oct 2008 20:10:24 +0400 From: Andrey Chernov To: Jos Backus Message-ID: <20081004161024.GA67323@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Jos Backus , freebsd-current@freebsd.org References: <20081004080511.GA72641@lizzy.catnook.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081004080511.GA72641@lizzy.catnook.local> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-current@freebsd.org Subject: Re: firefox3-bin crashes near arc4random_buf() X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 16:10:32 -0000 On Sat, Oct 04, 2008 at 01:05:11AM -0700, Jos Backus wrote: > For a few weeks now firefox3-bin has been crashing semi-regularly for me. > Backtrace attached. I selected `Build a debugging image' but the resulting > binary is stripped, so no symbols. > #3 0x28237381 in XRE_InitEmbedding () from /usr/local/lib/firefox3/libxul.so > #4 > #5 0x2a39eb2d in arc4random_buf () from /lib/libc.so.7 > #6 0x2a39aa7d in dbopen () from /lib/libc.so.7 > #7 0x2a39973a in __srget () from /lib/libc.so.7 > #8 0x2a39ab49 in dbopen () from /lib/libc.so.7 > #9 0x2a39916f in __srget () from /lib/libc.so.7 > #10 0x2a39c220 in __hash_open () from /lib/libc.so.7 > #11 0x2aae9b9c in ?? () from /usr/local/lib/firefox3/libnssdbm3.so It looks like stack damaged at this moment. No libc functions, including db* functions calls arc4random_buf(). -- http://ache.pp.ru/