This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12032 - disktidy crashes in the simulator
Attached to Project:
Rockbox
Opened by Frank Gevaerts (fg) - Monday, 28 March 2011, 19:36 GMT+2
Last edited by Boris Gjenero (dreamlayers) - Monday, 05 December 2011, 18:39 GMT+2
Opened by Frank Gevaerts (fg) - Monday, 28 March 2011, 19:36 GMT+2
Last edited by Boris Gjenero (dreamlayers) - Monday, 05 December 2011, 18:39 GMT+2
|
DetailsThe problem seems to be that while sim_readdir() uses struct sim_dirent, disktidy.c uses the host dirent structure, and those are different
|
This task depends upon
Closed by Boris Gjenero (dreamlayers)
Monday, 05 December 2011, 18:39 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r31089 via FS#12414
Monday, 05 December 2011, 18:39 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed in r31089 via
1. md5sum, random_folder_advance_config, stats, and properties also have problems (segfault) in the simulator
2. the w32 crosscompiled sim also crashes when these plugins are run
3. disabling dircache does not help
4. bisecting shows the first failing revision to be r28929
The listed plugins now function correctly.