aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 2005-12-02 remote gui or cli kills amuled  (Read 2779 times)

phobie

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
2005-12-02 remote gui or cli kills amuled
« on: December 04, 2005, 04:21:39 AM »

I am using the cvs build from vollstrecker.de
http://www.vollstreckernet.de/debian/dists/testing/amule/binary-i386/

On the host I installed the debs for:
amule amule-common amule-remote-gui amuled amuleweb

I started "amuled -o" in a "screen"-session

On the client I installed the debs for:
amule-common amule-remote-gui amule-utils

Code: [Select]
(phobie@CLIENT) {~/bin} $ /usr/bin/amulecmd -h "mylanip" -p "myport" -P "mypass" -c "Add ed2k://|file|"myfilename"|"myfilesize"|"myhash"|/"
This is amulecmd CVS Fri Dec  2 07:01:57 CET 2005

Creating client...
CECSocket error: The socket is non-blocking and the operation would block
Speicherzugriffsfehler (in english memory access error)
(phobie@CLIENT) {~/bin} $

I added the same file twice, to se how to parse the reply.
The first try succeded.

Now the backtrace (partly in german):

Code: [Select]
...
2005-12-04 03:59:48: ExternalConn: eD2k-Link 'ed2k://|file|"myfilename"|"myfilesize"|"myhash"|/' hinzugefügt.
2005-12-04 03:59:48: Herunterladen von "myfilename"
2005-12-04 03:59:48: Externe Verbindung getrennt.
2005-12-04 04:00:30: Neue externe Verbindung akzeptiert
2005-12-04 04:00:30: Verbinde zu Client: aMulecmd CVS
2005-12-04 04:00:30: Zugang gewährt.
2005-12-04 04:00:38: Externe Verbindung getrennt.
2005-12-04 04:00:49: Neue externe Verbindung akzeptiert
2005-12-04 04:00:49: Verbinde zu Client: aMulecmd CVS
2005-12-04 04:00:49: Zugang gewährt.
2005-12-04 04:00:58: Externe Verbindung getrennt.
2005-12-04 04:01:02: Neue externe Verbindung akzeptiert
2005-12-04 04:01:02: Verbinde zu Client: aMulecmd CVS
2005-12-04 04:01:02: Zugang gewährt.
2005-12-04 04:01:02: ExternalConn: eD2k-Link 'ed2k://|file|"myfilename"|"myfilesize"|"myhash"|/' hinzugefügt.
2005-12-04 04:01:02: Du lädst die Datei "myfilename" bereits herunter
2005-12-04 04:01:02: Du lädst die Datei "myfilename" bereits herunter

--------------------------------------------------------------------------------
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/board.php?boardid=67
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: aMuled CVS using wxGTK2 v2.6.1 (Unicoded) (Snapshot: Fri Dec  2 07:01:57 CET 2005)
Running on: Linux 2.6.13-kanotix-17 i686

[2] wxThreadHelperThread::~wxThreadHelperThread() in amuled [0x80629d3]
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.6.so.0[0xb7e46fc6]
[4] ?? in [0xffffe420]
[5] ?? in [0xabc8ef1]


--------------------------------------------------------------------------------
Abgebrochen
(phobie@HOST) {/} $

I also crashed a prior cvs version with firefox on the webinterface some days before...

How can this be a wx error when I use cli only?

best regards

phob
Logged

phobie

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: 2005-12-02 remote gui or cli kills amuled
« Reply #1 on: December 04, 2005, 04:30:20 AM »

I tried to replicate it...

amuled never crashes on first add of a file and always if I try to add a files which is already been in the downloads.
Logged