As of 1.14.6-4, this bug is still there... maybe
$ type echo
echo is a shell builtin
$ echo foo >/dev/full
$ echo $?
0
$ cat /dev/zero >/dev/full
cat: write error: No space left on device
$ echo $?
1
$ /bin/echo foo >/dev/full
$ echo $?
0
$ file /bin/echo
/bin/echo: ELF 32-bit LSB executable,
I'm looking at the backlog of forgotten bugs, and have verified that
this one still exists.
The original report was for gdb 4.12, but Ian Jackson verified
that the problem exists under 4.14, and I just verified that it
exists for 4.15.1-1.
Should this be forwarded to the upstream maintainers of g
2 matches
Mail list logo