aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20050409 amuled crash under gdb  (Read 3481 times)

microft.pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 22
  • What the f0ck do you care?!?!
    • http://microft.pt.vu
20050409 amuled crash under gdb
« on: April 09, 2005, 04:28:03 PM »

[Thread 737326 (LWP 10013) exited]
[New Thread 770096 (LWP 10040)]
ECSocket::ReadBufferFromSocket error No error happened
[Thread 770096 (LWP 10040) exited]
[New Thread 786481 (LWP 10041)]
[New Thread 802866 (LWP 10043)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 802866 (LWP 10043)]
0x080d0a62 in CList::GetCount (this=0x14c) at CTypedPtrList.h:110
110                     return count;
(gdb)



I think it haven't when I ran: amulecmd -c show\ dl

what else should i use to get more info about the crashes?
« Last Edit: April 09, 2005, 04:29:22 PM by microft.pt »
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: 20050409 amuled crash under gdb
« Reply #1 on: April 09, 2005, 04:29:53 PM »

Could you run the command "bt full" in gdb and paste the output here?
Logged

microft.pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 22
  • What the f0ck do you care?!?!
    • http://microft.pt.vu
Re: 20050409 amuled crash under gdb
« Reply #2 on: April 10, 2005, 11:39:26 AM »

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1392726 (LWP 32410)]
0x080d0a62 in CList::GetCount (this=0x14c) at CTypedPtrList.h:110
110                     return count;
(gdb) bt full
#0  0x080d0a62 in CList::GetCount (this=0x14c) at CTypedPtrList.h:110
No locals.
#1  0x080cc51c in CPartFile_Encoder::Encode (this=0x40e156bc, parent=0xb4fff814) at ExternalConn.cpp:847
        gap_list_size = 0
        curr_pos = {m_ptr = 0x0}
        it = {> = {}, _M_current = 0x0}
        gap_enc_size = 1088509628
        gap_enc_data = (
    const unsigned char *) 0x8937780 "ȼ\224\bìûY@file|Gunparade_March_-_09_-_A_day_in_the_life_-_[KAA](fbc15eb4)[AniDB].avi|242253892|22CBD7AB6277059B03B49D3B2E8DCC72|/|sources,83.132.66.207:4662|/"
        part_enc_size = 138635992
        part_enc_data = (const unsigned char *) 0xbc

        tagdata = (unsigned char *) 0x8102dcd "\203Ä\020ÉÃU\211å\213E\b\213"
        etag = {m_error = 152408248, m_tagData = 0x0, m_tagName = 0, m_dataLen = 0, m_dynamic = 168,
  m_tagList = { >> = {, true>> = {_M_start = 0x0, _M_finish = 0xb4fff7bc, _M_end_of_storage = 0x8102e0b}, }, },
  static s_theNullTag = {m_error = 0, m_tagData = 0x81ce31c, m_tagName = 0, m_dataLen = 0, m_dynamic = false,
    m_tagList = { >> = {, true>> = {_M_start = 0x0, _M_finish = 0x0, _M_end_of_storage = 0x0}, }, },
    static s_theNullTag = , static s_theNullTagData = {0, 0, 0, 0}},
  static s_theNullTagData = {0, 0, 0, 0}}
#2  0x080ca6db in Get_EC_Response_GetDownloadQueue (request=0x90afc60, encoders=@0x8729608) at ExternalConn.cpp:526
        cur_file = (class CPartFile *) 0x86d1078
        filetag = { = {m_error = 0, m_tagData = 0x90fcad8, m_tagName = 20, m_dataLen = 16, m_dynamic = true,
    m_tagList = { >> = {, true>> = {_M_start = 0x90f22f0, _M_finish = 0x90f24b0,
          _M_end_of_storage = 0x90f24f0}, }, }, static s_theNullTag = {m_error = 0,
      m_tagData = 0x81ce31c, m_tagName = 0, m_dataLen = 0, m_dynamic = false,
      m_tagList = { >> = {, true>> = {_M_start = 0x0, _M_finish = 0x0, _M_end_of_storage = 0x0}, }, },
      static s_theNullTag = , static s_theNullTagData = {0, 0, 0, 0}},
    static s_theNullTagData = {0, 0, 0, 0}}, }
        enc = (CPartFile_Encoder &) @0x40e156bc: {m_enc_data = Internal: global symbol `PartFileEncoderData' found in OtherFunctions.cpp psymtab but not in symtab.
PartFileEncoderData may be an inlined function, or may be a template function
(if a template, try specifying an instantiation: PartFileEncoderData).
Logged