Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Threads spawning at breakpoint
Threads spawning at breakpoint [message #75823] Tue, 15 July 2003 01: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: Tue Oct 01 10:39:53 GMT 2024

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

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

Back to the top