aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 20060928 - amuled: Terminated after throwing an instance of 'std::bad_alloc'  (Read 2196 times)

chemical

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 61

The shutdown there was NOT initiated by me.

Code: [Select]
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device
2006-10-16 23:53:20: PartFiles: Error while saving part-file: SafeIO::IOFailure: Error writing to file: No space left on device

All PartFiles Saved.
aMule shutdown completed.
        aMule Version: aMuled CVS using wxGTK2 v2.7.0 (Snapshot: Thu Sep 28 07:01:54 CEST 2006)

Terminated after throwing an instance of 'std::bad_alloc'
        what(): St9bad_alloc
        backtrace:
[2] ?? in /home/donkey/amule/build/bin/amuled [0x80685ec]
[3] wxEntry(int&, wchar_t**) in /home/donkey/lib/libwx_baseu-2.7.so.0[0x40119d23]
[4] wxEntry(int&, char**) in /home/donkey/lib/libwx_baseu-2.7.so.0[0x40119d96]
[5] std::ostream::write(char const*, int) in /home/donkey/amule/build/bin/amuled[0x80542c4]
[6] __libc_start_main in /lib/i686/libc.so.6[0x40309d17]
[7] std::ostream::write(char const*, int) in /home/donkey/amule/build/bin/amuled[0x80541f1]


Program received signal SIGABRT, Aborted.
[Switching to Thread 16384 (LWP 30367)]
0x4031db71 in kill () from /lib/i686/libc.so.6
(gdb)
(gdb) thread apply all bt full

Thread 2 (Thread 32769 (LWP 30373)):
#0  0x403c7b66 in poll () from /lib/i686/libc.so.6
No symbol table info available.
#1  0x4002aa8e in __pthread_manager () from /lib/i686/libpthread.so.0
No symbol table info available.
#2  0x4002ad63 in __pthread_manager_event () from /lib/i686/libpthread.so.0
No symbol table info available.
#3  0x403d0327 in clone () from /lib/i686/libc.so.6
No symbol table info available.

Thread 1 (Thread 16384 (LWP 30367)):
#0  0x4031db71 in kill () from /lib/i686/libc.so.6
No symbol table info available.
#1  0x4002dcf1 in pthread_kill () from /lib/i686/libpthread.so.0
No symbol table info available.
#2  0x4002e00b in raise () from /lib/i686/libpthread.so.0
No symbol table info available.
#3  0x082d0140 in OnUnhandledException () at MuleDebug.cpp:80
        t = (class std::type_info *) 0x84420e0
#4  0x080685ec in CamuleApp::OnUnhandledException (this=0x864d870) at amule.cpp:2033
No locals.
#5  0x40119d23 in wxEntry () from /home/donkey/lib/libwx_baseu-2.7.so.0
No symbol table info available.
#6  0x40119d96 in wxEntry () from /home/donkey/lib/libwx_baseu-2.7.so.0
No symbol table info available.
#7  0x080542c4 in main (argc=3, argv=0xbff2df94) at amuled.cpp:101
No locals.
(gdb)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795

Seems like an unhandled exception caused by the "no space left on device" stuff.
Logged