aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: crash di Amule  (Read 4654 times)

fobisss

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
crash di Amule
« on: May 31, 2008, 10:18:05 AM »

salve, da quando ho iniziato a usare Amule, il programma, dopo un certo tempo che lo lascio a scaricare, si chiude da solo, così di seguito riporto l'output del terminale (quello che mi pare chiamino "OOPS"):

Code: [Select]
roberto@roberto-laptop:~$ amule > amule.log

** (amule:7244): WARNING **: Invalid borders specified for theme pixmap:
        /home/roberto/.themes/BlueSpace_II/gtk-2.0/shadows/frame1.png,
borders don't fit within the image

--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
    http://forum.amule.org/index.php?board=67.0
If possible, please try to generate a real backtrace of this crash:
    http://www.amule.org/wiki/index.php/Backtraces

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule SVN using wxGTK2 v2.8.7 (Snapshot: Mon Feb 18 07:02:15 CET 2008)
Running on: Linux 2.6.24-17-generic i686

[2] wxThreadHelperThread::~wxThreadHelperThread() in amule [0x8085b51]
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.8.so.0[0xb76521d6]
[4] ?? in [0xb7fb9420]
[5] ?? in /usr/lib/libwx_gtk2u_core-2.8.so.0 [0xb78271b4]
[6] ?? in /usr/lib/libgdk-x11-2.0.so.0 [0xb6ef2bdf]
[7] ?? in /usr/lib/libglib-2.0.so.0 [0xb6dd5c5d]
[8] g_main_context_dispatch in /usr/lib/libglib-2.0.so.0[0xb6da1bf8]
[9] ?? in /usr/lib/libglib-2.0.so.0 [0xb6da4e5e]
[10] g_main_loop_run in /usr/lib/libglib-2.0.so.0[0xb6da51e7]
[11] gtk_main in /usr/lib/libgtk-x11-2.0.so.0[0xb70a4264]
[12] wxEventLoop::Run() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0xb782571c]
[13] wxAppBase::MainLoop() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0xb78c832e]
[14] wxAppBase::OnRun() in /usr/lib/libwx_gtk2u_core-2.8.so.0[0xb78c7981]
[15] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.8.so.0[0xb75e205a]
[16] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.8.so.0[0xb75e2107]
[17] std::basic_string<char, std::char_traits<char>, std::allocator<char> > std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) in amule [0x8162880]
[18] __libc_start_main in /lib/tls/i686/cmov/libc.so.6[0xb72ef450]
[19] wxNotebook::SetPadding(wxSize const&) in amule[0x8084be1]


--------------------------------------------------------------------------------
Aborted
roberto@roberto-laptop:~$

Faccio inoltre il comando che avevo dato per lanciare Amule, in cui chiedevo che l'output fosse indirizzato al file di testo amule.log, in modo da essere sicuro di non perdere le informazioni, dato che ieri avevo tentato la stessa e mi si era chiuso anche il terminale! Il risultato è stato la visione lo stesso a schermo di quello che leggete, mentre su amule.log è stato scritto questo:

Code: [Select]
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
Loading temp files from /home/roberto/.aMule/Temp.

Loading PartFile 1 of 9
Loading PartFile 2 of 9
Loading PartFile 3 of 9
Loading PartFile 4 of 9
Loading PartFile 5 of 9
Loading PartFile 6 of 9
Loading PartFile 7 of 9
Loading PartFile 8 of 9
Loading PartFile 9 of 9
All PartFiles Loaded.
ListenSocket: Ok.

External connections disabled in config file
*** Server UDP socket (TCP+3) at 0.0.0.0:4665
*** TCP socket (TCP) listening on 0.0.0.0:4662
*** Client UDP socket (extended eMule) at 0.0.0.0:4672
Adding file /home/roberto/.aMule/Temp/003.part.met to shares
Adding file /home/roberto/.aMule/Temp/005.part.met to shares
Adding file /home/roberto/.aMule/Temp/007.part.met to shares
Adding file /home/roberto/.aMule/Temp/009.part.met to shares
Adding file /home/roberto/.aMule/Temp/010.part.met to shares
Adding file /home/roberto/.aMule/Temp/011.part.met to shares
Adding file /home/roberto/.aMule/Temp/027.part.met to shares
Adding file /home/roberto/.aMule/Temp/035.part.met to shares

Non è la prima volta che questo genere di comando (il reindirizzamento dell'output intendo) mi dà problemi del genere (cioè non scrive sul file quello che invece viene a schermo), qualcuno ha un'idea del perchè?

grazie
Logged

gtoso

  • Official MacOSX Packager
  • Full Member
  • ***
  • Karma: 24
  • Offline Offline
  • Posts: 206
Re: crash di Amule
« Reply #1 on: June 01, 2008, 05:10:41 PM »

Ciao,
per il tuo problema non so aiutarti a parte consigliati di provare una versione più recente.

Per il reindirizzamento del output invece la soluzione è semplice:
> output.log reindirizza lo standard output
2> errori.log reindirizza lo standard error

quindi prova:
amule > amule.log 2> amule_err.log

oppure, per avere tutto in un file:
amule > amule.log 2>&1

Per altri dettagli prova man bash

Logged

fobisss

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: crash di Amule
« Reply #2 on: June 05, 2008, 04:50:34 PM »

ok per adesso sono occupato a fare altre cose, comunque appena avrò tempo farò come hai detto ed eventualmente ti farò sapere in questo topic.
Grazie per il consiglio.
Logged