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
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff4587950 (LWP 14211)]
0x00000000004389d4 in clear_image_pos (gwps=0x759880, img=0x0)
    at /home/kugel/rbdev/rockbox-git/apps/gui/skin_engine/skin_display.c:214
214	    gwps->display->fillrect(img->x, img->y, img->bm.width, img->subimage_height);
(gdb) bt
#0  0x00000000004389d4 in clear_image_pos (gwps=0x759880, img=0x0)
    at /home/kugel/rbdev/rockbox-git/apps/gui/skin_engine/skin_display.c:214
#1  0x0000000000438f1f in evaluate_conditional (gwps=0x759880, 
    token_index=0x7ffff4586c6c)
    at /home/kugel/rbdev/rockbox-git/apps/gui/skin_engine/skin_display.c:476
#2  0x000000000043918c in get_line (gwps=0x759880, subline=0x772d40, 
    align=0x7ffff4586d80, linebuf=0x7ffff4586da0 "", linebuf_size=260)
    at /home/kugel/rbdev/rockbox-git/apps/gui/skin_engine/skin_display.c:553
#3  0x0000000000439eb0 in skin_redraw (gwps=0x759880, refresh_mode=26)
    at /home/kugel/rbdev/rockbox-git/apps/gui/skin_engine/skin_display.c:1042
#4  0x0000000000438577 in skin_update (gwps=0x759880, update_type=26)
    at /home/kugel/rbdev/rockbox-git/apps/gui/skin_engine/skin_display.c:130
#5  0x0000000000433af8 in gui_wps_show ()