aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 2.0.0-rc4 crashing when closing VNC connection  (Read 3993 times)

Graymalkin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
2.0.0-rc4 crashing when closing VNC connection
« on: July 13, 2004, 05:14:13 PM »

I'm running rc4 on a Fedora RC1 box which I control using VNC.
It seems to me amule crashes / closes when I close the VNC connection.
The same problem randomly appeared with the rc3 as well.
The rc4 seems to always close / crash when I close the VNC connection.

Anyone experiencing the same problem ?

Regards,

Graymalkin
Logged

feralertx

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 101
RE: 2.0.0-rc4 crashing when closing VNC connection
« Reply #1 on: July 13, 2004, 10:06:08 PM »

Im using aMule RC4 (and used RC3 b4) in a machine with no monitor via VNC and never had such a problem.


Regards,
Logged

Krelis

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #2 on: July 13, 2004, 11:07:34 PM »

Same problem here....
When running aMule RC4 on a VNC-server it crashes after about 30 minutes. Never had this problem with 1.2.7

I start it from an xterm to see if there is any error message and it says: Aborted.
No error... Nothing else, just: Aborted

I recompiled amule a few times with different compiler options but the problem still exist.
btw my wx is version 2.4.2 and it is linked to gtk not gtk2

Regards
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #3 on: July 14, 2004, 06:37:41 AM »

a backtrace would be usefull guys

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #4 on: July 14, 2004, 12:48:23 PM »

very useful
Logged

Graymalkin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #5 on: July 14, 2004, 04:15:47 PM »

eh...how do I do a backtrace ?(

Is there a way to install amule 2x and amule 1.2.x parallel ?
I have downgraded to 1.2.7 right now. But if it's possible to have both installed parallel to one another I'll post a backtrace.
Logged

feralertx

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 101
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #6 on: July 14, 2004, 04:32:34 PM »

Quote
Is there a way to install amule 2x and amule 1.2.x parallel ?
I have downgraded to 1.2.7 right now. But if it's possible to have both installed parallel to one another I'll post a backtrace.

Ive got 5 amules installed. You need to get the tarball, unpack it and cd to its directory, then just  do the './configure && make' part but DO NOT make the 'make install'  and youll be able to run that version of amule from the src directory.

[aMule-2.0.0rc4]$ ./configure --disable-debug --enable-optimise && make (<----- This is the way i do it)

Once finished:

[aMule-2.0.0rc4]$ cd src
[aMule-2.0.0rc4/src]$ ./amule
Logged

Graymalkin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #7 on: July 14, 2004, 04:34:25 PM »

ah, alright!

Thanks very much, feralertx.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #8 on: July 15, 2004, 01:04:58 AM »

IF you don't want them to share config files, downloads etc, run each as a separate user. You'll need to run 'xhost +' most probably to have too users using X at the same time.
Greetings!
Logged

Krelis

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: 2.0.0-rc4 crashing when closing VNC connection
« Reply #9 on: July 20, 2004, 01:03:16 AM »

Problem solved.
I compiled amule with -march=c3 -m3dnow -O2 -pipe -fomit-frame-pointer.
I recompiled the whole program with only -enable-optimize and it is rock stable right now.
Logged