This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11420 - [PATCH] Crash during autodetection
Attached to Project:
Rockbox
Opened by judas_iscariote (judas_iscariote) - Sunday, 20 June 2010, 01:19 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Tuesday, 22 June 2010, 22:15 GMT+2
Opened by judas_iscariote (judas_iscariote) - Sunday, 20 June 2010, 01:19 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Tuesday, 22 June 2010, 22:15 GMT+2
|
DetailsIf you lauch RockboxUtility without any device plugged in , and click on the autodetect box, it crashes because you are usb_close()'ing a NULL.
libusb couldn't open USB device /dev/bus/usb/001/001: Permission denied. libusb requires write access to USB device nodes. Program received signal SIGSEGV, Segmentation fault. |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Tuesday, 22 June 2010, 22:15 GMT+2
Reason for closing: Fixed
Additional comments about closing: I've redone this change by myself because our policy requires real names for contributors. However, thanks for spotting it and pointing it out.
Tuesday, 22 June 2010, 22:15 GMT+2
Reason for closing: Fixed
Additional comments about closing: I've redone this change by myself because our policy requires real names for contributors. However, thanks for spotting it and pointing it out.
However, I have two problems accepting this patch:
1. Rockbox has a real name policy. You haven't provided your real name to Flyspray.
2. You are not following the Rockbox coding style (tabs instead of spaces).