|
From: | Werner LEMBERG |
Subject: | Re: [Devel] gnome browsers segfault |
Date: | Mon, 10 May 2004 10:08:17 +0200 (CEST) |
> Run gdb with the web browser linked to freetype-2.1.7 like: > > $ gdb galeon > > You will get following output and gdb prompt [...] There is very time-consuming additional testing possibility (I've split the line for better readability): valgrind --show-reachable=yes \ --leak-check=yes \ --tool=memcheck galeon 2> galeon.log and waint until it crashes. Of course you have to have valgrind installed (there are high chances that you haven't; it is a very useful debugging tool for the intel architecture). Werner
[Prev in Thread] | Current Thread | [Next in Thread] |