Event Timeline
Comment Actions
In the strace, I just see ->
9685  select(9, [6 8], [], [], {1, 0})  = 0 (Timeout)
9685  wait4(9782, 0x7fff03345844, WNOHANG|WSTOPPED, NULL) = 0
9685  read(6, 0x2da0ff0, 8192)          = -1 EAGAIN (Resource temporarily unavailable)
9685  read(8, 0x2da3060, 8192)          = -1 EAGAIN (Resource temporarily unavailable)
9685  select(9, [6 8], [], [], {1, 0})  = 0 (Timeout)
9685  wait4(9782, 0x7fff03345844, WNOHANG|WSTOPPED, NULL) = 0
9685  read(6, 0x2da0ff0, 8192)          = -1 EAGAIN (Resource temporarily unavailable)
9685  read(8, 0x2da3060, 8192)          = -1 EAGAIN (Resource temporarily unavailable)
9685  select(9, [6 8], [], [], {1, 0}^C
bold text