scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-408125 ] Child pid mysteriously missing proc

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-408125 ] Child pid mysteriously missing proc obje
From: nobody <nobody@sourceforge.net>
Date: Mon, 12 Mar 2001 19:45:18 -0800
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs #408125, was updated on 2001-03-12 19:41
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408125&group_id=10493

Category: run-time
Group: None
Status: Open
Priority: 5
Submitted By: Brian D. Carlstrom
Assigned to: Mike Sperber
Summary: Child pid mysteriously missing proc obje

Initial Comment:
From: sperber@informatik.uni-tuebingen.de (Michael 
Sperber [Mr. Preprocessor])
To: scsh@martigny.ai.mit.edu
Subject: Child pid mysteriously missing proc object
Date: 25 Apr 1997 12:22:48 +0200


The SUnet server under 0.5.0 on AIX just gave me this:

Error: Child pid mysteriously missing proc object.
       16454

... and died.

Should I worry?
--
Cheers =8-} Mike
Friede, V\366lkerverst\344ndigung und \374berhaupt 
blabla







----------------------------------------------------------------------

Comment By: Brian D. Carlstrom
Date: 2001-03-12 19:45

Message:
Logged In: YES 
user_id=27364

From: Sean Doran <smd@mis.use.net>
To: scsh-news@martigny.ai.mit.edu
Subject: Re: Bug?
Date: 29 Apr 1997 03:11:05 -0700

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.




----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408125&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>