Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-15 Thread Steve Langasek
On Tue, Nov 14, 2006 at 05:22:12PM +0200, Eddy Petrișor wrote: If the package is ready to upload, please let me know if you'd like to upload the source to mentors.debian.net, which is the mechanism we've used up until now, or if you'd prefer that I pull directly from you SVN

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-14 Thread tony mancill
Eddy Petrișor wrote: The package is ready for upload and can be found at http://pkg-games.alioth.debian.org/upload/wormux/ The urgency has been set to medium as it fixes 2 RC bugs, although I am not sure if this shouldn't have been high. Steve? Also, I have seen that wormux has been

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-14 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tony mancill wrote: Cool - thanks! tony If the package is ready to upload, please let me know if you'd like to upload the source to mentors.debian.net, which is the mechanism we've used up until now, or if you'd prefer that I pull directly from

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-13 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve Langasek wrote: Anyway, the submitter claims that there is a fix now for the underlying bug, but he's told me this only in a throwaway comment on IRC with no follow-up to the bug report, so I have no idea what that fix is or when it will be

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-13 Thread Steve McIntyre
Eddy Petrisor wrote: Steve Langasek wrote: Anyway, the submitter claims that there is a fix now for the underlying bug, but he's told me this only in a throwaway comment on IRC with no follow-up to the bug report, so I have no idea what that fix is or when it will be available for uploading.

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-13 Thread Jean Parpaillon
Le 13.11.2006 10:40, Eddy Petrișor a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve Langasek wrote: Anyway, the submitter claims that there is a fix now for the underlying bug, but he's told me this only in a throwaway comment on IRC with no follow-up to the bug report, so I

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-13 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tony mancill wrote: but it takes more than a pending tag to initiate an upload. Of course :-) If the package is ready to upload, please let me know if you'd like to upload the source to mentors.debian.net, which is the mechanism we've used up

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-13 Thread tony mancill
Jean Parpaillon wrote: Le 13.11.2006 10:40, Eddy Petrișor a écrit : Steve Langasek wrote: Anyway, the submitter claims that there is a fix now for the underlying bug, but he's told me this only in a throwaway comment on IRC with no follow-up to the bug report, so I have no idea what that

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-13 Thread tony mancill
Cool - thanks! tony Eddy Petrișor wrote: tony mancill wrote: but it takes more than a pending tag to initiate an upload. Of course :-) If the package is ready to upload, please let me know if you'd like to upload the source to mentors.debian.net, which is the mechanism we've used up

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-12 Thread Steinar H. Gunderson
On Sun, Nov 12, 2006 at 03:11:44AM +0200, Tuukka Hastrup wrote: - while(angle -M_PI) angle += M_PI; - while(angle M_PI) angle -= M_PI; + angle = fmod(angle, M_PI); This patch is simply wrong. What you want to do is to reduce the argument to [-pi, pi (or -pi, pi] if you want, it doesn't

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-11 Thread Tuukka Hastrup
Hi, I had a look at this bug and one simple fix you could at least do is switch the possibly endless loops into an fmod function call. This would reduce the severity of this bug significantly. --- src/weapon/gnu.cpp.orig 2006-11-12 01:08:13.0 +0200 +++ src/weapon/gnu.cpp

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-11 Thread Steve Langasek
On Sun, Nov 12, 2006 at 03:11:44AM +0200, Tuukka Hastrup wrote: Hi, I had a look at this bug and one simple fix you could at least do is switch the possibly endless loops into an fmod function call. This would reduce the severity of this bug significantly. I'm not sure I agree that this

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-08 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eddy Petrișor wrote: Hello, Steve, thanks for the additional info, I didn't realised the value was e+306 until you pointed it out. I will look into the physics engine to see what is wrong and try to understand what is wrong. It appears

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-08 Thread Jean Parpaillon
Hi, I've forwarded this mail to wormux core team. Thank you for worrying about this. I really don't have time do spend on Wormux currently :-( Jean Le 08.11.2006 14:23, Eddy Petrișor a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eddy Petrișor wrote: Hello, Steve, thanks for

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-11-08 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Parpaillon wrote: Hi, hi Jean, I've forwarded this mail to wormux core team. Thank you for worrying about this. I really don't have time do spend on Wormux currently :-( No problem. I will have a clean patch probably tomorrow after more

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-10-26 Thread Eddy Petrișor
Subject: wormux: bug is still visible, even with current X.org Followup-For: Bug #392774 Package: wormux Version: 0.7.4-1 Hello, Steve, thanks for the additional info, I didn't realised the value was e+306 until you pointed it out. I will look into the physics engine to see what is wrong

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-10-25 Thread Steve Langasek
Hi Eddy, Can you still reproduce this bug now that Xorg 7.1 has reached testing? FWIW, there is no bug in the assembly that you've cited. The problem is with the initial value of 'angle': $5 = 3.1826378988422823e+306 This number is so large that subtracting pi from it as a floating point

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-10-16 Thread Jean Parpaillon
Hi, Can you confirm that the bug only appear when in fullscreen mode or not ? Thank you, Jean Le 13.10.2006 14:40, Eddy Petrișor a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: wormux Version: 0.7.4-1 Severity: critical Justification: breaks unrelated software Hello, I have

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-10-16 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Parpaillon wrote: Can someone try to reproduce the bug ? I have tried to see what is happening and seems to some sort of platform specific issue. I am not that skilled with assembler, but I think either the generated code is wrong or the FPU

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-10-16 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jean Parpaillon wrote: Hi, Can you confirm that the bug only appear when in fullscreen mode or not ? i have sent an email that explains better the issue after the analysis I did on Saturday. Sorry for the lag, but I was off-line during the weekend,

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-10-13 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: wormux Version: 0.7.4-1 Severity: critical Justification: breaks unrelated software Hello, I have found that wormux leads to a total halt and also halts X in the following context: - - start the game with two teams - - use the weapon GNU

Bug#392774: wormux: blocks the whole X session when GNU touches the first object

2006-10-13 Thread Jean Parpaillon
Can someone try to reproduce the bug ? Can we have some log of X or something to help ? Best regards, Jean Le 13.10.2006 14:40, Eddy Petrișor a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: wormux Version: 0.7.4-1 Severity: critical Justification: breaks unrelated software