Re: longjmp problem

2001-02-15 Thread kernel
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 ?

Re: longjmp problem

2001-02-15 Thread kernel
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 ?

Re: longjmp problem

2001-02-14 Thread Alan Cox
> 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 ? Unlikely. If it was kernel related you would see an Oops.

longjmp problem

2001-02-14 Thread Elena Labruna
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. - To unsubscribe from this list: send the line

longjmp problem

2001-02-14 Thread Elena Labruna
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. - To unsubscribe from this list: send the line

Re: longjmp problem

2001-02-14 Thread Alan Cox
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 ? Unlikely. If it was kernel related you would see an Oops. - To