Cannot kill the thread after "Compile with debugger&quo

Linux specific forum
SkyManager
Enthusiast
Enthusiast
Posts: 339
Joined: Tue Jan 30, 2007 5:47 am
Location: Hong Kong

Cannot kill the thread after "Compile with debugger&quo

Post 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]
SkyManager
Enthusiast
Enthusiast
Posts: 339
Joined: Tue Jan 30, 2007 5:47 am
Location: Hong Kong

Post 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
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Use the latest 4.0 beta. The problem is fixed there.
quidquid Latine dictum sit altum videtur
Post Reply