-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OHCI / EHCI randomly crashes #7
Comments
stackdump, reported by "BioHazard". He got it when attaching a fat32 USB Stick right from boot. When he attached FAT32 AFTER "usb_init()" the device didn't get enumerated - so it didn't crash. libxenon/libxenon/ports/xenon/../../drivers/usb/tinyehci/ehci.c:340 |
And here's the actual problem I was talking about - related to tinyehci / usb init!
Segmentation fault! pir=0000000000000000 dar=000000000000003c 00=0000000000000040 08=0000000000000000 16=0000000000000000 24=0000000000000000 STACK DUMP: On uart: 'x'=Xell, 'h'=Halt, 'r'=Reboot // Stack Dump $ xenon-addr2line -e stage2.elf 0x8000fc4c 0x8000fb54 0x800113d4 0x80010c9c 0x80011968 0x80011b28 0x8000f39c 0x800023f8 0x8000acf8 libxenon/libxenon/ports/xenon/../../drivers/usb/tinyehci/ehci.c:365 |
Another crashdump (XTAF HDD & FAT32 USB stick plugged) Crash happened approximately after printing FUSES libxenon/libxenon/ports/xenon/../../drivers/usb/tinyehci/ehci.c:365 |
Another one: xenon-addr2line -e stage2.elf 0x8000fc4c 0x8000fb54 0x80011b28 0x8000f39c 0x80002358 0x8000acf8 |
Stack dump: 8000e4b0 8000e3b8 8000f9c0 80010178 800103ec 800027cc 80001eec 800077f4 |
Another one: Stack dump: 800206b4 8002065c 8000c74c 8000d640 8000cfb0 8000db74 800027cc 80001eec 800077f4 |
There are reports where the crash appears even if no USB device is plugged..
The text was updated successfully, but these errors were encountered: