Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Threads spawning at breakpoint
Threads spawning at breakpoint [message #75823] Mon, 14 July 2003 21:22
Eclipse UserFriend
Originally posted by: emp.nowhere.com

Hello,

I have a request queue with 10 worker threads. While running JUnit based
tests, I noticed something strange in my logs - it seems my request queue
was 'rerunning' worker threads that had been killed between tests.
In my setUp/teardown, a new request queue is created and destroyed.

When I set a break point at the beginning of a worker thread, I see that
there are worker threads spawning like mad in the debug window - hundreds of
them, I have to kill the debugger. And my log files confirm this strange
behaviour.

Has anyone ever seen anything like this? I will try extract code to
replicate this if not.
Thanks
-Ed
Previous Topic:Repost:JAXB compilation producing bizarre error
Next Topic:Re: Get ITypeBinding by qualified class name?
Goto Forum:
  


Current Time: Mon May 05 21:42:48 EDT 2025

Powered by FUDForum. Page generated in 0.03350 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top