aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMuled 2.1.0 using v2.6.2 (Unicoded) (OS: Linux)  (Read 1862 times)

cusco

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
aMuled 2.1.0 using v2.6.2 (Unicoded) (OS: Linux)
« on: January 07, 2006, 11:07:41 PM »

hello all! I wanted to run amule-daemon and access it then trough amuleweb so I follow the instructions from the wiki page telling how to install amule daemon.
But I used amule from cvs -
Code: [Select]
http://www.hirnriss.net/files/cvs/aMule-CVS-20060107.tar.bz2

then I run amuled, I edit the conf, runned amuleweb -w, editted the conf and I tried running it again.. so far so good

then when I try to access localhost:5000 (I defined 5000 on remote.conf) amule just breaks down!

on #amule @ freenode I asked if I could recompile amule but the sable version, then I was told if I used the same configure options it should be no problem.

so did I but amule kept on giving the same error :(

Code: [Select]
Now, exiting main app...
aMule OnExit: Terminating core.
aMule shutdown completed.
        aMule Version: aMuled 2.1.0 using  v2.6.2 (Unicoded)

Terminated after throwing an instance of 'std::bad_alloc'
        what(): St9bad_alloc
        backtrace:
[2] CamuleApp::OnUnhandledException() in amule.cpp:1957
[3] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0x40126147]
[4] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0x401261be]
[5] __gxx_personality_v0 in amuled.cpp:124
[6] __libc_start_main in /lib/libc.so.6[0x40311413]
[7] wxAppConsole::Initialize(int&, wchar_t**) in start.S:122

Aborted (core dumped)

(do you want the core that was dumped?)

then I have been told to look at the backtraces page and don as explained there:

hope I have done this right
Code: [Select]
(gdb) bt
#0  0x40324851 in kill () from /lib/libc.so.6
#1  0x40026309 in pthread_kill () from /lib/libpthread.so.0
#2  0x400266c0 in raise () from /lib/libpthread.so.0
#3  0x0829ab7f in OnUnhandledException () at MuleDebug.cpp:86
#4  0x0806859b in CamuleApp::OnUnhandledException (this=0x85a7ac8) at amule.cpp:1956
#5  0x40126147 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#6  0x401261be in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#7  0x08053915 in main (argc=1, argv=0xbffffa74) at amuled.cpp:124
(gdb) bt full
#0  0x40324851 in kill () from /lib/libc.so.6
No symbol table info available.
#1  0x40026309 in pthread_kill () from /lib/libpthread.so.0
No symbol table info available.
#2  0x400266c0 in raise () from /lib/libpthread.so.0
No symbol table info available.
#3  0x0829ab7f in OnUnhandledException () at MuleDebug.cpp:86
        t = (struct std::type_info *) 0x838cd00
#4  0x0806859b in CamuleApp::OnUnhandledException (this=0x85a7ac8) at amule.cpp:1956
No locals.
#5  0x40126147 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
No symbol table info available.
#6  0x401261be in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
No symbol table info available.
#7  0x08053915 in main (argc=1, argv=0xbffffa74) at amuled.cpp:124
No locals.
(gdb) thread apply all bt

Thread 2 (Thread 32769 (LWP 19131)):
#0  0x403ac4a6 in poll () from /lib/libc.so.6
#1  0x40023514 in __pthread_manager () from /lib/libpthread.so.0
#2  0x40023e82 in __pthread_manager_event () from /lib/libpthread.so.0
#3  0x403b592a in clone () from /lib/libc.so.6

Thread 1 (Thread 16384 (LWP 19127)):
#0  0x40324851 in kill () from /lib/libc.so.6
#1  0x40026309 in pthread_kill () from /lib/libpthread.so.0
#2  0x400266c0 in raise () from /lib/libpthread.so.0
#3  0x0829ab7f in OnUnhandledException () at MuleDebug.cpp:86
#4  0x0806859b in CamuleApp::OnUnhandledException (this=0x85a7ac8) at amule.cpp:1956
#5  0x40126147 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#6  0x401261be in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#7  0x08053915 in main (argc=1, argv=0xbffffa74) at amuled.cpp:124
(gdb)


thanks
Logged