Josselin Mouette wrote: > This is not very helpful, as it means the thread is waiting for another > thread, nothing else. Could you run it with strace -f ?
1198 open("/dev/snd/pcmC0D0p", O_RDWR|O_NONBLOCK) = 8 [... 1198 clones 1199, 1199 clones 1200 ...] 1198 select(4, [3], NULL, NULL, {0, 0}) = 0 (Timeout) 1198 rt_sigprocmask(SIG_SETMASK, NULL, [RTMIN], 8) = 0 1198 rt_sigsuspend([] <unfinished ...> [...] 1200 gettimeofday({1111032711, 359773}, NULL) = 0 1200 kill(1198, SIGRTMIN) = 0 1200 ioctl(8, 0x400c4150, 0xbf7ffa14) = -1 EPIPE (Broken pipe) 1200 ioctl(8, 0x4140, 0x4014cbb9) = 0 1200 ioctl(8, 0x400c4150, 0xbf7ffa14) = 0 1200 gettimeofday({1111032711, 360120}, NULL) = 0 1200 ioctl(8, 0x400c4150, 0xbf7ffa14) = 0 1200 gettimeofday({1111032711, 360258}, NULL) = 0 1200 ioctl(8, 0x400c4150 <unfinished ...> 1198 --- SIGHUP (Hangup) @ 0 (0) --- 1198 +++ killed by SIGHUP +++ 1200 <... ioctl resumed> , 0xbf7ffa14) = 0 [...] 1200 kill(1198, SIG_0) = -1 ESRCH (No such process) 1200 gettimeofday({1111032711, 499529}, NULL) = 0 1200 ioctl(8, 0x400c4150, 0xbf7ffa14) = 0 1200 exit_group(0) = ? [...] Full trace at http://kanaber.com/prboom-trace if that helps... Andrew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]