Re: How to kill orphaned threads at program exit

2009-01-05 Thread BlueBird
On Dec 28 2008, 6:33 pm, Giampaolo Rodola' gne...@gmail.com wrote: Hi, I know that it's not possible to kill threads but I'm wondering if does exist some workaround for my problem. I have a test suite which does a massive usage of threads. Sometimes happens that one test fails, the test suite

How to kill orphaned threads at program exit

2008-12-28 Thread Giampaolo Rodola'
Hi, I know that it's not possible to kill threads but I'm wondering if does exist some workaround for my problem. I have a test suite which does a massive usage of threads. Sometimes happens that one test fails, the test suite keeps running until the end, and when it's finished the program hangs

Re: How to kill orphaned threads at program exit

2008-12-28 Thread Roy Smith
In article b133b978-fe63-4893-bb33-8c96bfb59...@v5g2000prm.googlegroups.com, Giampaolo Rodola' gne...@gmail.com wrote: Hi, I know that it's not possible to kill threads but I'm wondering if does exist some workaround for my problem. I have a test suite which does a massive usage of threads.

Re: How to kill orphaned threads at program exit

2008-12-28 Thread Gabriel Genellina
En Sun, 28 Dec 2008 15:47:24 -0200, Roy Smith r...@panix.com escribió: In article b133b978-fe63-4893-bb33-8c96bfb59...@v5g2000prm.googlegroups.com, Giampaolo Rodola' gne...@gmail.com wrote: I know that it's not possible to kill threads but I'm wondering if does exist some workaround for my

Re: How to kill orphaned threads at program exit

2008-12-28 Thread Giampaolo Rodola'
On 28 Dic, 18:47, Roy Smith r...@panix.com wrote: In article b133b978-fe63-4893-bb33-8c96bfb59...@v5g2000prm.googlegroups.com, Giampaolo Rodola' gne...@gmail.com wrote: Hi, I know that it's not possible to kill threads but I'm wondering if does exist some workaround for my problem. I