aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuleweb defunct  (Read 2986 times)

Eight_G

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
  • //
    • http:////
amuleweb defunct
« 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.
Logged
//

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleweb defunct
« Reply #1 on: May 19, 2005, 01:02:09 PM »

you compile yourself ? or vollstrecker rpms? or sid-pkg?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Eight_G

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
  • //
    • http:////
Re: amuleweb defunct
« Reply #2 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!
Logged
//

Eight_G

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
  • //
    • http:////
Re: amuleweb defunct
« Reply #3 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.
« Last Edit: May 19, 2005, 02:27:36 PM by Eight_G »
Logged
//

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleweb defunct
« Reply #4 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....
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Eight_G

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 16
  • //
    • http:////
Re: amuleweb defunct
« Reply #5 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.
Logged
//

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleweb defunct
« Reply #6 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
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."