aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Another amuleweb segfault  (Read 1838 times)

monkeyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Another amuleweb segfault
« on: February 11, 2005, 08:16:41 PM »

This is built by me from the 2-10 CVS snapshot.  I was just sitting on the transfers screen, and apparently this happened during an automatic refresh.


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1270907984 (LWP 553)]
0x080964ce in CECTag::GetInt8Data (this=0x0) at ECPacket.h:85
85                      uint8           GetInt8Data(void) const { return *((uint8 *)m_tagData); }
(gdb) bt
#0  0x080964ce in CECTag::GetInt8Data (this=0x0) at ECPacket.h:85
#1  0x080567da in CWebServer::_GetHeader (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb6a04c70},
    lSession=-1487220191) at WebServer.cpp:767
#2  0x08053fbd in CWebServer::ProcessURL (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb6a04c70})
    at WebServer.cpp:547
#3  0x0808d5dd in CWebSocket::OnRequestReceived (this=0xb6a04c70,
    pHeader=0xb6a00480 "GET /?ses=-1487220191&w=transfer&cat= HTTP/1.1\r\nHost: XXXXX:4711\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1\r\nAccept: text/xml,application/xml,applica"..., dwHeaderLen=467, pData=0x0, dwDataLen=0) at WebSocket.cpp:316
#4  0x0808c923 in CWCThread::Entry (this=0xb6a04c60) at WebSocket.cpp:202
#5  0xb7f91bfb in wxThreadInternal::PthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
#6  0xb7f91acf in wxPthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
#7  0xb7fd6b63 in start_thread () from /lib/tls/libpthread.so.0
#8  0xb7d06c4a in clone () from /lib/tls/libc.so.6

(gdb) bt full
#0  0x080964ce in CECTag::GetInt8Data (this=0x0) at ECPacket.h:85
No locals.
#1  0x080567da in CWebServer::_GetHeader (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb6a04c70},
    lSession=-1487220191) at WebServer.cpp:767
        sSession =
        stat_req = { = { = {m_error = 0, m_tagData = 0x0, m_tagName = 0,
      m_dataLen = 0, m_dynamic = false,
      m_tagList = { >> = {, true>> = {_M_start = 0x80db4b0, _M_finish = 0x80db4d0,
            _M_end_of_storage = 0x80db4d0}, }, }}, }, m_opCode = 10 '\n'}
        stats = (class CECPacket *) 0x80f94d8
#2  0x08053fbd in CWebServer::ProcessURL (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb6a04c70})
    at WebServer.cpp:547
        sPage =
        lock =
        isUseGzip = true
        Out =
        OutE =
        OutE2 =
        OutS =
        gzipOut = (TCHAR *) 0x0
        gzipLen = 0
        HTTPProcessData =
        HTTPTemp =
        lSession = -1487220191
        sSes =
        sSession =
        sW =
        httpOut = 0x47fdb946

#3  0x0808d5dd in CWebSocket::OnRequestReceived (this=0xb6a04c70,
    pHeader=0xb6a00480 "GET /?ses=-1487220191&w=transfer&cat= HTTP/1.1\r\nHost: XXXXX:4711\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1\r\nAccept: text/xml,application/xml,applica"..., dwHeaderLen=467, pData=0x0, dwDataLen=0) at WebSocket.cpp:316
        sHeader =
        sData =
        sURL =
        Data = {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb6a04c70}
#4  0x0808c923 in CWCThread::Entry (this=0xb6a04c60) at WebSocket.cpp:202
        IsGet = true
        IsPost = false
#5  0xb7f91bfb in wxThreadInternal::PthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
No symbol table info available.
#6  0xb7f91acf in wxPthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
No symbol table info available.
#7  0xb7fd6b63 in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#8  0xb7d06c4a in clone () from /lib/tls/libc.so.6
No symbol table info available.
(gdb)
« Last Edit: February 12, 2005, 12:13:14 AM by monkeyboy »
Logged