Hi,

On Sun, Sep 03, 2006 at 01:54:18AM +0200, Nacho Barrientos Arias wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x00002b9f5159a3f0 in gtk_paint_hline () from /usr/lib/libgtk-1.2.so.0
> (gdb) bt full
> #0  0x00002b9f5159a3f0 in gtk_paint_hline ()
> from /usr/lib/libgtk-1.2.so.0 No symbol table info available.
> #1  0x00002b9f5159aaa1 in gtk_style_attach ()
> from /usr/lib/libgtk-1.2.so.0 No symbol table info available.
> #2  0x00002b9f515c8390 in gtk_widget_size_request ()
> from /usr/lib/libgtk-1.2.so.0 No symbol table info available.
> #3  0x0000000000423710 in EditorNew (core_ptr=0x6c9010) at editor.c:2851

I'm sorry, I can't find that code path.
editor.c:2851 should call gtk_widget_set_style(), but maybe it is
inlined?

Another try: could you please install libgtk1.2-dbg package, then
export your LD_LIBRARY_PATH to /usr/lib/debug before running gdb
again and send the output of bt full?

Thanks,

Thomas


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

Reply via email to