This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7969 - Simulator crashes entering recording screen
Attached to Project:
Rockbox
Opened by Fed (Fed) - Tuesday, 16 October 2007, 02:08 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 15 December 2009, 08:41 GMT+2
Opened by Fed (Fed) - Tuesday, 16 October 2007, 02:08 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 15 December 2009, 08:41 GMT+2
|
DetailsThe simulator crashes when I enter the recording screen.
Also, I cannot compile for the simulator when I use the mww patch (the wikipedia reader). |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Tuesday, 15 December 2009, 08:41 GMT+2
Reason for closing: Works For Me
Tuesday, 15 December 2009, 08:41 GMT+2
Reason for closing: Works For Me
- what OS are you using?
- what revision (I assume an actual SVN, is this correct?)
- if a patch does not work you shouldn't submit a bug about that as problems with patches only go to the patch entry itself.
I am using the latest SVN.
If I use no patch, I still cannot go to the rec screen. I get the follow errors:
'
2007-10-16 07:29:07.216 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x3153c70 of class NSCFArray autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x316edb0 of class NSCFString autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x310bd70 of class NSCFNumber autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x3168df0 of class NSCFDictionary autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x310a100 of class NSCFNumber autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x3188c00 of class NSCFDictionary autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x3182ce0 of class NSCFArray autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x3119ee0 of class NSCFArray autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.217 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x318a4d0 of class NSCFArray autoreleased with no pool in place - just leaking
2007-10-16 07:29:07.218 rockboxui[5720] *** _NSAutoreleaseNoPool(): Object 0x3168f00 of class SDL_QuartzWindow autoreleased with no pool in place - just leaking
Bus error
It should be noted that the sim has problems on Mac due to a bug in SDL (see FS #8906). I'm running SDL 1.2.13 with that bug patched.