I am running the Haiku desktop in a virtual machine, and have written a threaded python program. The program will create threads on each execution. It works fine the first few times, but if I keep running it, even though the threads are done, they don't seem to exit. Pressing start again will say something like Thread-93, even though it should be Thread-1. Python doesn't have a stop() function or anything. On other operating systems it doesn't seem to be an issue. How do I get the thread to disappear and free those resources in Haiku?
Asked
Active
Viewed 340 times
1
-
1Post your question on the Haiku development mailing list, it gives you a higher chance for an answer. – Jan May 25 '12 at 13:55
-
1Is this still an issue? Haiku's python port in the Nightly images is much improved. – waddlesplash Jan 04 '14 at 00:41