OHCI-related crashes on X1000
Posted: Thu Mar 05, 2020 12:13 am
Hi,
While testing my atheros5000.device wireless driver on my X1000, the system is locking up with OHCI-related error messages output on the serial port. The conditions for this are long-running FTP downloads. Running the 'factor' program at the same time to raise CPU usage to 100% seems to speed up the occurance of the crash. This is the error:
[OHCI] Missed interrupt (status=0x00000006)!
The only USB devices on my system are my mouse and keyboard.
I tried to reproduce the problem with rtl8139.device but could not do so. I'm not sure if that driver uses interrupts though (much as that would surprise me), as Ranger reports the same number of interrupt handlers in the system both with and without the driver in use. Can an OS developer confirm whether the driver uses a normal interrupt handler?
Has anyone else seen such errors? Possibly my driver could be indirectly causing them, but I want to explore all possibilities.
While testing my atheros5000.device wireless driver on my X1000, the system is locking up with OHCI-related error messages output on the serial port. The conditions for this are long-running FTP downloads. Running the 'factor' program at the same time to raise CPU usage to 100% seems to speed up the occurance of the crash. This is the error:
[OHCI] Missed interrupt (status=0x00000006)!
The only USB devices on my system are my mouse and keyboard.
I tried to reproduce the problem with rtl8139.device but could not do so. I'm not sure if that driver uses interrupts though (much as that would surprise me), as Ranger reports the same number of interrupt handlers in the system both with and without the driver in use. Can an OS developer confirm whether the driver uses a normal interrupt handler?
Has anyone else seen such errors? Possibly my driver could be indirectly causing them, but I want to explore all possibilities.