aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Awful aMule crash using CVS from 03.03.2006 :-(  (Read 2138 times)

orinoco

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 14
Awful aMule crash using CVS from 03.03.2006 :-(
« on: March 03, 2006, 08:58:21 PM »

I compiled aMuled like its is described in wiki. And after I start it I can see:

debian:~# amuled --only-chuck-norris-would-stop-me
amuled: OnInit - starting timer
Initialising aMule
Checking if there is an instance already running...
No other instances are running.

--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
    http://forum.amule.org/board.php?boardid=67
If possible, please try to generate a real backtrace of this crash:
    http://www.amule.org/wiki/index.php/Backtraces

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMuled CVS using  v2.6.1 (Snapshot: Fri Mar  3 07:01:56 CET 2006)
Running on: Linux 2.6.15.2 i586

[2] CamuleApp::OnFatalException() in amule.cpp:1170
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.6.so.0[0xb7ec56b8]
[4] ?? in [0xffffe420]
[5] CamuleDaemonApp::ShowAlert(wxString, wxString, int) in amuled.cpp:548
[6] CamuleApp::OnInit() in amule.cpp:628
[7] CamuleDaemonApp::OnInit() in amuled.cpp:469
[8] wxAppConsole::CallOnInit() in app.h:87
[9] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0xb7e5585a]
[10] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0xb7e5594d]
[11] main in amuled.cpp:132
[12] __libc_start_main in /lib/tls/libc.so.6[0xb7ba1974]
[13] wxAppConsole::Initialize(int&, wchar_t**) in start.S:105


--------------------------------------------------------------------------------
Przerwane
debian:~#


What is the problem? I did it exactly how it is described in wiki of aMuled without full aMule...
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: Awful aMule crash using CVS from 03.03.2006 :-(
« Reply #1 on: March 04, 2006, 06:05:01 AM »

orinoco,

First, you are running aMuled as root, which is not a Good Thing (TM), I suggest you run it as a normal user.

Second, there is probably some problem on the string handling of your version of wxWidgets. Either update it to a more recent one, or better, compile one yourself. Also search the forums for an explanation about the locale bug of wx if you choose to compile wx-2.6.2.

I have added the output of a run of aMuled as root for your reference, but again, please, do not do that.

Cheers!

Code: [Select]
# LD_LIBRARY_PATH=/usr/local/wxWidgets-cvsu/lib/ LANG=en_US.UTF-8 verb-svnu/src/amuled --only-chuck-norris-would-stop-me
amuled: OnInit - starting timer
Initialising aMule
Checking if there is an instance already running...
No other instances are running.
ERROR: Warning Warning! You are running aMule as root.
Doing so is not recommended for security reasons,
and you are advised to run aMule as an normal
user instead.

--------------------------------------------------
Warning! You are running aMule as root.
Doing so is not recommended for security reasons,
and you are advised to run aMule as an normal
user instead.
--------------------------------------------------

Loading temp files from /root/.aMule/Temp.

All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 0.0.0.0: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 /root/.aMule/Incoming shared
Now, exiting main app...
aMule OnExit: Terminating core.
aMule shutdown completed.
Logged