Date: Sun, 11 Sep 2005 15:47:03 +0200 From: Mathieu PREVOT <mathieu-prevot@wanadoo.fr> To: hselasky@c2i.net Cc: freebsd-usb@freebsd.org Subject: Re: kernel panic with pure usb2umass pluged on pure usb1only motherboard port Message-ID: <308cde6e8015c40187894201a781a0cb@wanadoo.fr> In-Reply-To: <200509111215.44213.hselasky@c2i.net> References: <a751adad46867a82adb4da6a698d14cc@wanadoo.fr> <200509062055.51077.hselasky@c2i.net> <66a11137cf88d55ec6a868dedb1c551a@wanadoo.fr> <200509111215.44213.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Hans,
I used your code new_ihfc_1_5_5 for the kernel compilation. I obtained
several times a kernel panic.
I have a fatal trap 12 (6 times, in the order):
Stopped at sysctl_ctx_free+0x18: pushl 0(%esi)
+0x36: movl
0x4(%eax),%eax
xpt_path_comp+0x19: cmpl $-0x1,0x10(%eax)
camisr+0xcd: movl 0x14(%eax),%eax
+0xb3: movl %eax,0x28(%ecx)
+0xcd: movl 0x14(%eax),%eax
with trace, I have respectively:
2 times:
sysctl_ctx_free()
device_sysctl_fini()
device_ detach()
device_delete_child()
usbd_free_device()
uhub_explore()
usb_discover()
usb_event_thread()
fork_exit()
fork_trampoline()
-- trap 0x1, eip=0, esp=0xd5424d7c, ebp=0 --
then
1time:
xpt_path_comp()
cam_periph_find()
cam_periph_alloc()
passasync()
xpt_async_bcast()
xpt_async()
probedone
camisr()
ithread_loop()
fork_exit()
fork_trampoline()
-- trap 0x1, eip=0, esp=0xd41f2d7c, ebp=0 --
and then 3 times:
camisr()
ithread_loop()
fork_exit()
fork_trampoline()
-- trap 0x1, eip=0, esp=0xd41f2d7c, ebp=0 --
is it really useful in this case to report functions ?
Maybe it can be important: the umass is also a mp3player (Zicplay).
Regards,
MP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?308cde6e8015c40187894201a781a0cb>
