Bug#377200: strace: Breaks multithreaded program with -f -p

2008-10-24 Thread Timo Juhani Lindfors
Hi, the patch works here! When I strace -f -p a python program with two threads hitting ctrl-c does not leave the program in stopped state. Thank you, could this be applied to the normal package? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Bug#377200: strace: Breaks multithreaded program with -f -p

2006-07-07 Thread Hrvoje Niksic
Package: strace Version: 4.5.14-1 Severity: normal If you attach to a running multithreaded program using -f -p , everything seems to work fine (you get the trace of all running threads) until the time comes to detach. Pressing ^C leaves strace hanging; pressing ^Z followed by "kill %1" kills str