From owner-freebsd-questions@FreeBSD.ORG Mon May 12 21:00:06 2008 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 F3B771065674 for ; Mon, 12 May 2008 21:00:05 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C02E88FC12 for ; Mon, 12 May 2008 21:00:05 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id BE0A91CDB6; Mon, 12 May 2008 13:00:04 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 12 May 2008 23:00:02 +0200 User-Agent: KMail/1.9.7 References: <200805121251.26443.cblasius@gmail.com> <200805122034.17925.cblasius@gmail.com> <20080512202212.GA31293@slackbox.xs4all.nl> In-Reply-To: <20080512202212.GA31293@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805122300.03000.fbsd.questions@rachie.is-a-geek.net> Cc: Roland Smith , Zbigniew Komarnicki Subject: Re: kernel panic FreeBSD 7.0 - Xorg 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: Mon, 12 May 2008 21:00:06 -0000 On Monday 12 May 2008 22:22:12 Roland Smith wrote: > On Mon, May 12, 2008 at 08:34:17PM +0200, Zbigniew Komarnicki wrote: > > On Monday 12 of May 2008 16:24:44 Roland Smith wrote: > > In file: "/var/log/dmesg.today" I found at the end of file the following > > entries: > > pid 23201 (conftest), uid 0: exited on signal 11 (core dumped) > > pid 34580 (conftest), uid 0: exited on signal 12 (core dumped) > > Hmm. Signal 12 is "non-existant system call invoked". That's one I've > never seen before. It's generated by some configure script (conftest), normally nothing to worry about. It's easy to get if you have a jail 'running' 6.x and you haven't set OSREL and/or UNAME_R correctly. Also, some configure scripts just try to invoke linux/posix/apple_syscall_foo to see if it's there. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.