aMule Forum

English => en_Bugs => Topic started by: guepe65 on May 16, 2007, 03:06:05 PM

Title: amuleweb crash
Post by: guepe65 on May 16, 2007, 03:06:05 PM
I am using amuled (2.13.8)  succefully, but I have a problem with amuleweb.
Amuled is used on a amed powerPC (Synology DS101j)
there is the crash code :

Code: [Select]
Web Server: Started

WSThread: Thread started
aMuleweb$ WSThread: created socket listening on :4711
Processing request [original]:
No session opened - will request login
Session created - requesting login
Session is not logged and request have no password
Processing request [redirected]: login.php
Session ok, not logged in
Session ok, not logged in
Processing request [original]:
Session ok, not logged in
Checking password
Password ok
Processing request [redirected]: index.html
Processing request [original]: top.html
Session ok, logged in
Processing request [redirected]: top.html
Processing request [original]: amuleweb-main-dload.php
Session ok, logged in
Processing request [redirected]: amuleweb-main-dload.php
Aborted

The login is succesfull, but the main page crash
If  I delete the amuleweb-main-dload.php line in index.php, the top and footer frame are ok.

Have you an idea ?
thanks

Sory for my english
Title: Re: amuleweb crash
Post by: skolnick on May 17, 2007, 06:38:48 AM
Please try to get a full backtrace so the developers can understand better what's going on. See here for how to get a backtrace: http://www.amule.org/wiki/index.php/Backtraces

Regards.
Title: Re: amuleweb crash
Post by: chemical on July 12, 2007, 03:09:33 PM
See http://bugs.amule.org/view.php?id=1140
Title: Re: amuleweb crash
Post by: chemical on July 16, 2007, 03:31:51 PM
guepe65: Did you compile with --enable-debug and --disable-optmize? Try to compile vice versa, worked for me (do not forget a make clean)