aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20060722 amuled crash when amulegui connects to  (Read 2485 times)

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
20060722 amuled crash when amulegui connects to
« on: July 22, 2006, 05:38:27 PM »

Hi all,
a strange behaviour in amuled: when I start it, I wait for its complete startup, then if I start amulegui or exec

# amulecmd -c "show DL"

(but not when amulecmd -c "show UL"... could be something related to EC protocol about downloads request?) amuled crash so high that even gdb crashes...

Code: [Select]
2006-07-22 17:20:02: New external connection accepted
2006-07-22 17:20:02: Connecting client: aMulecmd CVS
2006-07-22 17:20:02: Access granted.
2006-07-22 17:20:02: MuleUDPSocket: Shutting down Client UDP-Socket
2006-07-22 17:20:02: Disconnected from Kad
2006-07-22 17:20:02: Saved 1 sources seeds for partfile: xxx
...
2006-07-22 17:20:02: Saved 7 sources seeds for partfile: xxx
2006-07-22 17:20:02: Disconnected from ED2K
[Thread -1218499664 (zombie) exited]
[Thread -1235285072 (zombie) exited]
Now, exiting main app...
aMule OnExit: Terminating core.
2006-07-22 17:20:08: MuleUDPSocket: Shutting down Server UDP-Socket
Saving PartFile 334 of 334
All PartFiles Saved.
aMule shutdown completed.
        aMule Version: aMuled CVS using wxGTK2 v2.6.3 (Snapshot: Sat Jul 22 07:01:55 CEST 2006)

Terminated after throwing an instance of 'std::logic_error'
        what(): basic_string::_S_construct NULL not valid
Segmentation fault
morph@morpheus:~$       backtrace:
[2] wxThreadHelperThread::~wxThreadHelperThread() in /usr/bin/amuled [0x808203e]
[3] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0xb7933c4d]
[4] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0xb7933cb6]
[5] __gxx_personality_v0 in /usr/bin/amuled[0x806ab34]
[6] __libc_start_main in /lib/tls/i686/cmov/libc.so.6[0xb767aeb0]
[7] wxAppConsole::Initialize(int&, wchar_t**) in /usr/bin/amuled[0x806aa61]
Logged

lfroen

  • Guest
Re: 20060722 amuled crash when amulegui connects to
« Reply #1 on: July 23, 2006, 09:20:42 PM »

Fixed in current SVN
Logged