Re: [SLUG] K 2.6 help.

2003-10-21 Thread Mikolaj Habryn
On Mon, 2003-10-20 at 23:07, Ken Foskey wrote: > If anyone is on a very fresh version of K2.6 with extra patches can you > please run this code and see if it crashes. It fails on all K2.6 up to > Test6 release. I would be interested to hear of any success. Unblock the signal handler before you r

Re: [SLUG] K 2.6 help.

2003-10-21 Thread Martin Johansson
On Tue, Oct 21, 2003 at 10:01:16PM +1000, Ken Foskey wrote: > On Tue, 2003-10-21 at 18:43, Martin Johansson wrote: > > On Mon, Oct 20, 2003 at 11:07:40PM +1000, Ken Foskey wrote: > > > > > > > > If anyone is on a very fresh version of K2.6 with extra patches can you > > > please run this code an

Re: [SLUG] K 2.6 help.

2003-10-21 Thread Steve Kowalik
At 10:02 pm, Tuesday, October 21 2003, Ken Foskey mumbled: > The following code behaves the same under K 2.4 and K 2.6 so there is > something different for SEGV to SIGINT. Can anyone explain? > Of course. POSIX Says that behaviour after catching a SIGSEGV is undefined. Anything could happen. If

Re: [SLUG] K 2.6 help.

2003-10-21 Thread Ken Foskey
On Tue, 2003-10-21 at 18:43, Martin Johansson wrote: > On Mon, Oct 20, 2003 at 11:07:40PM +1000, Ken Foskey wrote: > > > > > If anyone is on a very fresh version of K2.6 with extra patches can you > > please run this code and see if it crashes. It fails on all K2.6 up to > > Test6 release. I wo

Re: [SLUG] K 2.6 help.

2003-10-21 Thread Martin Johansson
On Mon, Oct 20, 2003 at 11:07:40PM +1000, Ken Foskey wrote: > > If anyone is on a very fresh version of K2.6 with extra patches can you > please run this code and see if it crashes. It fails on all K2.6 up to > Test6 release. I would be interested to hear of any success. I don't think it's rel

Re: [SLUG] K 2.6 help.

2003-10-20 Thread Angus Lees
Oh yeah - if you *really* want to do this, fork() first and test in the child. If the child exited with a segfault you know it was a bad idea. -- - Gus -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug

Re: [SLUG] K 2.6 help.

2003-10-20 Thread Angus Lees
At Mon, 20 Oct 2003 23:07:40 +1000,Ken Foskey wrote: > If anyone is on a very fresh version of K2.6 with extra patches can you > please run this code and see if it crashes. It fails on all K2.6 up to > Test6 release. I would be interested to hear of any success. > > Here is what I get: > Getting

[SLUG] K 2.6 help.

2003-10-20 Thread Ken Foskey
If anyone is on a very fresh version of K2.6 with extra patches can you please run this code and see if it crashes. It fails on all K2.6 up to Test6 release. I would be interested to hear of any success. Here is what I get: Getting from NULL Setting Jump Running Signal 11 caught After jump Sett