aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuled (20050325) crashes after removing amule.conf  (Read 1847 times)

Mr Faber

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 229
amuled (20050325) crashes after removing amule.conf
« on: March 25, 2005, 01:38:41 PM »

Amuled crashes after some seconds after I have removed amule.conf and restart amuled to let it create a new one.

By the way since the gui and core is sepparated many entries of amule.conf can be removed because they are stored in remote.conf.

Code: [Select]
(gdb) bt
#0  0x00002aaaabd4bc49 in raise () from /lib/libc.so.6
#1  0x00002aaaabd4d14e in abort () from /lib/libc.so.6
#2  0x00002aaaaadbec31 in wxFatalSignalHandler ()
    at ./src/unix/utilsunx.cpp:999
#3  
#4  0x00002aaaaaf654a1 in GSocket::Select(int) (this=0x166b700, flags=9)
    at ./src/unix/gsocket.cpp:940
#5  0x00002aaaaaf61767 in wxSocketBase::_Wait(long, long, int) (
    this=0x16dac90, seconds=1124069504, milliseconds=-9223372036854775808,
    flags=9) at ./src/common/socket.cpp:719
#6  0x00002aaaaaf61acf in wxSocketBase::WaitForRead(long, long) (
    this=0xffffffff, seconds=1124069504, milliseconds=-9223372036854775808)
    at ./src/common/socket.cpp:772
#7  0x00000000004b6c5e in CServerSocketHandler::Entry() (this=0x16dae80)
    at ServerSocket.cpp:148
#8  0x00002aaaaadb7efc in wxThreadInternal::PthreadStart(wxThread*) (
    thread=0x16dae80) at ./src/unix/threadpsx.cpp:762
#9  0x00002aaaaabc70b1 in start_thread () from /lib/libpthread.so.0
#10 0x00002aaaabdd3263 in clone () from /lib/libc.so.6
(gdb) bt full
#0  0x00002aaaabd4bc49 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00002aaaabd4d14e in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00002aaaaadbec31 in wxFatalSignalHandler ()
    at ./src/unix/utilsunx.cpp:999
No locals.
#3  
No symbol table info available.
#4  0x00002aaaaaf654a1 in GSocket::Select(int) (this=0x166b700, flags=9)
    at ./src/unix/gsocket.cpp:940
readfds = {fds_bits = {0 }}
writefds = {fds_bits = {0 }}
tv = {tv_sec = 1, tv_usec = 0}
result = 9
exceptfds = {fds_bits = {0 }}
__PRETTY_FUNCTION__ = "GSocketEventFlags GSocket::Select(GSocketEventFlags)"
#5  0x00002aaaaaf61767 in wxSocketBase::_Wait(long, long, int) (
    this=0x16dac90, seconds=1124069504, milliseconds=-9223372036854775808,
    flags=9) at ./src/common/socket.cpp:719
result = -1
timeout = 1000
chrono = {m_t0 = {m_ll = 1111754056931}, m_pause = 0, m_pauseCount = 0}
done = false
#6  0x00002aaaaaf61acf in wxSocketBase::WaitForRead(long, long) (
    this=0xffffffff, seconds=1124069504, milliseconds=-9223372036854775808)
    at ./src/common/socket.cpp:772
No locals.
#7  0x00000000004b6c5e in CServerSocketHandler::Entry() (this=0x16dae80)
    at ServerSocket.cpp:148
No locals.
#8  0x00002aaaaadb7efc in wxThreadInternal::PthreadStart(wxThread*) (
    thread=0x16dae80) at ./src/unix/threadpsx.cpp:762
pthread = (wxThreadInternal *) 0x15959f0
rc = 0
dontRunAtAll = false
#9  0x00002aaaaabc70b1 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#10 0x00002aaaabdd3263 in clone () from /lib/libc.so.6
No symbol table info available.

cu
Mr Faber
« Last Edit: March 25, 2005, 01:39:19 PM by Mr Faber »
Logged