From owner-freebsd-questions@FreeBSD.ORG Sun Mar 7 04:12:47 2010 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 28A7B106566C for ; Sun, 7 Mar 2010 04:12:47 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 039BC8FC18 for ; Sun, 7 Mar 2010 04:12:46 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o274Cidf024543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 6 Mar 2010 20:12:44 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o274Cijb024542; Sat, 6 Mar 2010 20:12:44 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA05837; Sat, 6 Mar 10 20:01:09 PST Date: Sat, 06 Mar 2010 20:06:27 -0800 From: perryh@pluto.rain.com To: mbeis@xs4all.nl Message-Id: <4b932643.A7daCZwQsautCZRx%perryh@pluto.rain.com> References: In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Non-maskable interrupt trap 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: Sun, 07 Mar 2010 04:12:47 -0000 Marco Beishuizen wrote: > Fot the first time in years I had a kernel panic in FreeBSD > (8.0-ST). While playing a flash movie in Firefox (3.6), > everything just locked up and only resetting helped. After the > reboot it wrote a corefile in /var/crash/ which is unfortunately > too big to read by any text editor. Corefiles are binary, not usefully readable with anything text oriented. See the Handbook section on Kernel Debugging for how to get a backtrace from it. > ... > Hope that someone has an idea what has caused this. I just can't > imagine that a flash plugin is able to crash FreeBSD. One possible cause is a driver bug in some obscure corner case that the flash player tried to use.