aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20050411 SegmentationFault  (Read 3204 times)

microft.pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 22
  • What the f0ck do you care?!?!
    • http://microft.pt.vu
20050411 SegmentationFault
« on: April 12, 2005, 09:23:57 PM »

runned under gdb:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 49156 (LWP 14001)]
0x401f314d in GSocket::Select () from /usr/local/lib/libwx_base_net-2.5.so.4
(gdb) bt full
#0  0x401f314d in GSocket::Select () from /usr/local/lib/libwx_base_net-2.5.so.4
No symbol table info available.
#1  0x401eea93 in wxSocketBase::_Wait () from /usr/local/lib/libwx_base_net-2.5.so.4
No symbol table info available.
#2  0x401eebe4 in wxSocketBase::WaitForWrite () from /usr/local/lib/libwx_base_net-2.5.so.4
No symbol table info available.
#3  0x080f8b2f in CSocketGlobalThread::Entry (this=0x86c0740) at ListenSocket.cpp:2242
        cur_sock = (CClientReqSocket *) 0x8a5aec8
        it = { = {_M_node = 0x40711188}, }
        locker =
#4  0x4018f66f in wxThreadInternal::PthreadStart () from /usr/local/lib/libwx_base-2.5.so.4
No symbol table info available.
#5  0x4018f53c in wxPthreadStart () from /usr/local/lib/libwx_base-2.5.so.4
No symbol table info available.
#6  0x4003654e in pthread_start_thread () from /lib/libpthread.so.0
No symbol table info available.
#7  0x400365df in pthread_start_thread_event () from /lib/libpthread.so.0
No symbol table info available.
#8  0x4053eb8a in clone () from /lib/libc.so.6
No symbol table info available.
(gdb)
Logged

lfroen

  • Guest
Re: 20050411 SegmentationFault
« Reply #1 on: April 13, 2005, 05:17:36 AM »

Too many sockets. Lower maximum connections limit.
Logged