Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
delete config.cfg
start ipod simulator (debug)
start playback
select aa_test.fms

#aa_test.fms
%wd
%Fl(2,35-Nimbus.fnt,500)
%Fl(3,35-Adobe-Helvetica.fnt,300)
%V(0,0,320,40,2)
FMS Screen_vp1
%V(0,41,320,40,3)
FMS Screen_vp2


====GDB BACKTRACE=====
Program received signal SIGSEGV, Segmentation fault.
0x0000000000482156 in buflib_compact_and_shrink (ctx=0x90fe20, 
    shrink_hints=2147637336) at /home/fred/rockbox.stock/firmware/buflib.c:323
323	                    ctx->alloc_end = this + this->val;
(gdb) backtrace
#0  0x0000000000482156 in buflib_compact_and_shrink (ctx=0x90fe20, 
    shrink_hints=2147637336) at /home/fred/rockbox.stock/firmware/buflib.c:323
#1  0x00000000004825a5 in buflib_alloc_ex (ctx=0x90fe20, size=19211, 
    name=0x7a2f00 "/.rockbox/wps/cabbiev2/wpsbackdrop-320x240x16.bmp", 
    ops=0x6e5b60) at /home/fred/rockbox.stock/firmware/buflib.c:475
#2  0x0000000000482dcd in core_alloc_ex (
    name=0x7a2f00 "/.rockbox/wps/cabbiev2/wpsbackdrop-320x240x16.bmp", 
    size=153600, ops=0x6e5b60)
    at /home/fred/rockbox.stock/firmware/core_alloc.c:25
#3  0x000000000043820f in skin_backdrops_preload ()
    at /home/fred/rockbox.stock/apps/gui/skin_engine/skin_backdrops.c:153
#4  0x0000000000439f27 in settings_apply_skins ()
    at /home/fred/rockbox.stock/apps/gui/skin_engine/skin_engine.c:130
#5  0x000000000042b9a4 in ft_enter (c=0x77ee80)
    at /home/fred/rockbox.stock/apps/filetree.c:528
#6  0x0000000000425a8f in dirbrowse ()
    at /home/fred/rockbox.stock/apps/tree.c:690
#7  0x0000000000426267 in rockbox_browse (browse=0x7fffffffdda0)
    at /home/fred/rockbox.stock/apps/tree.c:995
#8  0x00000000004093cf in browse_folder (param=0x6e2650)
    at /home/fred/rockbox.stock/apps/menus/theme_menu.c:327
#9  0x00000000004089cf in do_menu (start_menu=0x49b5d0, start_selected=0x0, 
    parent=0x0, hide_theme=false) at /home/fred/rockbox.stock/apps/menu.c:579
#10 0x000000000041dbf8 in miscscrn (param=0x49b5d0)
    at /home/fred/rockbox.stock/apps/root_menu.c:329
#11 0x000000000041de74 in load_screen (screen=3)
    at /home/fred/rockbox.stock/apps/root_menu.c:561
#12 0x000000000041e28d in root_menu ()
    at /home/fred/rockbox.stock/apps/root_menu.c:732
#13 0x0000000000407649 in main (argc=1, argv=0x7fffffffe258)
    at /home/fred/rockbox.stock/apps/main.c:196
(gdb)