Scsh 0.5 ; under Irix5.3
> (apply +
(map (lambda (filename)
(length (run/strings (co -p ,filename))))
(glob "./RCS/*.c,v")))
;;
;; Now some files are checked out --> stdout (I dismiss the
;; notifications by co). Yet:
Error: Child pid mysteriously missing proc object.
14098
(Enabling interrupts)
Which is what I want to report. This error doesn't show up
each time I run the above piece of code, nonetheless it is
reproducible.
Epilogue
1> ,debug
'#{Continuation (pc 23) (unnamed in unnamed in add-reaped-proc!)}
[0: temp##403] #f
[1: pid] 14098
[2: status] 0
inspect: d
'#{Continuation (pc 23) (unnamed in lp in reap-zombies)}
Waiting for (add-reaped-proc! pid status)
in (begin ^^^ (lp))
[0: pid] 14098
[1: status] 0
[2: lp] '#{Procedure 9203 (lp in reap-zombies)}
inspect: d
'#{Continuation (pc 0) 0}
[0] 2097151
[1] 2
[2] 131
[3] '#{Template 8358 (unnamed in %%fork-with-retry/errno)}
[4] '#{Procedure 8358 (unnamed in %%fork-with-retry/errno)}
[5] 14098
[6] #f
inspect: d
'#{Continuation (pc 13) %%fork}
[0] '#{Procedure 8361 (unnamed in %%fork)}
inspect:
rthappe
|