From owner-freebsd-bugs Fri Aug 11 13:13:44 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA07365 for bugs-outgoing; Fri, 11 Aug 1995 13:13:44 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id NAA07349 for ; Fri, 11 Aug 1995 13:13:37 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA23988; Fri, 11 Aug 1995 22:13:33 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA03145; Fri, 11 Aug 1995 22:13:32 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id VAA06241; Fri, 11 Aug 1995 21:57:14 +0200 From: J Wunsch Message-Id: <199508111957.VAA06241@uriah.heep.sax.de> Subject: Re: KERNEL BUG !!!! (fwd) To: moriya@ifi.unicamp.br (Alexandre Moriya - esp) Date: Fri, 11 Aug 1995 21:57:13 +0200 (MET DST) Cc: bugs@FreeBSD.org In-Reply-To: <199508111801.PAA03031@terra.ifi.unicamp.br> from "Alexandre Moriya - esp" at Aug 11, 95 03:01:06 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 970 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Alexandre Moriya - esp wrote: > > > > instruction pointer = 0x8:0xf011efdc > f011efb8 T _getsockopt > f011f098 T _pipe This looks rather suspicious. getsockopt() is a socket-related (IP-network-related) function and totally unrelated to the CDROM code. I guess there will only be a chance if somebody else can reproduce the bug, unless you are able to try debugging it yourself. Try the following: Before it's crashing, enter dumpon /dev/sd0b as root. This will enable kernel core dumping. After the crash, the kernel will save a copy of its image under /var/crash at the time of reboot. After the system came up again: gdb -k /var/crash/*.0 and once you see the (kgdb) prompt: where Tell us the output of this command. (I'm also trying to have a friend running a box with 6 CD drives reproduce this.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)