[Bug c/11244] pipe hang when program compiled with -maix64 and -static
dje at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jul 13 16:40:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11244
------- Additional Comments From dje at gcc dot gnu dot org 2003-07-13 16:40 -------
By the way, this bug does not require a pipe. Simply running foo will hang.
Also, this bug can be replicated with the native cc compiler.
% cat foo.c
main ()
{
return 0;
}
i ()
{
return 0;
}
d ()
{
return 0;
}
% cc -o foo foo.c -bstatic -q64 -bI:/lib/syscalls.exp -binitfini:i:d
% ./foo
More information about the Gcc-bugs
mailing list