7 Feb
2012
7 Feb
'12
8:20 a.m.
On 07.02.2012 08:54, Harvey wrote:
Florian,
You could try to get a backtrace: https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces
Well, I did, but this only shows that the segfault is coming from gtk_dialog_run () from /usr/lib32/libgtk-x11-2.0.so.0 which belongs to lib32-gtk2. Full trace is here: http://pastebin.com/ank7PXPi
This has been done with gdb. Do I get more useful information when recompiling lib32-gtk2 with -g, -O0 and -fbuiltin flags enabled or is this just a waste of time?
Do that and you will also see variable values and source code files/lines. -- Florian Pritz