gpa-0.7.3 segfault when openig a file

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Thu Jul 6 09:10:22 CEST 2006


At Mon, 19 Jun 2006 19:38:42 +0200,
fredg <fredgk at gmail.com> wrote:
> 
> Hi,
> 
> Just built it under Zenwalk linux, against gpgme-1.1.2.
> I got a segfault when trying to open a file.

Sorry, I can not reproduce this.

> Here is a gdb backtrace:
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1217018176 (LWP 23885)]
> 0xb7e0fb66 in gtk_scrolled_window_add_with_viewport ()
>    from /usr/lib/libgtk-x11-2.0.so.0
> (gdb) bt
> #0  0xb7e0fb66 in gtk_scrolled_window_add_with_viewport ()
>    from /usr/lib/libgtk-x11-2.0.so.0
> #1  0xb7e0fbdb in gtk_scrolled_window_add_with_viewport ()
>    from /usr/lib/libgtk-x11-2.0.so.0
> #2  0xb7dd1345 in gtk_list_store_new () from /usr/lib/libgtk-x11-2.0.so.0
> #3  0xb7e6eafa in gtk_tree_model_iter_next () from /usr/lib/libgtk-x11-2.0.so.0

The crash seems to happen in Gtk+.  This does not mean that the bug is
necessarily in Gtk+.  I am using 2.8.18 (on Ubuntu 6.06).

> #4  0x080535eb in ?? ()
> #5  0x081b6c80 in ?? ()
> #6  0xbfc91750 in ?? ()
> #7  0x082145f8 in ?? ()
> #8  0x08050e70 in ?? ()
> #9  0x0821c028 in ?? ()
> #10 0x00000000 in ?? ()
> (gdb)

This would be the interesting part.

You are missing debug symbols in gpa (try to build with CFLAGS=-g) and
gtk (try to install the debug packages if they exist).

Thanks,
Marcus





More information about the Gnupg-devel mailing list