Re: vwait behavior



Doug: This one beats me... Two questions:
 - can you get the standard error of the process ? empty ?
 - can you run strace -tt -o somefile yourprocess, until it exits, and
post back the end of the trace ?

Thanks everyone thus far for your help. The code you see posted was
indeed whitled down from a larger app. However, I ran this exact code
you see posted and it is the very code that crashed (the missing curly
close brace makes you suspicious - but thats all thats missing).

I run it by invoking a tcl script in a web browser that in turn issues
this command:

exec tclsh zg.tcl > /dev/null &

Shall I do this:
exec strace -tt -o xyz.dat 15482

where 15482 is the process id of my zg.tcl process ?

Doug

.