[12326] in Athena Bugs
(VS3100) Version 7.4D: what is broken
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Wed Aug 3 19:36:09 1994
Date: Wed, 3 Aug 94 19:36:02 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: bugs@MIT.EDU
System type, version: (VS3100) Version 7.4G/7.6G
# tail -1 /etc/version
Athena Server (DSMAXINE) Version 7.4G Mon Jan 31 01:40:42 1994
# cat /srvd/.rvdinfo
Athena RVD (DECMIPS) Version 7.6G Thu Sep 16 14:41:25 EDT 1993
System name: senator-bedfellow
What's wrong:
xargs -i dumps core.
senator-bedfellow# echo foo | xargs -i echo \| .
| .
Segmentation fault (core dumped)
senator-bedfellow# echo foo | xargs -ixx echo xx .
xx .
Segmentation fault (core dumped)
What should have happened:
xargs -i should not dump core.
tweedledumber+% echo foo | xargs -ixx echo xx .
foo .
(ie. GNU xargs works fine.)
_Mark_