scsh-users
[Top] [All Lists]

Re: Bug?

To: scsh-news@martigny.ai.mit.edu
Subject: Re: Bug?
From: Sean Doran <smd@mis.use.net>
Date: 29 Apr 1997 03:11:05 -0700
Organization: Secretariat of the USENET Cabal
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.

<Prev in Thread] Current Thread [Next in Thread>
  • Bug?, Tim Bradshaw
    • Re: Bug?, Sean Doran <=