aMule Forum

English => Backtraces => Topic started by: iolaire on June 29, 2006, 05:37:25 PM

Title: segfault about one minute after invocation
Post by: iolaire on June 29, 2006, 05:37:25 PM
Crash was hands-off, no user action. Crash is repeatable. Crash occurs about one minute after startup and connection.

compiled from source with the following options:

./configure --enable-webserver --enable-webservergui --enable-amulecmd --enable-amulecmdgui --enable-cas --enable-wxcas --enable-amule-daemon --enable-debug --disable-optimize

Built against the following:
                                       wxWidgets             2.6.2
                                       crypto++              embedded
                                       libpng                1.2.8
                                       libgd                 2.0.33
                                       zlib                  1.2.2.2

(gdb) bt
#0  0x002c48ca in _GSocket_GDK_Input () from /usr/local/lib/libwx_gtk2_core-2.6.so.0
#1  0x00127d93 in gdk_io_invoke (source=0xa811c30, condition=G_IO_IN, data=0xa8137e8) at gdkevents.c:968
#2  0x00a3b9cb in g_io_unix_dispatch (source=0xa7eb488, callback=0x127d40 , user_data=0xa8137e8) at giounix.c:162
#3  0x00a15796 in IA__g_main_context_dispatch (context=0xa4caf28) at gmain.c:1934
#4  0x00a1856a in g_main_context_iterate (context=0xa4caf28, block=1, dispatch=1, self=0xa4cbde8) at gmain.c:2565
#5  0x00a18a6b in IA__g_main_loop_run (loop=0xa79a3a8) at gmain.c:2769
#6  0x00ec7a39 in IA__gtk_main () at gtkmain.c:985
#7  0x002c2eff in wxEventLoop::Run () from /usr/local/lib/libwx_gtk2_core-2.6.so.0
#8  0x0034060c in wxAppBase::MainLoop () from /usr/local/lib/libwx_gtk2_core-2.6.so.0
#9  0x003406f2 in wxAppBase::OnRun () from /usr/local/lib/libwx_gtk2_core-2.6.so.0
#10 0x0060b41b in wxEntry () from /usr/local/lib/libwx_base-2.6.so.0
#11 0x081d7b1f in main (argc=1, argv=0xbfab1914) at amule-gui.cpp:143

(gdb) bt full
#0  0x002c48ca in _GSocket_GDK_Input () from /usr/local/lib/libwx_gtk2_core-2.6.so.0
No symbol table info available.
#1  0x00127d93 in gdk_io_invoke (source=0xa811c30, condition=G_IO_IN, data=0xa8137e8) at gdkevents.c:968
        gdk_cond = GDK_INPUT_READ
#2  0x00a3b9cb in g_io_unix_dispatch (source=0xa7eb488, callback=0x127d40 , user_data=0xa8137e8) at giounix.c:162
        buffer_condition = Variable "buffer_condition" is not available.

(gdb) thread apply all bt

Thread 4 (Thread -1232065616 (LWP 30849)):
#0  0x00c26402 in ?? ()
#1  0x009cbaec in ?? ()
#2  0x00000000 in ?? ()

Thread 2 (Thread -1211085904 (LWP 30847)):
#0  0x00c26402 in ?? ()
#1  0x009ce9c6 in ?? ()
#2  0x00000000 in ?? ()

Thread 1 (Thread -1208387904 (LWP 30836)):
#0  0x002c48ca in ?? ()
#1  0x0aac6750 in ?? ()
#2  0x00000000 in ?? ()
Title: Re: segfault about one minute after invocation
Post by: wuischke on June 29, 2006, 05:41:55 PM
Quote
wxWidgets 2.6.2
Would you mind to upgrade to wxWidgets 2.6.3?