From owner-freebsd-hackers Thu Dec 11 14:52:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA21916 for hackers-outgoing; Thu, 11 Dec 1997 14:52:46 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from word.smith.net.au (ppp4.portal.net.au [202.12.71.104]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA21900 for ; Thu, 11 Dec 1997 14:52:28 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id JAA01956; Fri, 12 Dec 1997 09:17:07 +1030 (CST) Message-Id: <199712112247.JAA01956@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen) cc: freebsd-hackers@FreeBSD.ORG Subject: Re: panic: npxintr from nowhere In-reply-to: Your message of "Thu, 11 Dec 1997 17:44:51 BST." <199712111644.RAA00495@kk662.kk.etx.ericsson.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 12 Dec 1997 09:17:07 +1030 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > What does this message mean, i.e. what's this npxintr thing? It's the interrupt handler for interrupts from the FPU. > Position 1 > npxintr: npxproc = 0x0, curproc = 0x0, npx_exists = 1 > panic: npxintr from nowhere > > Why does it crash when/before executing the function? Memory leak > somewhere? ``netstat -m'' does not show any leak during execution. > > Corrupted instruction pointer? Why does it "find" the first > printf line? npxintr() is being called without a valid NPX interrupt status. Are you calling any functions indirectly? mike