View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001451aMuleGUIpublic2008-12-01 05:572008-12-01 18:55
Reportergrumbler 
Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version2.1.3 
Target VersionFixed in Version 
Summary0001451: amule is crashed if skin file isn't specified
DescriptionWhere config file contains:
===================
[SkinGUIOptions]
UseSkinFile=0
SkinFile=
===================
the aMule is crashed.
Additional Informationstas@notebook:~$ amule
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
Loading temp files from /home/stas/.aMule/Temp.

All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 127.0.0.1:4712
*** Server UDP socket (TCP+3) at 0.0.0.0:4665
*** TCP socket (TCP) listening on 0.0.0.0:4662
*** Client UDP socket (extended eMule) at 0.0.0.0:4672
Empty dir /home/stas/.aMule/Incoming/ shared
Http-CONNECT(0001): 0 -> 0
Http-CONNECT(0002): 0 -> 2
Http-CONNECT(0003): 2 -> 3
Http-CONNECT(0004): 3 -> 4
Http-CONNECT(0005): 4 -> 1
Http-CONNECT(0001): 0 -> 0
Http-CONNECT(0002): 0 -> 2
Http-CONNECT(0003): 2 -> 3
Http-CONNECT(0004): 3 -> 4
Http-CONNECT(0005): 4 -> 1
Shutting down aMule...
aMule dialog destroyed
Now, exiting main app...
aMule OnExit: Terminating core.
aMule shutdown completed.
stas@notebook:~$ vi /home/stas/.aMule/amule.conf
stas@notebook:~$ amule
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
Testing skins
Loading temp files from /home/stas/.aMule/Temp.

All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 127.0.0.1:4712
*** Server UDP socket (TCP+3) at 0.0.0.0:4665
*** TCP socket (TCP) listening on 0.0.0.0:4662
*** Client UDP socket (extended eMule) at 0.0.0.0:4672
Empty dir /home/stas/.aMule/Incoming/ shared

Terminated after throwing an instance of 'std::bad_alloc'
        what(): St9bad_alloc
        backtrace:
[2] ?? in /usr/lib/libstdc++.so.6 [0xb75893b5]
[3] ?? in /usr/lib/libstdc++.so.6 [0xb75893f2]
[4] ?? in /usr/lib/libstdc++.so.6 [0xb758952a]
[5] operator new(unsigned int) in /usr/lib/libstdc++.so.6[0xb758996b]
[6] operator new[](unsigned int) in /usr/lib/libstdc++.so.6[0xb7589a3d]
[7] wxWindowBase::GetTitle() const in amule [0x813ee68]
[8] wxWindowBase::GetTitle() const in amule [0x813f0b4]
[9] wxWindowBase::GetTitle() const in amule [0x814011f]
[10] wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const in /usr/lib/libwx_baseu-2.6.so.0[0xb75fa665]
[11] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) in /usr/lib/libwx_baseu-2.6.so.0[0xb7687e82]
[12] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) in /usr/lib/libwx_baseu-2.6.so.0[0xb7687fcb]
[13] wxEvtHandler::ProcessEvent(wxEvent&) in /usr/lib/libwx_baseu-2.6.so.0[0xb768814f]
[14] wxTimerBase::Notify() in /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb79131e1]
[15] ?? in /usr/lib/libwx_gtk2u_core-2.6.so.0 [0xb7818c45]
[16] ?? in /usr/lib/libglib-2.0.so.0 [0xb6daacf6]
[17] g_main_context_dispatch in /usr/lib/libglib-2.0.so.0[0xb6daa731]
[18] ?? in /usr/lib/libglib-2.0.so.0 [0xb6dad7a6]
[19] g_main_loop_run in /usr/lib/libglib-2.0.so.0[0xb6dadb67]
[20] gtk_main in /usr/lib/libgtk-x11-2.0.so.0[0xb71b2281]
[21] wxEventLoop::Run() in /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb780eaeb]
[22] wxAppBase::MainLoop() in /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb78a64be]
[23] wxAppBase::OnRun() in /usr/lib/libwx_gtk2u_core-2.6.so.0[0xb78a5b61]
[24] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0xb762f45a]
[25] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0xb762f506]
[26] CryptoPP::IteratedHash<unsigned int, CryptoPP::EnumToType<CryptoPP::ByteOrder, 0>, 64u, CryptoPP::HashTransformation>::~IteratedHash() in amule [0x8127710]
[27] __libc_start_main in /lib/tls/i686/cmov/libc.so.6[0xb738bea8]
[28] __gxx_personality_v0 in amule[0x807cd01]

Aborted
stas@notebook:~$ amule --version
aMule 2.1.3 using wxGTK2 v2.6.3 (Unicoded) (OS: Linux)
TagsNo tags attached.
Fixed in Revision
Operating SystemLinux
Attached Files

- Relationships

-  Notes
(0003003)
grumbler (reporter)
2008-12-01 06:18

Correction for report.
Where config file contains:
===================
[SkinGUIOptions]
UseSkinFile=1
SkinFile=
===================
the aMule is crashed.
(0003005)
Wuischke (manager)
2008-12-01 18:55

Your aMule version is not supported anymore, please upgrade to 2.2.2.

- Issue History
Date Modified Username Field Change
2008-12-01 05:57 grumbler New Issue
2008-12-01 05:57 grumbler Operating System => Linux
2008-12-01 06:18 grumbler Note Added: 0003003
2008-12-01 18:55 Wuischke Status new => closed
2008-12-01 18:55 Wuischke Note Added: 0003005


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker