aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Wed Apr 6 07:01:21 CEST 2005 - amuled crash  (Read 4655 times)

microft.pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 22
  • What the f0ck do you care?!?!
    • http://microft.pt.vu
Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« on: April 09, 2005, 01:55:54 PM »

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------

aMule version is: CVS using wxGTK2 v2.5.4 (Snapshot: Wed Apr  6 07:01:21 CEST 2005)
Running on: Linux 2.4.29m i686

  • ?? in amuled [0x8100bfd]
  • [1] ?? in amuled
[0x805e3c8]
[2] wxFatalSignalHandler in /usr/local/lib/libwx_base-2.5.so.4[0x40198ea6]
[3] ?? in /lib/libpthread.so.0 [0x4003bc85]
[4] ?? in /lib/libc.so.6 [0x404addb8]
[5] ?? in amuled [0x808793b]
[6] ?? in amuled [0x8085e8d]
[7] ?? in amuled [0x8084bf7]
[8] ?? in amuled [0x805ec46]
[9] ?? in amuled [0x8062bff]
[10] wxEntry(int&, char**) in /usr/local/lib/libwx_base-2.5.so.4[0x4012cfa9]
[11] ?? in amuled [0x806277d]
[12] __libc_start_main in /lib/libc.so.6[0x4049a469]
[13] ?? in amuled [0x80534f1]

--------------------------------------------------------------------------------
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #1 on: April 09, 2005, 02:40:12 PM »

could you maybe compile amuled with debug and then run it in gdb?

your output does not help us to much, thnx

btw did you disable udp port? and have max-connections lower tehn 1024?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

microft.pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 22
  • What the f0ck do you care?!?!
    • http://microft.pt.vu
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #2 on: April 09, 2005, 03:29:04 PM »

I have:
UDPPort=4672
UDPDisable=0
MaxConnections=500

I've been compiling with:
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon
« Last Edit: April 09, 2005, 03:33:43 PM by microft.pt »
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #3 on: April 09, 2005, 03:33:29 PM »

Someone's using a stripped binary (boo! Hiss!). Please recompile with debugging symbols and run through gdb, that's greatly improve the amount of information we'd get from the crash. ;)
Logged

microft.pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 22
  • What the f0ck do you care?!?!
    • http://microft.pt.vu
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #4 on: April 09, 2005, 03:36:13 PM »

what other flags do I have to give to the configure script in order to compile with the debugging symbols?
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #5 on: April 09, 2005, 03:42:46 PM »

None, just don't run configure with --disable-debug and don't strip the binary afterwards.
« Last Edit: April 09, 2005, 03:43:02 PM by Xaignar »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #6 on: April 09, 2005, 03:44:28 PM »

and to avoid problems set
UDPDisable=0

to 1

this will increase stability a lot
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

microft.pt

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 22
  • What the f0ck do you care?!?!
    • http://microft.pt.vu
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #7 on: April 09, 2005, 03:45:52 PM »

I don't even know what "strip the binary" means.
I just compile with those flags and then use checkinstall to create the package to install.
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Wed Apr 6 07:01:21 CEST 2005 - amuled crash
« Reply #8 on: April 09, 2005, 03:51:45 PM »

I'm guessing that checkinstall strips the binary automatically. You can simply run amuled directly from the src/ directory while testing.
Logged