On Mon, Nov 26, 2007 at 11:21:03PM +0100, "Gabor Z. Papp" <[EMAIL PROTECTED]> 
wrote:
> | - can you provide an strace or equivalent (dtrace, ktrace...)

Looks like a kernel bug:

   --- SIGCHLD (Child exited) @ 0 (0) ---
   write(4, "\21", 1)                      = 1
   sigreturn()                             = ? (mask now [])
   gettimeofday({1196115620, 492732}, NULL) = 0
   select(32, [3 5 6], [], NULL, {0, 26383}) = 1 (in [3], left {0, 30000})
   gettimeofday({1196115620, 492781}, NULL) = 0
   read(3, "\21", 1)                       = 1
   waitpid(-1, 0xbffff618, WNOHANG|WSTOPPED|WCONTINUED) = -1 EINVAL (Invalid 
argument)

SIGCHLD received, but no child status returned. It is likely the
WCONTINUED: try using an older libc, one appropriate for 2.4.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      [EMAIL PROTECTED]
      -=====/_/_//_/\_,_/ /_/\_\

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to