#1 0x401a74da in _int_realloc (av=0x4024a880, oldmem=0x80829a8, bytes=1076144348) at malloc.c:4451 4451 newmem = _int_malloc(av, nb - MALLOC_ALIGN_MASK); #2 0x401a630f in __libc_realloc (oldmem=0x80829a8, bytes=1664) at malloc.c:3414 3414 newp = _int_realloc(ar_ptr, oldmem, bytes); #3 0x40019a55 in ft_realloc (memory=0x8058aa8, cur_size=1024, new_size=1664, block=0x80829a8) at freetype-2.1.3/builds/unix/ftsystem.c:134 134 return realloc( block, new_size ); #4 0x40019dd2 in FT_Realloc (memory=0x8058aa8, current=1024, size=1664, P=0x806e2c0) at freetype-2.1.3/src/base/ftutil.c:104 104 Q = memory->realloc( memory, current, size, *P ); #5 0x4001c14f in FT_GlyphLoader_CheckPoints (loader=0x806e2a8, n_points=189, n_contours=20) at freetype-2.1.3/src/base/ftgloadr.c:210 210 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) || #6 0x4001c372 in FT_GlyphLoader_CopyPoints (target=0x806e2a8, source=0x805ead0) at freetype-2.1.3/src/base/ftgloadr.c:332 332 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); #7 0x4004983b in compute_glyph_metrics (loader=0xbffff708, glyph_index=780) at freetype-2.1.3/src/truetype/ttgload.c:1376 1376 FT_GlyphLoader_CopyPoints( glyph->internal->loader, loader->gloader ); #8 0x40049dfc in TT_Load_Glyph (size=0x806e318, glyph=0x806e1e0, glyph_index=780, load_flags=0) at freetype-2.1.3/src/truetype/ttgload.c:1767 1767 compute_glyph_metrics( &loader, glyph_index ); #9 0x40048106 in Load_Glyph (slot=0x806e1e0, size=0x806e318, glyph_index=780, load_flags=0) at freetype-2.1.3/src/truetype/ttdriver.c:328 328 error = TT_Load_Glyph( size, slot, glyph_index, load_flags ); #10 0x4001cad7 in FT_Load_Glyph (face=0x80673b0, glyph_index=780, load_flags=0) at freetype-2.1.3/src/base/ftobjs.c:497 497 error = driver->clazz->load_glyph( slot, #11 0x40028393 in ftc_image_node_init (inode=0x805ef58, gquery=0xbffff8f0, cache=0x805eee8) at freetype-2.1.3/src/cache/ftcimage.c:116 116 error = FT_Load_Glyph( face, gindex, ifam->type.flags ); #12 0x40028124 in ftc_cache_lookup (cache=0x805eee8, query=0xbffff8f0, anode=0xbffff8ec) at freetype-2.1.3/src/cache/ftccache.c:678 678 error = clazz->node_init( node, query, cache ); #13 0x400285a9 in FTC_ImageCache_Lookup (cache=0x805eee8, type=0x805096c, gindex=780, aglyph=0xbffff950, anode=0x0) at freetype-2.1.3/src/cache/ftcimage.c:310 310 error = ftc_cache_lookup( FTC_CACHE( cache ), #14 0x080499f0 in get_glyph_bitmap (Index=780, target=0xbffff9b0, left=0xbffff99c, top=0xbffff9a0, x_advance=0xbffff9a4, y_advance=0xbffff9a8, aglyf=0xbffff9ac) at ft2demos-2.1.3/src/ftcommon.i:574 574 error = FTC_ImageCache_Lookup( image_cache, #15 0x08049ba3 in Render_All (first_index=780) at ft2demos-2.1.3/src/ftview.c:59 59 error = get_glyph_bitmap( i, &bit3, &left, &top, #16 0x0804a82e in main (argc=3, argv=0xbffffa84) at ft2demos-2.1.3/src/ftview.c:640 640 error = Render_All( Num );