* longjmp problem
@ 2001-02-12 7:10 Elena Labruna
2001-02-14 19:38 ` Alan Cox
2001-02-16 6:42 ` kernel
0 siblings, 2 replies; 3+ messages in thread
From: Elena Labruna @ 2001-02-12 7:10 UTC (permalink / raw)
To: linux-kernel
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: longjmp problem
2001-02-12 7:10 longjmp problem Elena Labruna
@ 2001-02-14 19:38 ` Alan Cox
2001-02-16 6:42 ` kernel
1 sibling, 0 replies; 3+ messages in thread
From: Alan Cox @ 2001-02-14 19:38 UTC (permalink / raw)
To: Elena Labruna; +Cc: linux-kernel
> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: longjmp problem
2001-02-12 7:10 longjmp problem Elena Labruna
2001-02-14 19:38 ` Alan Cox
@ 2001-02-16 6:42 ` kernel
1 sibling, 0 replies; 3+ messages in thread
From: kernel @ 2001-02-16 6:42 UTC (permalink / raw)
To: Elena Labruna; +Cc: linux-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 ?
>
> 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,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-02-16 6:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-12 7:10 longjmp problem Elena Labruna
2001-02-14 19:38 ` Alan Cox
2001-02-16 6:42 ` kernel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox