Skip to content

Instantly share code, notes, and snippets.

@zetok
Last active August 29, 2015 14:05
Show Gist options
  • Save zetok/ba4e3facddb74e68c398 to your computer and use it in GitHub Desktop.
Save zetok/ba4e3facddb74e68c398 to your computer and use it in GitHub Desktop.
utox SIGSEGV 2014-08-14
send_data_packet failed
Program received signal SIGSEGV, Segmentation fault.
0x0000555555570416 in utf8_len_read (
data=0x6b69655420696573 <Address 0x6b69655420696573 out of bounds>,
ch=0x7fffffffd8dc) at util.c:164
164 util.c: No such file or directory.
(gdb) bt
#0 0x0000555555570416 in utf8_len_read (
data=0x6b69655420696573 <Address 0x6b69655420696573 out of bounds>,
ch=0x7fffffffd8dc) at util.c:164
#1 0x0000555555577969 in _drawtext (x=74, xmax=190, y=148,
str=0x6b69655420696573 <Address 0x6b69655420696573 out of bounds>, length=18523)
at xlib/main.c:227
#2 0x0000555555577bdb in drawtextrange (x=74, xmax=190, y=148,
str=0x6b69655420696573 <Address 0x6b69655420696573 out of bounds>, length=18523)
at xlib/../shared/freetype-text.c:14
#3 0x0000555555577c7a in drawtextwidth (x=74, width=116, y=148,
str=0x6b69655420696573 <Address 0x6b69655420696573 out of bounds>, length=18523)
at xlib/../shared/freetype-text.c:22
#4 0x000055555556ba0d in drawname (i=0x5555557ba678 <item+24>, y=136,
name=0x6b69655420696573 <Address 0x6b69655420696573 out of bounds>,
msg=0x6f4b202d20756b6f <Address 0x6f4b202d20756b6f out of bounds>,
name_length=18523, msg_length=23889) at list.c:30
#5 0x000055555556bc3c in drawitem (i=0x5555557ba678 <item+24>, x=16, y=136)
at list.c:47
#6 0x000055555556ccf0 in list_draw (n=0x5555557a88c0 <panel_list>, x=0, y=136,
width=223, height=518) at list.c:311
#7 0x000055555556aa16 in panel_draw_sub (p=0x5555557a88c0 <panel_list>, x=0, y=86,
width=223, height=518) at ui.c:739
#8 0x000055555556ac37 in panel_draw (p=0x5555557a85e0 <panel_main>, x=0, y=0,
width=764, height=640) at ui.c:778
#9 0x000055555557c924 in main (argc=1, argv=0x7fffffffdf88) at xlib/main.c:945
expose
expose
Program received signal SIGSEGV, Segmentation fault.
0x0000555555570416 in utf8_len_read (
data=0x65636e6f63206f6e <Address 0x65636e6f63206f6e out of bounds>,
ch=0x7fffffffd8dc) at util.c:164
164 util.c: No such file or directory.
(gdb) bt
#0 0x0000555555570416 in utf8_len_read (
data=0x65636e6f63206f6e <Address 0x65636e6f63206f6e out of bounds>,
ch=0x7fffffffd8dc) at util.c:164
#1 0x0000555555577969 in _drawtext (x=74, xmax=190, y=148,
str=0x65636e6f63206f6e <Address 0x65636e6f63206f6e out of bounds>, length=12592)
at xlib/main.c:227
#2 0x0000555555577bdb in drawtextrange (x=74, xmax=190, y=148,
str=0x65636e6f63206f6e <Address 0x65636e6f63206f6e out of bounds>, length=12592)
at xlib/../shared/freetype-text.c:14
#3 0x0000555555577c7a in drawtextwidth (x=74, width=116, y=148,
str=0x65636e6f63206f6e <Address 0x65636e6f63206f6e out of bounds>, length=12592)
at xlib/../shared/freetype-text.c:22
#4 0x000055555556ba0d in drawname (i=0x5555557ba678 <item+24>, y=136,
name=0x65636e6f63206f6e <Address 0x65636e6f63206f6e out of bounds>,
msg=0x202e6f4e206f7472 <Address 0x202e6f4e206f7472 out of bounds>,
name_length=12592, msg_length=11552) at list.c:30
#5 0x000055555556bc3c in drawitem (i=0x5555557ba678 <item+24>, x=16, y=136)
at list.c:47
#6 0x000055555556ccf0 in list_draw (n=0x5555557a88c0 <panel_list>, x=0, y=136,
width=223, height=518) at list.c:311
#7 0x000055555556aa16 in panel_draw_sub (p=0x5555557a88c0 <panel_list>, x=0, y=86,
width=223, height=518) at ui.c:739
#8 0x000055555556ac37 in panel_draw (p=0x5555557a85e0 <panel_main>, x=0, y=0,
width=764, height=640) at ui.c:778
#9 0x000055555557c924 in main (argc=1, argv=0x7fffffffdf88) at xlib/main.c:945
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment