Closed GoogleCodeExporter closed 9 years ago
Disregard the 3rd part it's actually the same place as the 2nd one listed.
Original comment by whatmann...@gmail.com
on 12 Mar 2012 at 11:35
There is a different crash that happens (not the assertion failed) that happens
in the same place as the first one
Font filename : ./Vera.ttf
Font size : 16.0
Number of glyphs : 95
Number of missed glyphs : 0
Texture size : 128x128x1
Texture occupancy : 64.59%
Header filename : vera.h
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x00000000010200d0
0x0000000100006603 in vector_size (self=0x10200c0) at
/Users/matt/src/freetype-gl-read-only/vector.c:147
147 return self->size;
(gdb) bt
#0 0x0000000100006603 in vector_size (self=0x10200c0) at
/Users/matt/src/freetype-gl-read-only/vector.c:147
#1 0x00000001000033db in main (argc=1, argv=0x7fff5fbff718) at
/Users/matt/src/freetype-gl-read-only/makefont.c:128
Original comment by whatmann...@gmail.com
on 12 Mar 2012 at 11:36
Thanks for the report. I forgot to modiify this example after I changed how
glyphs are stored within the vector. I made a fix, it should works now.
nicolas
Original comment by Nicolas.Rougier@gmail.com
on 13 Mar 2012 at 7:41
Original comment by Nicolas.Rougier@gmail.com
on 13 Mar 2012 at 7:41
Original issue reported on code.google.com by
whatmann...@gmail.com
on 12 Mar 2012 at 11:31