(gdb) run
Starting program: /usr/bin/fc-cache
warning: Lowest section in system-supplied DSO at 0xffffe000 is .hash at ffffe0b4
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -137127616 (LWP 23130)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -137127616 (LWP 23130)]
0xf7e8306c in ?? () from /usr/lib/libfontconfig.so.1
(gdb) where
#0  0xf7e8306c in ?? () from /usr/lib/libfontconfig.so.1
#1 0xf7e84fc4 in FcDirCacheOpenFile (cache_file=<value optimized out>, file_stat=0xffa541e4) at /usr/include/sys/stat.h:380 #2 0xf7e85093 in FcDirCacheProcess (config=<value optimized out>, dir=0x804f578 "/usr/share/fonts", callback=0xf7e85420 <FcDirCacheMapHelper>,
    closure=0xffa542a0, cache_file_ret=0x0) at fccache.c:162
#3 0xf7e851c7 in IA__FcDirCacheLoad (dir=0x804f578 "/usr/share/fonts", config=0x804c008, cache_file=0x0) at fccache.c:533
#4  0x0804918b in ?? ()
#5  0x0804f578 in ?? ()
#6  0x0804c008 in ?? ()
#7  0x00000000 in ?? ()

On Sun, 17 Dec 2006, Steve Langasek wrote:

On Sun, Dec 17, 2006 at 05:58:16PM +0100, Leszek Koltunski wrote:

Ok, it looks like one simply has to install the 'libfontconfig1-dbg'
package? In that case, that does not give us much new info, 'fc-cache'
simply crashes the first time it tries to open a cached font in
/var/cache/fontconfig/* :  ( the last few lines of 'strace fc-cache'  )

Please provide a backtrace using gdb instead of strace output.  strace is
almost always useless when it comes to debugging crashes.

--
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to