Tue 08 Jun 2010 03:21:35 PM UTC, original submission:
git sources as of 2010-06-08
Linux amd64
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
Font: http://alt.swiecki.net/j/sigsegv5.ttf
The glyph index is 49
After setting breakpoint on FT_Load_Glyph and a few continue commands
Breakpoint 1, FT_Load_Glyph (face=0x6ec620, glyph_index=48, load_flags=512) at /usr/local/google/src/freetype2/src/base/ftobjs.c:562
562 FT_Bool autohint = FALSE;
(gdb)
Continuing.
Breakpoint 1, FT_Load_Glyph (face=0x6ec620, glyph_index=49, load_flags=516) at /usr/local/google/src/freetype2/src/base/ftobjs.c:562
562 FT_Bool autohint = FALSE;
(gdb)
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x0000000000060000 in ?? ()
(gdb) info registers
rax 0x81 129
rbx 0x31 49
rcx 0x10000 65536
rdx 0x7fffffffd4e8 140737488344296
rsi 0x4 4
rdi 0x6f2258 7283288
rbp 0x60000 0x60000
rsp 0x7fffffffd4d0 0x7fffffffd4d0
r8 0x6cc0e0 7127264
r9 0x6cc0e0 7127264
r10 0x0 0
r11 0x7ffff7310036 140737340571702
r12 0x401fa0 4202400
r13 0x7fffffffe3c0 140737488348096
r14 0x0 0
r15 0x0 0
rip 0x60000 0x60000
eflags 0x10206 [ PF IF RF ]
cs 0x33 51
ss 0x2b 43
ds 0x0 0
es 0x0 0
fs 0x0 0
gs 0x0 0
(gdb) bt
#0 0x0000000000060000 in ?? ()
#1 0x0000000000070000 in ?? ()
The rbp and rip registers are smashed, so no useful stacktrace here. Let me know if you want me to provide more detailed analysis.
|