Re: A fifo and signal bug

Linus Torvalds (torvalds@transmeta.com)
Fri, 20 Nov 1998 11:10:35 -0800 (PST)


On Fri, 20 Nov 1998, H.J. Lu wrote:
>
> The POSIX testsuite found another Linux kernel bug. This time is the
> interaction between fifo open and signal:

Umm, doesn't happen for me.

> # gcc fifo.c
> # a.out 1
> # a.out
> parent: open: Device not configured

[torvalds@penguin torvalds]$ gcc fifo.c
[torvalds@penguin torvalds]$ ./a.out 1
[torvalds@penguin torvalds]$ ./a.out
[torvalds@penguin torvalds]$

which is apparently the right result.

Maybe it's a glibc bug.

Linus

-
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/