|
Task Description
I saw this as an immediate crash in Windows Vista 64 bit, but since I don’t have a debugging environment setup for that I am posting the details for i386 linux.
To make the simulator crash all i do is switch between the “Brushed Robe” theme and the “Cleangreen v3” theme on the MR500 sim. I suspect this is somehow related to the theme changes that were done, but I don’t have the time to investigate in detail.
The themes can be downloaded here: http://themes.rockbox.org/index.php?target=mrobe500
These are the crash details:
Program received signal SIGSEGV, Segmentation fault. 0×08079552 in set_title_worker (title=0×0, icon=Icon_NOICON, data=0x837a320,
root=0x8673acc)
at /home/kkurbjun/projects/rockbox/apps/gui/statusbar-skinned.c:59
59 if (element→type == CONDITIONAL) (gdb) bt #0 0×08079659 in set_title_worker (title=0×0, icon=Icon_NOICON,
data=0x837a320, root=0x867b938)
at /home/kkurbjun/projects/rockbox/apps/gui/statusbar-skinned.c:95
#1 0x080796da in sb_set_title_text (title=0×0, icon=Icon_NOICON,
screen=SCREEN_REMOTE)
at /home/kkurbjun/projects/rockbox/apps/gui/statusbar-skinned.c:104
#2 0x0807aa36 in toggle_theme (screen=SCREEN_REMOTE, force=false)
at /home/kkurbjun/projects/rockbox/apps/gui/viewport.c:111
#3 0x0807aec0 in viewportmanager_theme_enable (screen=SCREEN_REMOTE,
enable=false, viewport=0x0)
at /home/kkurbjun/projects/rockbox/apps/gui/viewport.c:199
#4 0x0807971e in sb_skin_data_load (screen=SCREEN_REMOTE,
buf=0xbfffe588 "/.rockbox/wps/rockbox_none.rsbs", isfile=true)
at /home/kkurbjun/projects/rockbox/apps/gui/statusbar-skinned.c:120
#5 0x0807a12d in settings_apply_skins ()
at /home/kkurbjun/projects/rockbox/apps/gui/theme_settings.c:104
#6 0x080642fa in settings_load_config (
file=0xbfffe9e8 "/.rockbox/themes/CleanGreen.cfg", apply=true)
at /home/kkurbjun/projects/rockbox/apps/settings.c:374
#7 0x0806f234 in ft_enter (c=0x832c120)
at /home/kkurbjun/projects/rockbox/apps/filetree.c:556
#8 0x0806977a in dirbrowse ()
at /home/kkurbjun/projects/rockbox/apps/tree.c:689
|