aMule Forum
English => Backtraces => Topic started by: jrtayloriv on July 22, 2004, 08:18:47 PM
-
This happens right after the splash screen at startup. I am running version 1.2.8.
Thanks,
JT
(gdb) ha SIGPIPE nostop noprint pass
Signal Stop Print Pass to program Description
SIGPIPE No No Yes Broken pipe
(gdb) run
Starting program: /usr/local/bin/amule
Initialising aMule
Config:
x1: 0 y1: 35 x2: 1016 y2: 715
split read, found : 449
srv_split read, found : 463
Program received signal SIG32, Real-time event 32.
0x409f82e1 in sigpending () from /lib/libc.so.6
(gdb) bt
0 0x409f82e1 in sigpending () from /lib/libc.so.6
0000001 0x409f83a7 in sigsuspend () from /lib/libc.so.6
0000002 0x40985258 in pthread_getconcurrency () from /lib/libpthread.so.0
0000003 0x40984ac5 in pthread_create () from /lib/libpthread.so.0
0000004 0x403bd07f in wxThread::Create () from /usr/local/lib/libwx_gtk-2.4.so
0000005 0x080b7f2b in CAddFileThread::Setup () at AddFileThread.cpp:51
0000006 0x08202223 in CamuleDlg (this=0x86cfec8, pParent=0x0, title=)
at amuleDlg.cpp:241
0000007 0x081fc2e2 in CamuleApp::OnInit (this=0x86b6a58) at amule.cpp:363
0000008 0x40242a79 in wxEntry () from /usr/local/lib/libwx_gtk-2.4.so
0000009 0x081fa742 in main (argc=1, argv=0xbffff5a4) at amule.cpp:100
(gdb) bt full
0 0x409f82e1 in sigpending () from /lib/libc.so.6
No symbol table info available.
0000001 0x409f83a7 in sigsuspend () from /lib/libc.so.6
No symbol table info available.
0000002 0x40985258 in pthread_getconcurrency () from /lib/libpthread.so.0
No symbol table info available.
0000003 0x40984ac5 in pthread_create () from /lib/libpthread.so.0
No symbol table info available.
0000004 0x403bd07f in wxThread::Create () from /usr/local/lib/libwx_gtk-2.4.so
No symbol table info available.
0000005 0x080b7f2b in CAddFileThread::Setup () at AddFileThread.cpp:51
th = (CAddFileThread *) 0x87ad5e8
0000006 0x08202223 in CamuleDlg (this=0x86cfec8, pParent=0x0, title=)
at amuleDlg.cpp:241
dlg = (struct wxSizer *) 0x86d7f28
srv_split = (struct wxSplitterWindow *) 0x86fe040
0000007 0x081fc2e2 in CamuleApp::OnInit (this=0x86b6a58) at amule.cpp:363
geom_string = 0x86b6a58 "รจ6<\b"
hostName =
new_from_lmule = 0
lMulePrefDir =
xMulePrefDir =
aMulePrefDir =
dlg = (class CamuleDlg *) 0x40580dec
incomingdir = (struct wxString *) 0xbffff458
tempdir = (struct wxString *) 0x405fbd50
mnt_entries = (mntent *) 0x86b6bfc
mnt_tab = (FILE *) 0x4063b79a
myaddr =
---Type to continue, or q to quit---
0000008 0x40242a79 in wxEntry () from /usr/local/lib/libwx_gtk-2.4.so
No symbol table info available.
0000009 0x081fa742 in main (argc=1, argv=0xbffff5a4) at amule.cpp:100
No locals.
-
ls -l /usr/bin/wx*
ls -l /usr/local/bin/wx*
-
root@mainpc:~# ls -l /usr/bin/wx*
-rwxr-xr-x 1 root bin 7396 2003-02-12 00:41 /usr/bin/wxcopy*
-rwxr-xr-x 1 root bin 5832 2003-02-12 00:41 /usr/bin/wxpaste*
-rwxr-xr-x 1 root root 63796 2004-04-01 22:12 /usr/bin/wxrc*
root@mainpc:~# ls -l /usr/local/bin/wx*
lrwxrwxrwx 1 root root 16 2004-06-30 10:01 /usr/local/bin/wx-config -> wxgtk-2.4-config*
-rwxr-xr-x 1 root root 5058 2004-06-30 10:01 /usr/local/bin/wxgtk-2.4-config*
-
what linux distri do u use ?
-
slack 10
-
ok, how did u compiled / installed wx & amule ?
-
I did compile, but I honestly cannot remember whether or not I installed wx along with it. It has been working fine for quite some time - right up until a couple of days ago.
-
try first mv .eMule .eMule2 and restart amule
-
tried it. no luck. any other suggestions?
-
try now mv .aMule .aMule2 ..
-
before "mv .aMule .aMule2", try better "rv ~/.aMule/clients.met"
Try deltaHF's suggestion after, in case removing clients.met didn't work.
-
Excellent! Moving .aMule to .aMule2 fixed it. What was causing the problem? Also will it be ok for me to move my partially completed files out of .aMule2 into .aMule so I can continue downloading them, or were they part of what was causing the problem?
-
Most probably it was ~/.aMule/clients.met that was giving you problems, so it will most probably be safe to move Temp and Incoming directories back to ~/.aMule
Greetings!
-
Appreciate the help guys!