aMule Forum

English => en_Bugs => Topic started by: Graymalkin on July 13, 2004, 05:14:13 PM

Title: 2.0.0-rc4 crashing when closing VNC connection
Post by: Graymalkin 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
Title: RE: 2.0.0-rc4 crashing when closing VNC connection
Post by: feralertx 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,
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: Krelis 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
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: deltaHF on July 14, 2004, 06:37:41 AM
a backtrace would be usefull guys
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: Kry on July 14, 2004, 12:48:23 PM
very useful
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: Graymalkin 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.
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: feralertx 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
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: Graymalkin on July 14, 2004, 04:34:25 PM
ah, alright!

Thanks very much, feralertx.
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: Jacobo221 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!
Title: Re: 2.0.0-rc4 crashing when closing VNC connection
Post by: Krelis 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.