On Mon, Feb 12, 2001 at 08:10:01AM +0100, Elena Labruna wrote:
> I'm working with a C package written by other
> on a linux machine with kernel version 2.2.14,
> often in a calls of longjmp routine
> the system crash with a SIGSEGV signal. 
>  
> Anyone can tell me if it can be a kernel problem ?
> 
> Elena Labruna.
> 

Fwiw, we issue(d) longjmp() in signal catching functions (including 
segv) without difficulty on 2.2.14 kernels.  Perhaps your application 
is not first calling setjmp() to save the stack context?

Reed,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to