aMule Forum

English => aMule Help => Topic started by: Eight_G on May 19, 2005, 12:32:48 PM

Title: amuleweb defunct
Post by: Eight_G on May 19, 2005, 12:32:48 PM
After some minute of life amuleweb inexplicably dies.

This is the strong result of "ps aux":

actarus  30307  0.0  0.0     0    0 ?        Z    09:23   0:00 [amuleweb]

 8o 8o 8o

This happens expecially with aMule 2.0.1!

Thanks, Bepp0.
Title: Re: amuleweb defunct
Post by: stefanero on May 19, 2005, 01:02:09 PM
you compile yourself ? or vollstrecker rpms? or sid-pkg?
Title: Re: amuleweb defunct
Post by: Eight_G on May 19, 2005, 02:20:38 PM
I compiled it from tarball (tar.bz2) using: ./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon

make

(as root) make install

Help me, please!
Title: Re: amuleweb defunct
Post by: Eight_G on May 19, 2005, 02:25:13 PM
Now, I also have the backtrace:

Code: [Select]
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------

Current version is: aMuled 2.0.1 using wxGTK2 v2.5.5
Running on: Linux 2.4.29 i586

[2] wxFatalSignalHandler in /usr/lib/libwx_base-2.5.so.5[0x40184fc8]
[3] ?? in /lib/libpthread.so.0 [0x40029825]
[4] ?? in /lib/libc.so.6 [0x40307678]
[5] ?? in amuled [0x8148eb9]
[6] ?? in amuled [0x814a9a8]
[7] ?? in amuled [0x80c40d5]
[8] ?? in amuled [0x8146fc6]
[9] ?? in amuled [0x81466d7]
[10] wxThreadInternal::PthreadStart(wxThread*) in /usr/lib/libwx_base-2.5.so.5[0x4017b98b]
[11] wxPthreadStart in /usr/lib/libwx_base-2.5.so.5[0x4017b85f]
[12] ?? in /lib/libpthread.so.0 [0x40023e51]
[13] __clone in /lib/libc.so.6[0x403b56ea]

--------------------------------------------------------------------------------
ECSocket::ReadBufferFromSocket error The socket is non-blocking and the operation would block

I hope to not be off topic.

Thanks.
Title: Re: amuleweb defunct
Post by: stefanero on May 19, 2005, 02:28:33 PM
can you run it in gdb?

atm it looks like wxWidgets error, best would be to update to wx-2.6....
Title: Re: amuleweb defunct
Post by: Eight_G on May 19, 2005, 08:37:38 PM
How to do to run it in gdb :?

I'll update to wx-2.6 (also if I dont think this will fix!), but I dont understand why befor worked and now crash.

Should I post this in "aMule crashes" section :?

Thanks, Bepp0.
Title: Re: amuleweb defunct
Post by: stefanero on May 19, 2005, 08:41:26 PM
about gdb

http://www.amule.org/wiki/index.php/Backtraces
and if its a gdb backtrace yes post it in backtrace forum.

about the crashes, wx-2.6 is a lot different even from 2.5.5 and I run webserver here a lot unden gentoo and no problem at all

btw: do you use any CCFLAGS? since wx AND amule dont really like -O3 for example, which will make it unstable aswell

stefanero