Re: Blocking automatic debugger launch

2004-11-09 Thread Izak Burger
Andreas Mohr wrote: Hi, On Sun, Nov 07, 2004 at 09:13:36PM -0800, Kenneth Porter wrote: I've got an app that seems to be crashing during shutdown. (Tribes Vengeance dedicated server) I'm running it detached inside a screen session, and I don't want the debugger to automatically launch when the

Re: Blocking automatic debugger launch

2004-11-08 Thread Kenneth Porter
--On Monday, November 08, 2004 10:38 AM +0100 Andreas Mohr [EMAIL PROTECTED] wrote: Yes, there is: fix the crash! :-) Yeah, I know, it's just that it's not my code and I'm not certain that the authors will be releasing an update. There's a rumor of one but no certainty, as the company (a game

Re: Blocking automatic debugger launch

2004-11-08 Thread Jonathan Wilson
Yeah, I know, it's just that it's not my code and I'm not certain that the authors will be releasing an update. There's a rumor of one but no certainty, as the company (a game publisher) refuses to make any announcements about what it's working on. Does the crash happen on a real windows box?

Blocking automatic debugger launch

2004-11-07 Thread Kenneth Porter
I've got an app that seems to be crashing during shutdown. (Tribes Vengeance dedicated server) I'm running it detached inside a screen session, and I don't want the debugger to automatically launch when the app crashes. I just want the thing to die when I send it a quit command. Currently I've