aMule Forum

English => Backtraces => Topic started by: GoAuLd_Stargate on June 08, 2005, 04:58:41 PM

Title: amuleweb crashes many times (CVS-20050608)
Post by: GoAuLd_Stargate on June 08, 2005, 04:58:41 PM
Amuleweb CVS-20050608 crashes without user iteraction (and many others cvs crashes this way too, but this backtrace is for this version)

I got this:

goauld@stargate:~/a$ ps aux | grep amule
amuled    2389  0.6  3.9 40284 10208 ?       Ss   16:13   0:19 /usr/bin/amuled -f
amuled    2392  0.0  0.0     0    0 ?        Z    16:13   0:00 [amuleweb]

here is the backtrace

(gdb) bt
#0  0x400fac9e in wxMBConv::cMB2WC () from /usr/lib/libwx_baseu-2.5.so.3
#1  0x400fda80 in wxMBConv::cMB2WX () from /usr/lib/libwx_baseu-2.5.so.3
#2  0x080af58f in char2unicode (
    x=0x8148ed0 "GET /dyn_A466F8253A0F70C9B64855D7C0472D8D.png HTTP/1.1\r\nHost: stargate:10002\r\nUser-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)\r\nAccep"...) at StringFunctions.h:85
#3  0x080915ce in CWebSocket::OnRequestReceived (this=0x8141750,
    pHeader=0x8148ed0 "GET /dyn_A466F8253A0F70C9B64855D7C0472D8D.png HTTP/1.1\r\nHost: stargate:10002\r\nUser-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)\r\nAccep"..., dwHeaderLen=447, pData=0x0,
    dwDataLen=0) at WebSocket.cpp:298
#4  0x080911cb in CWCThread::Entry (this=0x8141740) at WebSocket.cpp:210
#5  0x40142bfb in wxThreadInternal::PthreadStart () from /usr/lib/libwx_baseu-2.5.so.3
#6  0x40142acf in wxPthreadStart () from /usr/lib/libwx_baseu-2.5.so.3
#7  0x40028ca3 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8  0x403d4f5a in clone () from /lib/tls/i686/cmov/libc.so.6


(gdb) bt full
#0  0x400fac9e in wxMBConv::cMB2WC () from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#1  0x400fda80 in wxMBConv::cMB2WX () from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#2  0x080af58f in char2unicode (
    x=0x8148ed0 "GET /dyn_A466F8253A0F70C9B64855D7C0472D8D.png HTTP/1.1\r\nHost: stargate:10002\r\nUser-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)\r\nAccep"...) at StringFunctions.h:85
No locals.
#3  0x080915ce in CWebSocket::OnRequestReceived (this=0x8141750,
    pHeader=0x8148ed0 "GET /dyn_A466F8253A0F70C9B64855D7C0472D8D.png HTTP/1.1\r\nHost: stargate:10002\r\nUser-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)\r\nAccep"..., dwHeaderLen=447, pData=0x0,
    dwDataLen=0) at WebSocket.cpp:298
        sHeader =
        sData =
        sURL =
        Data = {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0x0}
#4  0x080911cb in CWCThread::Entry (this=0x8141740) at WebSocket.cpp:210
     IsGet = true
        IsPost = false
#5  0x40142bfb in wxThreadInternal::PthreadStart () from /usr/lib/libwx_baseu-2.5.so.3
---Type to continue, or q to quit---
No symbol table info available.
#6  0x40142acf in wxPthreadStart () from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#7  0x40028ca3 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8  0x403d4f5a in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Title: Re: amuleweb crashes many times (CVS-20050608)
Post by: stefanero on June 08, 2005, 05:43:22 PM
you use vollstreckers repro?
Title: amuleweb
Post by: goauld on June 08, 2005, 06:30:35 PM
i have this in my sources.list
deb http://www.vollstreckernet.de/debian/ testing amule
deb http://www.vollstreckernet.de/debian/ testing wx

maybe i have some libs from vollstreckernet, libwxgtk or something to acomplish with dependencies but the amule src code is downloaded from amule.org and compiled by me with:

./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --enable-debug --disable-optimize

with no warnings. if there is something wrong with vollstrecher and you tell me how i can watch it i will post here the results
Title: Re: amuleweb crashes many times (CVS-20050608)
Post by: stefanero on June 08, 2005, 08:01:17 PM
well the vollstrecker debs are linked against wx-2.5.3 which is big time trouble...
so if you want stable mule use the no deamon version with wx-2.4.2 which is in sid, or compile wxGTK-2.6 yourself and aMule....

but the vollstrecker debs with wx-2.5.3 are NO good....

stefanero
Title: it works
Post by: goauld on June 11, 2005, 04:09:54 PM
i compiled wxwidgets 6.1 (with the options explained in the wiki) and then amuled and amuleweb,
it works nice
thanks