[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] SEGFAULT in FT_Get_Name_Index - invalid service?
From: |
Jan-Marek Glogowski |
Subject: |
[Devel] SEGFAULT in FT_Get_Name_Index - invalid service? |
Date: |
Wed, 10 Nov 2004 14:11:42 +0100 |
User-agent: |
KMail/1.7.1 |
Hi
While testing the experimental kpdf snapshot, I got this bug in FT2 (tested
with 2.1.7 from SuSE (hangs), 2.1.9 (crash), devel snapshot (crash)).
(gdb) bt
#0 0x410e65af in FT_Get_Name_Index (face=0x83afa18, glyph_name=0x839d260
".notdef") at ftobjs.c:2397
2393 FT_FACE_LOOKUP_SERVICE( face,
2394 service,
2395 GLYPH_DICT );
2396
2397 if ( service && service->name_index )
gdb tells me that the returned service is invalid
(gdb) print *service
Cannot access memory at address 0x83d2000
Can be a bug in kpdf, the xpdf splash library or FT2.
Could someone provide a bugfix?
Thanks
Jan-Marek
- [Devel] SEGFAULT in FT_Get_Name_Index - invalid service?,
Jan-Marek Glogowski <=