Re: EXW crash

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Sat, Dec 21, 2002 at 06:38:06PM -0500, Robert Craig wrote:

> Excellent idea! I should have tried this long ago. Somehow
> I thought it wasn't possible. I set up an exception handler
> under Watcom/DOS a long time ago, and it didn't work at all,
> but I never tried it with Windows. I think it will probably work 
> with Linux and FreeBSD too. 

Right.

signal(SIGILL, <signal handler>);
signal(SIGSEGV, <signal handler>);

for my version of Linux:

SIGILL == 4
SIGSEGV == 11

I've said this more for reference for other *nix programmers in EUforum
(as RobC undoubtably already knows this).

> 
> Regards,
>    Rob Craig
>    Rapid Deployment Software
>    http://www.RapidEuphoria.com
> 
> 
> 






jbrown

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu