Bug 390084 - Debugger spawn threads continuously for Executors.newScheduledThreadPool(0)
Summary: Debugger spawn threads continuously for Executors.newScheduledThreadPool(0)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.3   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2012-09-21 05:41 EDT by Missing name CLA
Modified: 2013-01-14 16:58 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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