On Tue, 2003-04-08 at 14:17, Nick Walter wrote: > offhand, I'd suggest using strace to see what it's doing. > > strace -p <relevant PID> > > If the strace produces a continous scrolling output, the process is > doing something and not blocking. Thanks Nick.