[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] freetype crashes in Mac OS X
From: |
Tim Lyons |
Subject: |
[ft-devel] freetype crashes in Mac OS X |
Date: |
Wed, 26 Mar 2008 22:25:57 +0000 |
freetype crashes in FT_New_Face_From_FOND. Mac OS X 10.4.8 on PowerPC
G5. The backtrace (top entries) is shown below.
I don't understand why FT_New_Face_From_FOND is being called from
within FT_New_Face_From_Resource, but I think this may be due to
optimisation in the compiler.
At the point of the crash, I think the problem is that R30 is zero.
The top frame is as shown below.
I have tried running under gdb, and it does not appear to be the
first call on FT_New_Face that fails - in fact there seem to be many
successful one before. Is it likely that libfontconfig is trying to
load ALL the fonts on my system? (Or does it need to call FT_New_Face
for every character output?
I don't know how to display the parameters of the call, so I can't
find out which particular font is causing the problem. Also, I don't
know how to generate any more symbols in the library so that I can
get more information about the crash (perhaps there are no more
symbols, because everything in the de-compilation seems to be in
registers). The crash seems to be just after a release resource, but
I don't know where this comes from in the source (I have the de-
compilation - I am not sure it is the same as the otool, perhaps 'or'
is the same as 'mr'). Note that I am building using MacPorts, so I
don't know how I would change the parameters inthat to change the
compilation is a different compiler option were needed.
Could anyone help me to sort out this failure.
Many thanks.
Tim Lyons
Host Name: hidden-G5
Date/Time: 2008-03-21 23:17:20.653 +0000
OS Version: 10.4.8 (Build 8L127)
Report Version: 4
Command: python2.5
Path: /opt/local/bin/python2.5
Parent: bash [1279]
Version: ??? (???)
PID: 14610
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 libfreetype.6.dylib 0x017007a4 FT_New_Face_From_FOND + 420
1 libfreetype.6.dylib 0x01700a5c FT_New_Face_From_Resource +
476
2 libfreetype.6.dylib 0x01700b04 FT_New_Face + 52
3 libfontconfig.1.dylib 0x01782878 FcFreeTypeQuery + 72
4 libfontconfig.1.dylib 0x0177f5c4 FcFileScanConfig + 196
5 libfontconfig.1.dylib 0x0177f894 FcDirCacheScan + 452
6 libfontconfig.1.dylib 0x0177b990 FcConfigAddDirList + 128
7 libfontconfig.1.dylib 0x0177bc5c FcConfigBuildFonts + 92
8 libfontconfig.1.dylib 0x01782e3c FcInitLoadConfigAndFonts + 44
9 libfontconfig.1.dylib 0x017830c0 FcInit + 48
10 libfontconfig.1.dylib 0x01778c9c FcConfigGetCurrent + 44
11 libfontconfig.1.dylib 0x0177a838 FcConfigSubstituteWithPat + 56
12 libpangocairo-1.0.0.dylib 0x015f7308
pango_cairo_fc_font_map_context_substitute + 40
(gdb) info frame
Stack level 0, frame at 0xbfffab30:
pc = 0x17507a4 in FT_New_Face_From_FOND; saved pc 0x1750a5c
called by frame at 0xbfffb5f0
Arglist at 0xbfffab30, args:
Locals at 0xbfffab30, Previous frame's sp is 0xbfffb5f0
Saved registers:
r25 at 0xbfffb5d4, r26 at 0xbfffb5d8, r27 at 0xbfffb5dc, r28 at
0xbfffb5e0, r29 at 0xbfffb5e4, r30 at 0xbfffb5e8, r31 at 0xbfffb5ec,
lr at 0xbfffb5f8
This function was not called from a signal handler.
The function prologue begins at 0x1750600.
The function body begins at 0x175062c.
A stack frame has been allocated.
2752 bytes of integer and floating-point registers have been saved:
0x1750628 is the stack setup address.
General-purpose registers r25--r31 have been saved at offset 0xffffffe4.
No floating-point registers have been saved.
The link register has been saved at offset 0x8.
(gdb)
(gdb) info reg
r0 0x0 0
r1 0xbfffab30 3221203760
r2 0xbfffa000 3221200896
r3 0x0 0
r4 0x0 0
r5 0xbfffab08 3221203720
r6 0x0 0
r7 0xffffffffffffffff 18446744073709551615
r8 0x19e2400 27141120
r9 0x0 0
r10 0x90bae680 2428167808
r11 0xa0b8af98 2696458136
r12 0x90008540 2415953216
r13 0x0 0
r14 0x0 0
r15 0x2e2bd50 48414032
r16 0x2e8b9e0 48806368
r17 0x0 0
r18 0x0 0
r19 0x0 0
r20 0xbfffc6bc 3221210812
r21 0x2e7a9c0 48736704
r22 0xbfffb62e 3221206574
r23 0xbfffbc28 3221208104
r24 0x2 2
r25 0xbfffbc28 3221208104
r26 0x2e7a9c0 48736704
r27 0x0 0
r28 0x0 0
r29 0x0 0
r30 0x0 0
r31 0x1750610 24446480
pc 0x17507a4 24446884
ps 0x100000000000d030 1152921504606900272
cr 0x24284482 606618754
lr 0x1750784 24446852
ctr 0x90008540 2415953216
xer 0x20000000 536870912
mq 0x0 0
fpscr 0x82004000 2181054464
vscr 0x10000 65536
vrsave 0x0 0
(gdb)
- [ft-devel] freetype crashes in Mac OS X,
Tim Lyons <=