Maybe it's still a timing problem? When I strace the process and then
type on the shelf, I get:
# strace -fvp 234
Process 234 attached - interrupt to quit
select(10, [4 5 9], [], [], NULL) = 1 (in [9])
gettimeofday({1278236343, 211170}, NULL) = 0
gettimeofday({1278236343, 212427}, NULL) = 0
read(9, "\34\0\4\1f\0\0\0\'\1\0\0\235\273\322\234\0\0\0\0\0\0\0"..., 4096) = 32
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
select(10, [4 5 9], [], [], NULL) = 1 (in [9])
gettimeofday({1278236353, 219120}, NULL) = 0
gettimeofday({1278236353, 233128}, NULL) = 0
read(9, "\34\0\4\1f\0\0\0\'\1\0\0\276\342\322\234\0\0\0\0\0\0\0"..., 4096) = 32
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
read(9, 0x483fc, 4096) = -1 EAGAIN (Resource
temporarily unavailable)
select(10, [4 5 9], [], [], NULL^C <unfinished ...>
Process 234 detached
When I kill the process and restart it from the terminal, it works.
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user