Tim Bradshaw <tfb@aiai.ed.ac.uk> writes:
> staffa$ scsh
> Scsh 0.5
> > (run (echo foo))
> foo
>
> Error: Child pid mysteriously missing proc object.
> 24061
> (Enabling interrupts)
> 1>
I see this on Sun-OS 4.1.4, for which I made a tiny change
to adjust scsh/bsd/signals1.c to get it to build.
> (run (echo foo))
gives the same results you get
> (run (/bin/echo foo))
on the other hand works normally and
> (run (sh -c "echo foo"))
also behaves properly. I tried this repeatedly, and got
consistent results.
Dunno why this is yet. Maybe this will help Olin et al.,
otherwise I'll go looking further after I've had some
sleep.
Sean.
|