Page 1 of 1

Cannot kill the thread after "Compile with debugger&quo

Posted: Mon Feb 12, 2007 2:46 am
by SkyManager
I am using PB 3.94 under Red Hat 9
My program has a Repeat/Forever loop
Everytime I select from the menu "Compile with debugger" for testing and return back to PB using "Debugger/Kill Program" from the menu.
I can see the thread is still hanging in the memory
[img]c:\\temp\\2007-02-12_094136.jpg[/img]
I cannot kill the thread
Trying some more tests, the hanging threads will increase until 3-4 times. No any more test can be run.
Anybody has any suggestion to help :?: [/code]

Posted: Mon Feb 12, 2007 2:53 am
by SkyManager
Sorry, cannot paste my image
This should be the real capture :

Code: Select all

[root@RH9Fu dev]# ps -ef | grep purebasic
root      3532  3454  2 09:33 pts/1    00:00:02 purebasic
root      3548  3532  0 09:34 pts/1    00:00:00 [purebasic.exe <defunct>]
root      3555  3454  0 09:35 pts/1    00:00:00 grep purebasic

Posted: Mon Feb 12, 2007 3:12 pm
by freak
Use the latest 4.0 beta. The problem is fixed there.