aMule Forum

English => Backtraces => Topic started by: Flo on April 10, 2005, 08:49:48 PM

Title: 2005-04-10 backtrace
Post by: Flo on April 10, 2005, 08:49:48 PM
latest amuleCVS (2005-04-10) from http://www.hirnriss.net/?area=cvs

Code: [Select]
(gdb) bt
#0  0x0814078b in CServer::GetPort() (this=0x0) at Server.h:96
#1  0x08142e89 in CServerConnect::CheckForTimeout() (this=0x84e12b0)
    at ServerConnect.cpp:449
#2  0x0805e909 in CamuleApp::OnCoreTimer(wxEvent&) (this=0x8429108)
    at amule.cpp:1414
#3  0x0806284b in CamuleDaemonApp::OnRun() (this=0x8429108) at amuled.cpp:165
#4  0x4011d766 in wxEntry(int&, char**) () from /usr/lib/libwx_base-2.5.so.4
#5  0x080623c9 in main (argc=1, argv=0xbffff6b4) at amuled.cpp:122
(gdb)

Code: [Select]
(gdb) bt full
#0  0x0814078b in CServer::GetPort() (this=0x0) at Server.h:96
No locals.
#1  0x08142e89 in CServerConnect::CheckForTimeout() (this=0x84e12b0)
    at ServerConnect.cpp:449
        key = 759831627
        value = (class CServerSocket *) 0x850f4e0
        dwCurTick = 759856836
        it = {<_Rb_tree_base_iterator> = {
    _M_node = 0x84e2688}, }
#2  0x0805e909 in CamuleApp::OnCoreTimer(wxEvent&) (this=0x8429108)
    at amule.cpp:1414
        msPrev1 = 89774
        msPrev5 = 84724
        msPrevSave = 64525
        msPrevHist = 89000
        msPrevOS = 89673
        msCur = 89774
#3  0x0806284b in CamuleDaemonApp::OnRun() (this=0x8429108) at amuled.cpp:165
        msRun = 759856836
        locker =
        uLoop = 100
        msWait = 100
#4  0x4011d766 in wxEntry(int&, char**) () from /usr/lib/libwx_base-2.5.so.4
---Type to continue, or q to quit---
No symbol table info available.
#5  0x080623c9 in main (argc=1, argv=0xbffff6b4) at amuled.cpp:122
No locals.
(gdb)

I'm using SuSE 9.0 and compiled amuled how it's told in the How-To.