aMule Forum
English => aMule Help => Topic started by: chkoehler24 on February 26, 2006, 01:16:42 AM
-
I run amuled on my xbox. On start everything runs perfect. I can run the webinterface in my browser and at first time it runs. But after 2 or 3 times, the webserver seems to crash and I cant reach it. Amuled runs further without any error. What can I do, that the webserver does not crash?
-
As the forum description says "Questions about our board, NOT ABOUT AMULE"... moved to 'aMule Help'. ;)
-
What can I do, that the webserver does not crash?
Provide me more detailed info about the crash (versions, logs, backtraces) so I will have chance to fix the bug(s).
-
My OS is Gentoox Home v4.0.
I run amule 2.1.0 and the actual cvs, at both the same problem.
I've got no backtrace, because amule dont crash, only the webserver crash and is not reachable.
Do you need more information?
-
Do you need more information?
Yes. If amuleweb created core dump, load it into gdb and use "bt" command. At least provide log printed on console.
-
what I have to do for it?
-
ok here is the backtrace:
(gdb) bt
#0 0x4003faa6 in nanosleep () from /lib/libpthread.so.0
#1 0x00000000 in ?? ()
(gdb) bt full
#0 0x4003faa6 in nanosleep () from /lib/libpthread.so.0
No symbol table info available.
#1 0x00000000 in ?? ()
No symbol table info available.
(gdb) thread apply all bt
Thread 6 (Thread 65541 (LWP 1562)):
#0 0x4003faa6 in nanosleep () from /lib/libpthread.so.0
#1 0x00000000 in ?? ()
Thread 4 (Thread 32771 (LWP 1559)):
#0 0x4003faa6 in nanosleep () from /lib/libpthread.so.0
#1 0x00000000 in ?? ()
Thread 2 (Thread 32769 (LWP 1557)):
#0 0x4048161a in poll () from /lib/libc.so.6
#1 0x40038c80 in __pthread_manager () from /lib/libpthread.so.0
#2 0x40038f83 in __pthread_manager_event () from /lib/libpthread.so.0
#3 0x40489daa in clone () from /lib/libc.so.6
Thread 1 (Thread 16384 (LWP 1554)):
#0 0x4003f2cb in read () from /lib/libpthread.so.0
#1 0x00000000 in ?? ()
#0 0x4003faa6 in nanosleep () from /lib/libpthread.so.0
I hope it is correct?
-
I hope it is correct?
Sorry, but I don't see it crashed. All threads are runnable. Something went wrong there. Please post console log after running amuleweb without -q flag.
-
CECSocket error: Input/Output error
CECSocket error: Input/Output error
CECSocket error: Input/Output error
CECSocket error: Input/Output error
CECSocket error: Input/Output error
CECSocket error: Input/Output error
CECSocket error: Input/Output error
PHP Error: Argument of 'foreach' must be array
CECSocket error: Input/Output error
thats the output.
Amule does not crash! It is only the webserver that crashes. So that amule is running, but I cant reach the webserver with my Browser!
-
So can you help me or not?
What does this output means?
A while after that, the webserver crashes...
-
What does this output means?
This output means that amuleweb detects error in communication with core. After that, it doesn't crash - it hang. This probably indicate bug in EC socket code.
So can you help me or not?
I will try to locate the bug.
Can you try to run amuleweb on another machine ? I want to understand whether problem on server or client side.