https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222624
Hans Petter Selasky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Hans Petter Selasky <[email protected]> --- Do you have a core dump of the last crash? Can you run gdb: gdb file /boot/kernel/ehci.ko info line *(void *)(ehci_check_transfer+0x94) In my system this leads to the xfer->td_transfer_cache is NULL. This variable should not be NULL during regular usage. This might be an indication of another memory problem or maybe a mutex issue. It would be interesting to dump some structures to see if their contents is valid. --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
