aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule cvs 2005/02/10  (Read 1845 times)

fctk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
amule cvs 2005/02/10
« on: February 11, 2005, 04:55:38 PM »

Code: [Select]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1234125904 (LWP 27851)]
0xb7ae8081 in wxMBConv::cWC2MB () from /usr/lib/libwx_baseu-2.5.so.3

Code: [Select]
(gdb) bt
#0  0xb7ae8081 in wxMBConv::cWC2MB () from /usr/lib/libwx_baseu-2.5.so.3
#1  0xb7abfcb1 in wxStat () from /usr/lib/libwx_baseu-2.5.so.3
#2  0xb7ac029d in wxFileExists () from /usr/lib/libwx_baseu-2.5.so.3
#3  0x081656a0 in CFile::Exists (name=0x94a3d34) at CFile.cpp:214
#4  0x0814f0bd in CAICHSyncThread::Entry (this=0x96c9e80)
    at AICHSyncThread.cpp:151
#5  0xb7b1a6b6 in wxThreadInternal::PthreadStart ()
   from /usr/lib/libwx_baseu-2.5.so.3
#6  0xb7b1a73d in wxPthreadStart () from /usr/lib/libwx_baseu-2.5.so.3
#7  0xb7fd2324 in start_thread () from /lib/tls/libpthread.so.0
#8  0xb744046a in clone () from /lib/tls/libc.so.6

Code: [Select]
(gdb) bt full
#0  0xb7ae8081 in wxMBConv::cWC2MB () from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#1  0xb7abfcb1 in wxStat () from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#2  0xb7ac029d in wxFileExists () from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#3  0x081656a0 in CFile::Exists (name=0x94a3d34) at CFile.cpp:214
No locals.
#4  0x0814f0bd in CAICHSyncThread::Entry (this=0x96c9e80)
    at AICHSyncThread.cpp:151
hashlist = { >> = {
    _M_impl = { >> = {<__gnu_cxx::new_allocator >> = {}, }, _M_node = {_M_next = 0xb670b3c0, _M_prev = 0xb670b3c0}}}, }
fullpath = { = {static npos = 4294967195,
    m_pchData = 0x94a3d34}, }
file = { = {_vptr.CFile = 0x8394188, m_fd = -1,
    m_error = false, fFilePath = { = {static npos = 4294967195,
        m_pchData = 0xb7b3b74c}, }}, = {
    _vptr.CFileDataIO = 0x83941d8}, }
queue = { >> = {_M_impl = { >> = {<__gnu_cxx::new_allocator >> = {}, }, _M_node = {_M_next = 0x9915a78, _M_prev = 0xb7b5dab4}}}, }
#5  0xb7b1a6b6 in wxThreadInternal::PthreadStart ()
   from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#6  0xb7b1a73d in wxPthreadStart () from /usr/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#7  0xb7fd2324 in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#8  0xb744046a in clone () from /lib/tls/libc.so.6
No symbol table info available.
Logged