This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11562 - themes not working ok
Attached to Project:
Rockbox
Opened by federico pelupessy (fip) - Sunday, 22 August 2010, 23:43 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 16 September 2010, 15:18 GMT+2
Opened by federico pelupessy (fip) - Sunday, 22 August 2010, 23:43 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Thursday, 16 September 2010, 15:18 GMT+2
|
Detailson revision 27859, I cannot set any complex theme (e.g. rockbox_default works, cabbie not)
it freezes upon selecting... it was ok on the revision of a week ago or so (x5l, normal build) |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Thursday, 16 September 2010, 15:18 GMT+2
Reason for closing: Fixed
Additional comments about closing: should be fixed
Thursday, 16 September 2010, 15:18 GMT+2
Reason for closing: Fixed
Additional comments about closing: should be fixed
http://svn.rockbox.org/viewvc.cgi?view=rev&revision=27828
Program received signal SIGSEGV, Segmentation fault.
0x0000000000436d7e in set_title_worker (title=0x0, icon=Icon_NOICON,
data=0x781870, root=0x935d40)
at /home/marianne/rockbox/apps/gui/statusbar-skinned.c:95
95 retval |= set_title_worker(title, icon, data, element->children[i]);
I saw these in an X5 sim, M5 sim, H300 sim but not in an M3 sim though. It took a different amount of theme switches (most on H300) but it hit in the end.
Stephen: are you sure 27828 is the culprit, not 27829?
I'm just wondering a bit as the first has something to do with FMSs and the second with SBSs which is a bit more general, whereas r27829 was even a change to the file that caused the crash. (My M5 sim was also not configured for the FM mod, so shouldn't have any radio skin related things at all).
Also I think it does have something to do with remotes because testing the h300 sim and the fuze v2 sim I have a theme file which crashes the h300 sim and doesn't crash the fuze v2 sim.
As in your other comment I believe http://www.rockbox.org/tracker/task/11583 is also linked to this bug.
Here's a link to 27829 http://svn.rockbox.org/viewvc.cgi?view=rev&revision=27829
So last known working revision is 27828.
Tested on two x5's.
FS#11614includes a fix for this, and coincidentaly could do with some testing