aMule Forum
English => Backtraces => Topic started by: Guest on December 01, 2003, 02:27:46 AM
-
Tried running under gdb amule. This is the error I got.
(gdb) ha SIGPIPE nostop noprint pass
Signal Stop Print Pass to program Description
SIGPIPE No No Yes Broken pipe
(gdb) run
Starting program: /usr/bin/amule
[Thread debugging using libthread_db enabled]
[New Thread -1085201024 (LWP 3025)]
Initialising aMule
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1085201024 (LWP 3025)]
0x006cd02c in _int_free () from /lib/tls/libc.so.6
(gdb) bt
#0 0x006cd02c in _int_free () from /lib/tls/libc.so.6
#1 0x006cbffb in free () from /lib/tls/libc.so.6
#2 0x08105239 in muleDlg(wxWindow*, bool, bool) ()
#3 0x081ea5bc in CamuleDlg::CamuleDlg(wxWindow*, wxString) ()
#4 0x081e67f1 in CamuleApp::OnInit() ()
#5 0x0031c25d in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so.0
#6 0x081e624b in main ()
(gdb) bt full
#0 0x006cd02c in _int_free () from /lib/tls/libc.so.6
No symbol table info available.
#1 0x006cbffb in free () from /lib/tls/libc.so.6
No symbol table info available.
#2 0x08105239 in muleDlg(wxWindow*, bool, bool) ()
No symbol table info available.
#3 0x081ea5bc in CamuleDlg::CamuleDlg(wxWindow*, wxString) ()
No symbol table info available.
#4 0x081e67f1 in CamuleApp::OnInit() ()
No symbol table info available.
#5 0x0031c25d in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#6 0x081e624b in main ()
No symbol table info available.
(gdb)
Hope this helps...........
Shaggy
:shock: