Re: An exec and signal bug

Nathan Hand (nathanh@wookie.chirp.com.au)
Wed, 11 Nov 1998 13:36:27 +1100 (EST)


On Tue, 10 Nov 1998, H.J. Lu wrote:

> Hi, Linus,
>
> This is an exec/signal bug discovered by the POSIX test. On linux,
> I got
>
> # gcc test.c
> # a.out
> zsh: 21000 abort ./a.out
>
> On Solaris and HP-UX, I got
>
> # gcc test.c
> # a.out
> PASS
>
> Thanks.

This works fine on 2.0.35. Which kernel is giving you trouble?

[nathanh@wookie nathanh]$ make foo
cc foo.c -o foo
[nathanh@wookie nathanh]$ ./foo
PASS
[nathanh@wookie nathanh]$ uname -a
Linux wookie.chirp.com.au 2.0.35 #1 Thu Jul 23 14:01:04 EDT 1998 i686 unknown

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/