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 SVN 10788 [SIGABRT --> BOOM!]  (Read 5594 times)

x_x_kamikaze_x_x

  • Jr. Member
  • **
  • Karma: 18
  • Offline Offline
  • Posts: 83
aMule SVN 10788 [SIGABRT --> BOOM!]
« on: May 24, 2012, 07:58:58 PM »

Hi aMule friends!
I have more "fun" for you!  ;D
I hope you find something useful on the logs...   ::)

Previous on the log:
Code: [Select]
kami@maria2:~/Desktop/Programas/aMule_SVN/src$ gdb ./amule
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/kami/Desktop/Programas/aMule_SVN/src/amule...done.
(gdb)
(gdb)
(gdb)
(gdb) run
Starting program: /home/kami/Desktop/Programas/aMule_SVN/src/amule
[Thread debugging using libthread_db enabled]
 2012-05-23 20:50:37: amuleAppCommon.cpp(335): Initialising aMule SVN compiled with wxGTK2 v2.8.12 (Debugging) (Snapshot: rev. 10768)
 2012-05-23 20:50:37: amuleAppCommon.cpp(381): Checking if there is an instance already running...
 2012-05-23 20:50:37: amuleAppCommon.cpp(412): No other instances are running.
 2012-05-23 20:50:38: ListenSocket.cpp(65): ListenSocket: Ok.
[New Thread 0x7fffec92e700 (LWP 20477)]
[New Thread 0x7fffe71ba700 (LWP 20480)]
[New Thread 0x7fffe69b9700 (LWP 20481)]
[New Thread 0x7fffe61b8700 (LWP 20482)]
[New Thread 0x7fffe59b7700 (LWP 20483)]
[Thread 0x7fffe59b7700 (LWP 20483) exited]
 2012-05-23 20:50:38: DownloadQueue.cpp(113): Loading temp files from /media/1T_D1-1_P2_sdb2/Datos Emule/Temp.
 2012-05-23 20:50:38: DownloadQueue.cpp(163): All PartFiles Loaded.
[New Thread 0x7fffe59b7700 (LWP 20485)]
[New Thread 0x7fffe51b6700 (LWP 20486)]
[Thread 0x7fffec92e700 (LWP 20477) exited]
[Thread 0x7fffe59b7700 (LWP 20485) exited]
[Thread 0x7fffe71ba700 (LWP 20480) exited]
 2012-05-23 22:14:20: SearchList.cpp(671): Search parsing result for "XXXXXXXXXXX": 0
 2012-05-23 22:14:20: SearchList.cpp(692): Search expression: XXXXXXXXXXX
 2012-05-23 22:14:20: SearchList.cpp(693): Expression count: 1
 2012-05-23 22:14:20: SearchList.cpp(699): Parameters: 1
 2012-05-23 23:21:38: MuleUDPSocket.cpp(175): Unknown port receiving a UDP packet! Ignoring
[New Thread 0x7fffe59b7700 (LWP 24671)]
[Thread 0x7fffe59b7700 (LWP 24671) exited]
 2012-05-24 09:23:56: MuleUDPSocket.cpp(175): Unknown port receiving a UDP packet! Ignoring
 2012-05-24 09:32:52: MuleUDPSocket.cpp(175): Unknown port receiving a UDP packet! Ignoring
[New Thread 0x7fffe59b7700 (LWP 27481)]
[Thread 0x7fffe59b7700 (LWP 27481) exited]
[Thread 0x7fffe51b6700 (LWP 20486) exited]
 2012-05-24 19:48:02: amule.cpp(229): Now, exiting main app...
 2012-05-24 19:48:03: amule.cpp(259): aMule OnExit: Terminating core.
[Thread 0x7fffe61b8700 (LWP 20482) exited]
 2012-05-24 19:48:05: amule.cpp(325): aMule shutdown completed.
aMule Version: aMule SVN compiled with wxGTK2 v2.8.12 (Debugging) (Snapshot: rev. 10768)

Terminated after throwing an instance of 'CIOFailureException'
what(): SafeIO::IOFailure: Error writing to file: No space left on device
backtrace:
[2] CamuleApp::OnUnhandledException() in amule.cpp:1940
[3] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.8.so.0[0x7ffff5fd67a8]
[4] main in amule-gui.cpp:93
[5] __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6[0x7ffff4fdc30d]
[6] _start in :0


Program received signal SIGABRT, Aborted.
0x00007ffff4ff13a5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb)

Logged

x_x_kamikaze_x_x

  • Jr. Member
  • **
  • Karma: 18
  • Offline Offline
  • Posts: 83
Re: aMule SVN 10788 [SIGABRT --> BOOM!]
« Reply #1 on: May 24, 2012, 08:02:56 PM »

The bt:
Code: [Select]
(gdb) bt
#0  0x00007ffff4ff13a5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff4ff4b0b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x0000000000602496 in OnUnhandledException () at MuleDebug.cpp:109
#3  0x0000000000451a4a in CamuleApp::OnUnhandledException (
    this=<optimized out>) at amule.cpp:1939
#4  0x00007ffff5fd67a8 in wxEntry(int&, wchar_t**) ()
   from /usr/lib/libwx_baseu-2.8.so.0
#5  0x000000000044a5c2 in main (argc=1, argv=<optimized out>)
    at amule-gui.cpp:93
(gdb)

The full bt:
Code: [Select]
(gdb) bt full
#0  0x00007ffff4ff13a5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1  0x00007ffff4ff4b0b in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2  0x0000000000602496 in OnUnhandledException () at MuleDebug.cpp:109
        t = <optimized out>
        output = 0x7ffff5355800
#3  0x0000000000451a4a in CamuleApp::OnUnhandledException (
    this=<optimized out>) at amule.cpp:1939
No locals.
#4  0x00007ffff5fd67a8 in wxEntry(int&, wchar_t**) ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#5  0x000000000044a5c2 in main (argc=1, argv=<optimized out>)
    at amule-gui.cpp:93
No locals.
(gdb)

The "thread apply all bt":
Code: [Select]
(gdb) thread apply all bt

Thread 4 (Thread 0x7fffe69b9700 (LWP 20481)):
#0  0x00007ffff5092473 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff26e7f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff26e8792 in g_main_loop_run ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff3e1b516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x00007ffff270d2b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffff5363efc in start_thread ()
   from /lib/x86_64-linux-gnu/libpthread.so.0
#6  0x00007ffff509e59d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7ffff7fb4960 (LWP 20466)):
#0  0x00007ffff4ff13a5 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff4ff4b0b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x0000000000602496 in OnUnhandledException () at MuleDebug.cpp:109
#3  0x0000000000451a4a in CamuleApp::OnUnhandledException (
    this=<optimized out>) at amule.cpp:1939
#4  0x00007ffff5fd67a8 in wxEntry(int&, wchar_t**) ()
   from /usr/lib/libwx_baseu-2.8.so.0
---Type <return> to continue, or q <return> to quit---
#5  0x000000000044a5c2 in main (argc=1, argv=<optimized out>)
    at amule-gui.cpp:93
(gdb)

What was you doing when the aMule explote?
Nothing related to the amule...  watching the anime serie "Black Lagoon" with the VLC.

Big hug from Spain!  :)
Logged

x_x_kamikaze_x_x

  • Jr. Member
  • **
  • Karma: 18
  • Offline Offline
  • Posts: 83
Re: aMule SVN 10788 [SIGABRT --> BOOM!]
« Reply #2 on: May 24, 2012, 10:26:12 PM »

Code: [Select]
Terminated after throwing an instance of 'CIOFailureException'
what(): SafeIO::IOFailure: Error writing to file: No space left on device

Disk full, kami ?
It is be worth understanding if it was aMule . In this case, it might be a bug  if the option to "stop  download when free space reaches xxxx" was set.


Hi Izobbz!  :)

I think it's not only one bug...
Yes, my primary HDD (where the amule is running), it was nearly full (50MB left), but
the HDD where the amule save the parts and the completed files have more than
400GB free...

It can be two bugs in one?  ;)
 -> The first one it's a bug with the option "stop  download when free space reaches xxxx".
 -> The second is that the amule do not check the correct HDD for that option.

Thanks for all aMule Team!  :D
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: aMule SVN 10788 [SIGABRT --> BOOM!]
« Reply #3 on: May 25, 2012, 10:49:43 PM »

Hm.
Code: [Select]
2012-05-24 19:48:02: amule.cpp(229): Now, exiting main app...
 2012-05-24 19:48:03: amule.cpp(259): aMule OnExit: Terminating core.
[Thread 0x7fffe61b8700 (LWP 20482) exited]
 2012-05-24 19:48:05: amule.cpp(325): aMule shutdown completed.
Looks like begin of a clean exit, and then crashing (trying to save the config?).
Kami, did you terminate aMule there or did it exit by itself?
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

x_x_kamikaze_x_x

  • Jr. Member
  • **
  • Karma: 18
  • Offline Offline
  • Posts: 83
Re: aMule SVN 10788 [SIGABRT --> BOOM!]
« Reply #4 on: May 26, 2012, 11:55:33 PM »

Hm.
Code: [Select]
2012-05-24 19:48:02: amule.cpp(229): Now, exiting main app...
 2012-05-24 19:48:03: amule.cpp(259): aMule OnExit: Terminating core.
[Thread 0x7fffe61b8700 (LWP 20482) exited]
 2012-05-24 19:48:05: amule.cpp(325): aMule shutdown completed.
Looks like begin of a clean exit, and then crashing (trying to save the config?).
Kami, did you terminate aMule there or did it exit by itself?

The aMule exit by itself Stu Redman.  :(
Logged