aMule Forum
English => Backtraces => Topic started by: pil0t on April 30, 2004, 05:20:36 PM
-
(gdb) backtrace
#0 0x28dfadcf in kill () from /lib/libc.so.5
#1 0x28def878 in raise () from /lib/libc.so.5
#2 0x28e67f82 in abort () from /lib/libc.so.5
#3 0x287cafa5 in wxFatalSignalHandler () from /usr/X11R6/lib/libwx_gtk-2.4.so
#4 0x28404f34 in _thread_sig_handler () from /usr/lib/libc_r.so.5
#5 0x28404d9d in _thread_sig_handler () from /usr/lib/libc_r.so.5
#6
#7 0x08145682 in CEMSocket::IsConnected() (this=0x0) at EMSocket.h:51
#8 0x08144f7a in CEMSocket::SendPacket(Packet*, bool, bool) (this=0x5,
packet=0x8bd86c0, controlpacket=true) at EMSocket.cpp:332
#9 0x081673d6 in CUpDownClient::CalculateKBpsDown() (this=0x8b1e400)
at DownloadClient.cpp:1042
#10 0x081d12d8 in CPartFile::Process(unsigned, unsigned char) (this=0x8ab2000,
reducedownload=0, m_icounter=0 '\0') at PartFile.cpp:1721
#11 0x081721aa in CDownloadQueue::Process() (this=0x86ffe00)
at DownloadQueue.cpp:376
#12 0x08213f0c in TimerProc() () at UploadQueue.cpp:704
#13 0x286e171d in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) ()
from /usr/X11R6/lib/libwx_gtk-2.4.so
#14 0x286e1563 in wxEvtHandler::ProcessEvent(wxEvent&) ()
from /usr/X11R6/lib/libwx_gtk-2.4.so
#15 0x28784b0d in wxTimerBase::Notify() () from /usr/X11R6/lib/libwx_gtk-2.4.so
#16 0x286912bd in timeout_callback () from /usr/X11R6/lib/libwx_gtk-2.4.so
#17 0x28a68625 in g_timeout_dispatch () from /usr/local/lib/libglib12.so.3
---Type to continue, or q to quit---
#18 0x28a67627 in g_main_dispatch () from /usr/local/lib/libglib12.so.3
#19 0x28a67c1b in g_main_iterate () from /usr/local/lib/libglib12.so.3
#20 0x28a67e14 in g_main_run () from /usr/local/lib/libglib12.so.3
#21 0x2896e577 in gtk_main () from /usr/X11R6/lib/libgtk12.so.2
#22 0x2863fd99 in wxApp::MainLoop() () from /usr/X11R6/lib/libwx_gtk-2.4.so
#23 0x286a11c8 in wxAppBase::OnRun() () from /usr/X11R6/lib/libwx_gtk-2.4.so
#24 0x2864066a in wxEntry(int, char**) () from /usr/X11R6/lib/libwx_gtk-2.4.so
#25 0x082150cb in main (argc=1, argv=0xbfbfecc0) at amule.cpp:116
#26 0x0813d1d2 in _start ()
(gdb)
Additional info:
I had to change '-lcryptopp' to '/usr/local/lib/libcryptopp.a' in src/Makefile
and #define __OPENBSD__ in amule.cpp in order to be able to compile
the sources with FreeBSD 5.2.1.
Maybe s.o. that is familiar with autoconf can change this for future amule
versions?!