Bug 390084

Summary: Debugger spawn threads continuously for Executors.newScheduledThreadPool(0)
Product: [Eclipse Project] JDT Reporter: Missing name <umair.tajammul>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: 4.3Keywords: needinfo
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Missing name CLA 2012-09-21 05:41:19 EDT
Please see the attached application. 
When application is run without a breakpoint it runs fine. But place a breakpoint in line 19 (after  Executors.newScheduledThreadPool(0) and executor.scheduleWithFixedDelay calls) debugger starts to spawn threads continuously and it becomes impossible to use eclipse. 

I tested this with eclipse 4.2 running Java 7 update 7 on mountain lion  but I think this is reproducible on windows, as one my colleagues experienced same kind of problem on windows.
Comment 1 Michael Rennie CLA 2013-01-10 11:29:43 EST
(In reply to comment #0)
> Please see the attached application. 

Could you attach the application?
Comment 2 Michael Rennie CLA 2013-01-14 16:58:31 EST
closing as worksforme without more info / the mentioned application that produces the problem