From owner-freebsd-bugs@FreeBSD.ORG Wed May 18 10:30:06 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9974716A4CE for ; Wed, 18 May 2005 10:30:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6883343D45 for ; Wed, 18 May 2005 10:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4IAU6NK082806 for ; Wed, 18 May 2005 10:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4IAU67R082805; Wed, 18 May 2005 10:30:06 GMT (envelope-from gnats) Date: Wed, 18 May 2005 10:30:06 GMT Message-Id: <200505181030.j4IAU67R082805@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: iampure@gmail.com Subject: Re: kern/66004: [panic] kernel panic on access to /dev/ulpt0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: iampure@gmail.com List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 10:30:06 -0000 The following reply was made to PR kern/66004; it has been noted by GNATS. From: iampure@gmail.com To: bug-followup@FreeBSD.org, jonas.wolz@student.uni-ulm.de Cc: Subject: Re: kern/66004: [panic] kernel panic on access to /dev/ulpt0 Date: Wed, 18 May 2005 12:25:03 +0200 I wanted to report that I have probably the exact same problem with 5-Stable(currently 5.4) The is kgdb output: #0 0xc061926c in doadump () #1 0xc06198ce in boot () #2 0xc0619bf6 in panic () #3 0xc07e0eb0 in trap_fatal () #4 0xc07e0bc3 in trap_pfault () #5 0xc07e079d in trap () #6 0xc07ce84a in calltrap () #7 0x00000018 in ?? () #8 0x00000010 in ?? () #9 0x00000010 in ?? () #10 0xc05b0e90 in ulpt_read_cb () #11 0xc05b0ee1 in ulpt_tick () #12 0xc0627ec8 in softclock () #13 0xc06017f0 in ithread_loop () #14 0xc060074f in fork_exit () #15 0xc07ce8ac in fork_trampoline () Another question: How I can I dump the kernel error message? I think it's cumbersome to write the error on paper and then type it in again. Ron de Bruijn