From owner-freebsd-usb@FreeBSD.ORG Thu Jun 26 22:00:12 2008 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BA4610656D5 for ; Thu, 26 Jun 2008 22:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 952B28FC2A for ; Thu, 26 Jun 2008 22:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5QM078p089485 for ; Thu, 26 Jun 2008 22:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5QM07So089484; Thu, 26 Jun 2008 22:00:07 GMT (envelope-from gnats) Date: Thu, 26 Jun 2008 22:00:07 GMT Message-Id: <200806262200.m5QM07So089484@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Volker Werth Cc: Subject: Re: usb/124980: kernel panic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Volker Werth List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2008 22:00:12 -0000 The following reply was made to PR usb/124980; it has been noted by GNATS. From: Volker Werth To: Veniamin Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: usb/124980: kernel panic Date: Thu, 26 Jun 2008 23:32:03 +0200 On 12/23/-58 20:59, Veniamin wrote: ... >> Description: > (kgdb) core-file vmcore.1 > > Unread portion of the kernel message buffer: > umass0: at uhub3 port 3 (addr 2) disconnected > > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x0 > fault code = supervisor write, page not present > instruction pointer = 0x20:0xc044e89b > stack pointer = 0x28:0xc4afa9b4 > frame pointer = 0x28:0xc4afa9d0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 19 (usb3) > trap number = 12 > panic: page fault > Uptime: 5m1s > Physical memory: 2006 MB > Dumping 78 MB: 63 47 31 15 > > Loaded symbols for /boot/kernel/snd_ich.ko > Loaded symbols for /boot/kernel/sound.ko > Loaded symbols for /boot/kernel/umodem.ko > Loaded symbols for /boot/kernel/i915.ko > Loaded symbols for /boot/kernel/acpi.ko > #0 doadump () at pcpu.h:196 > 196 pcpu.h: No such file or directory. > in pcpu.h > (kgdb) >> How-To-Repeat: > In connection vinchestre through adapter ide to usb. > hdd TOSHIBA MK6025GAS for notebook Veniamin, please give us the backtrace (while in kgdb, 'bt' command and a 'list 0xc044e89b'). Also please tell us what you've done prior to getting this panic (device insert, device removal, accessing the device etc.). What kld's have been loaded? Volker