aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: YA amuleweb segfault (2-10 snapshot)  (Read 2216 times)

monkeyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
YA amuleweb segfault (2-10 snapshot)
« on: February 12, 2005, 12:14:21 AM »

Again, my browser was just sitting at the transfers screen, IIRC.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1254122576 (LWP 7380)]
0x08096211 in std::vector >::begin (this=0x14) at
 stl_vector.h:363
363           begin() const { return const_iterator (_M_start); }
(gdb) bt
#0  0x08096211 in std::vector >::begin (this=0x14
) at stl_vector.h:363
#1  0x080961d5 in std::vector >::size (this=0x14)
 at stl_vector.h:415
#2  0x0809645e in CECTag::GetTagByIndex (this=0x0, index=0) at ECPacket.h:75
#3  0x08062496 in CWebServer::_GetLog (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb720
8d18})
    at WebServer.cpp:1598
#4  0x08054888 in CWebServer::ProcessURL (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb720
8d18})
    at WebServer.cpp:566
#5  0x0808d5dd in CWebSocket::OnRequestReceived (this=0xb7208d18,
    pHeader=0xb7207b90 "GET /?ses=-569968810&w=log 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,application/xhtml+"..., dwHe
aderLen=498, pData=0x0, dwDataLen=0) at WebSocket.cpp:316
#6  0x0808c923 in CWCThread::Entry (this=0xb7208d08) at WebSocket.cpp:202
#7  0xb7f91bfb in wxThreadInternal::PthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
#8  0xb7f91acf in wxPthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
#9  0xb7fd6b63 in start_thread () from /lib/tls/libpthread.so.0
#10 0xb7d06c4a in clone () from /lib/tls/libc.so.6

(gdb) bt full
#0  0x08096211 in std::vector >::begin (this=0x14) at stl_vector.h:363
No locals.
#1  0x080961d5 in std::vector >::size (this=0x14) at stl_vector.h:415
No locals.
#2  0x0809645e in CECTag::GetTagByIndex (this=0x0, index=0) at ECPacket.h:75
No locals.
#3  0x08062496 in CWebServer::_GetLog (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb7208d18})
    at WebServer.cpp:1598
        sSession =
        Out =
        req = { = { = {m_error = 0, m_tagData = 0x0, m_tagName = 0,
      m_dataLen = 0, m_dynamic = false,
      m_tagList = { >> = {, true>> = {_M_start = 0x0, _M_finish = 0x0,
            _M_end_of_storage = 0x0}, }, }}, },
  m_opCode = 46 '.'}
        response = (class CECPacket *) 0x0
#4  0x08054888 in CWebServer::ProcessURL (this=0x80de0c8, Data=
      {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb7208d18})
    at WebServer.cpp:566
        sPage =
        lock =
        isUseGzip = true
        Out =
        OutE =
        OutE2 =
        OutS =
        gzipOut = (TCHAR *) 0x0
        gzipLen = 0
        HTTPProcessData =
        HTTPTemp =
        lSession = -569968810
        sSes =
        sSession =
        sW =
        httpOut = 0xb7ca1cb1 "\201ïß\v"
#5  0x0808d5dd in CWebSocket::OnRequestReceived (this=0xb7208d18,
    pHeader=0xb7207b90 "GET /?ses=-569968810&w=log HTTP/1.1\r\nHost: XXXX: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,application/xhtml+"..., dwHeaderLen=498, pData=0x0, dwDataLen=0) at WebSocket.cpp:316
        sHeader =
        sData =
        sURL =
        Data = {sURL = , inadr = {s_addr = 4294967295}, pSocket = 0xb7208d18}
#6  0x0808c923 in CWCThread::Entry (this=0xb7208d08) at WebSocket.cpp:202
        IsGet = true
        IsPost = false
#7  0xb7f91bfb in wxThreadInternal::PthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
No symbol table info available.
#8  0xb7f91acf in wxPthreadStart () from /home/monkeyboy/lib/libwx_base-2.5.so.4
No symbol table info available.
#9  0xb7fd6b63 in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#10 0xb7d06c4a in clone () from /lib/tls/libc.so.6
No symbol table info available.
Logged

monkeyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 18
Re: YA amuleweb segfault (2-10 snapshot)
« Reply #1 on: February 12, 2005, 12:19:36 AM »

I just realized that amuled crashed too, and I'm not sure which one crashed first, so there's probably some relation.  And alas, I don't have a useful backtrace from amuled's crash.  :(

Monkeyboy
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: YA amuleweb segfault (2-10 snapshot)
« Reply #2 on: February 12, 2005, 05:20:15 PM »

monkeyboy,

Hey, cheer up! :) you already did great! Your bt allowed me to fix this particular crash and several other potential crashes in amuleweb's code. Please try tomorrow cvs tarball to see if still crashes.

Cheers!
Logged