[6771] in Athena Bugs
decmips 7.1H: sed
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Jan 2 17:16:37 1991
Date: Wed, 2 Jan 91 17:16:19 -0500
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System name: boom
Type and version: KN01 7.1H
Display type: PM-MONO
What were you trying to do?
% sed 's///g'
with this input:
No manual entry for usleep.
What's wrong:
boom% echo "No manual entry for usleep." | sed 's///g'
Segmentation violation
What should have happened:
First of all, no coredmp.
Second, it is unclear to me why I did not get a coredump. Sed
isn't setuid, and I'm running in a directory to which I have
write permission, and my coredumpsize is unlimited.
jik