aMule Forum
English => Backtraces => Topic started by: Ezeltje on September 30, 2004, 12:01:12 PM
-
I compiled the v2.0.0. RC5 sources under Fedora Core 3, test 2 (after downloading the libdn library which doesn't seem to be included in the current distro), but can't get the program to launch; it crashes on startup. Here is a backtrace, HTH:
(gdb) run
Starting program: /usr/local/bin/amule
[Thread debugging using libthread_db enabled]
[New Thread -152296800 (LWP 3901)]
Initialising aMule
Userhash loaded: 76DF22E1E20E9E8E99530780D17F6FA7
[New Thread -154809424 (LWP 3904)]
Los Lunes al Sol.srt is 0-size, not added
Los.Lunes.al.sol.srt is 0-size, not added
*** UDP socket at 4665
*** TCP socket at 4662
*** UDP socket at 4672
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -152296800 (LWP 3901)]
0x008ed879 in free () from /lib/tls/libc.so.6
(gdb) bt
#0 0x008ed879 in free () from /lib/tls/libc.so.6
#1 0x00d45375 in operator delete () from /usr/lib/libstdc++.so.6
#2 0x00d453c1 in operator delete[] () from /usr/lib/libstdc++.so.6
#3 0x00ce78fd in std::ios_base::~ios_base () from /usr/lib/libstdc++.so.6
#4 0x00cfc788 in std::basic_ios >::~basic_ios ()
from /usr/lib/libstdc++.so.6
#5 0x00cf7f83 in std::basic_ifstream >::~basic_ifstream () from /usr/lib/libstdc++.so.6
#6 0x081c66c2 in ~member_ptr (this=0xfeff3200) at smartptr.h:49
#7 0x081c5021 in ~FileStore (this=0xfeff31e4) at files.h:57
#8 0x081c4f15 in ~SourceTemplate (this=0xfeff31d0) at files.h:57
#9 0x081c4eca in ~FileSource (this=0xfeff31d0) at ClientCredits.cpp:500
#10 0x081c1ae9 in CClientCreditsList::InitalizeCrypting (this=0xa1307f0)
at ClientCredits.cpp:507
#11 0x081bfebc in CClientCreditsList (this=0xa1307f0, in_prefs=0xa0f9488)
at ClientCredits.cpp:182
#12 0x082f76d9 in CamuleApp::OnInit (this=0xa0f8488) at amule.cpp:612
#13 0x02f99828 in wxEntry () from /usr/lib/libwx_gtk-2.4.so.0
#14 0x082f510e in main (argc=1, argv=0xfeff36e4) at amule.cpp:40
(gdb) bt full
#0 0x008ed879 in free () from /lib/tls/libc.so.6
No symbol table info available.
#1 0x00d45375 in operator delete () from /usr/lib/libstdc++.so.6
No symbol table info available.
#2 0x00d453c1 in operator delete[] () from /usr/lib/libstdc++.so.6
No symbol table info available.
#3 0x00ce78fd in std::ios_base::~ios_base () from /usr/lib/libstdc++.so.6
No symbol table info available.
#4 0x00cfc788 in std::basic_ios >::~basic_ios ()
from /usr/lib/libstdc++.so.6
No symbol table info available.
#5 0x00cf7f83 in std::basic_ifstream >::~basic_ifstream () from /usr/lib/libstdc++.so.6
No symbol table info available.
#6 0x081c66c2 in ~member_ptr (this=0xfeff3200) at smartptr.h:49
No locals.
#7 0x081c5021 in ~FileStore (this=0xfeff31e4) at files.h:57
No locals.
#8 0x081c4f15 in ~SourceTemplate (this=0xfeff31d0) at files.h:57
No locals.
#9 0x081c4eca in ~FileSource (this=0xfeff31d0) at ClientCredits.cpp:500
No locals.
#10 0x081c1ae9 in CClientCreditsList::InitalizeCrypting (this=0xa1307f0)
at ClientCredits.cpp:507
filesource = {> = {<> = {}, m_store = }, }
pubkey = {, CryptoPP::RSA, CryptoPP::PKCS1v15_SignatureMessageEncodingMethod, CryptoPP::SHA> >> = {, CryptoPP::RSA, CryptoPP::PKCS1v15_SignatureMessageEncodingMethod, CryptoPP::SHA>,CryptoPP::PublicKeyCopier >> = { >,CryptoPP::TF_SignatureSchemeOptions, CryptoPP::RSA, CryptoPP::PKCS1v15_SignatureMessageEncodingMethod, CryptoPP::SHA>,CryptoPP::RSAFunction>> = { >,CryptoPP::TF_SS >> = { >> = {<> = {}, > = {
_vptr.PublicKeyCopier = 0x83e811c}, }, }, },
m_trapdoorFunction = }, }, }
asink =
bCreateNewKey = false
KeyFile = {_vptr.CFile = 0x83e6ec8, m_fd = -1, m_error = false,
fFilePath = }
#11 0x081bfebc in CClientCreditsList (this=0xa1307f0, in_prefs=0xa0f9488)
at ClientCredits.cpp:182
No locals.
#12 0x082f76d9 in CamuleApp::OnInit (this=0xa0f8488) at amule.cpp:612
cmdline =
geometry_x = 0
lMulePrefDir =
geometry_enabled = false
geometry_y = 0
geometry_width = 800
server =
client = (struct wxTCPClient *) 0xa0f8120
conn = (struct wxConnectionBase *) 0x0
xMulePrefDir =
myaddr =
geom_string =
host =
vfile =
newMule =
mnt_tab = (FILE *) 0xa104a18
geometry_height = 600
IPC =
logname =
file =
#13 0x02f99828 in wxEntry () from /usr/lib/libwx_gtk-2.4.so.0
No symbol table info available.
#14 0x082f510e in main (argc=1, argv=0xfeff36e4) at amule.cpp:40
No locals.
(gdb)