Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!psuvax1!psuvax1!flee From: flee@shire.cs.psu.edu (Felix Lee) Newsgroups: comp.bugs.4bsd Subject: Re: csh, echo `cd /tmp; echo *` dumps core Message-ID: Date: 11 Sep 89 10:35:23 GMT References: Organization: Penn State University Computer Science Lines: 9 addendum, it looks like a side effect of my 'cd' alias alias cd 'cd \!*; set argv = (`dirs`); shift' so the statement echo `cd /tmp; echo *` causes csh to do backquote substitution inside backquote substitution, a condition that obviously never should occur, so dobackp() kindly abort()s the child process. Sigh. -- Felix Lee flee@shire.cs.psu.edu *!psuvax1!flee