#6173: Thread handle leak
It looks like every time I attached, detached debugger to my remote applications, Intellij will leak a bunch of thread handles. After 10-20 times, the handle count went up to around 15,000. Anyone experiences the same problem?
Please sign in to leave a comment.
Fixed in Selena.
Nat wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Any plan to port it back to Demetra?
No, too much risk of debugger problems
Nat wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I reported this problem many times already. It seems to appear since IntelliJ 5 but become worse in IntelliJ 6. You should consider porting it back since it will be a while before Selena go out of the door.
http://www.intellij.net/forums/thread.jspa?messageID=5037549�
You can also report the bug to Sun, their VM seems to not close thread
handles after they have finished
Nat wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I thought Thread handles will be leaked only if you create a new thread but don't call Thread.start()
I thought Thread handles will be leaked only if you create a new thread but don't call Thread.start()
No,
thread handles were from threads that stopped execution
Nat wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Nat schrieb:
these ones cause memory leaks, though.
Ciao
...Jochen