[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] Crash in freetype-2.1.9
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] Crash in freetype-2.1.9 |
Date: |
Mon, 19 Jul 2004 06:26:40 +0200 (CEST) |
> I'm running into a crash in freetype-2.1.9, when printing an email in
> evolution.
>
> This is on a sparc solaris 8 system, with freetype-2.1.9 compiled from
> source using gcc-3.3.4. Here's a backtrace:
Thanks for the report. Unfortunately, it doesn't help. If possible,
recompile your program using the gcc compiling options `-gdwarf-2' and
`-g3' (at least this was necessary with 3.1 of gcc, according to the
gdb 6.0 info pages); this makes it possible, AFAIK, to trace macro
calls also.
Then, after the crash, type `bt full' and report the results.
Werner