This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224935 - Debug session doesn't end
Summary: Debug session doesn't end
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 23:01 UTC by javydreamercsw
Modified: 2016-07-07 08:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (43.74 KB, text/plain)
2013-01-15 23:01 UTC, javydreamercsw
Details
.npss file attached from NetBeans (1.40 MB, application/x-npss)
2013-01-15 23:01 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-01-15 23:01:28 UTC
Product Version = NetBeans IDE 7.3 RC1 (Build 201301102100)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_11
Runtime = Java HotSpot(TM) Client VM 23.6-b04


While debugging I noticed the IDE sluggish and noticed a series of previous debug runs showing on the task bar. Trying to cancel those doesn't work. When closing the IDE those show on the running task prompts and you have to tell it to cancel those twice as it shows the prompt two time.
Comment 1 javydreamercsw 2013-01-15 23:01:31 UTC
Created attachment 130262 [details]
IDE log
Comment 2 javydreamercsw 2013-01-15 23:01:55 UTC
Created attachment 130263 [details]
.npss file attached from NetBeans

.npss file
Comment 3 Jiri Kovalsky 2013-01-17 08:36:51 UTC
Javier, what kind of projects were those you debugged?
Comment 4 Martin Entlicher 2013-01-17 10:48:06 UTC
From the snapshot it's apparent that a lot of time is spent in GUI drawing, which seems to be simply slow. The reason is not apparent and it does not seem to be the main problem.

During the whole period, "Err Thread for {0} (debug)" is 100% active and is parsing the program output. This seems to slow down the whole system.

Does your program produce an excessive amount of output? This looks like the problem.
Comment 5 javydreamercsw 2013-01-17 14:42:38 UTC
Is a plain Java application. Sadly is private code so I can't give you an URL. If you would like to take a look we'll need to set up some kind of private sharing. Is weird because it is a simple GUI.

There is some output but not what I would consider big. Output to console is done without problems but even after I exit the debug session it seems to stay open in the background. Closing it from the task bar doesn't do anything either.
Comment 6 Martin Entlicher 2013-01-17 15:03:30 UTC
Can you create some sample project to reproduce this issue?
Or can you try if you will have similar problems with Anagrame Game application (New Project -> Samples -> Java -> Anagrame Game)?
The thread that reads error output spends much more time in parsing than in reading, which suggests, that there is really a lot of error output.
Comment 7 javydreamercsw 2013-01-18 14:27:47 UTC
Shouldn't even that be stopped when you stop the task? Having huge amounts of error might be appropriate in some situations. The issue is why is not stopping when being told to.
Comment 8 Martin Entlicher 2013-01-18 17:08:37 UTC
Then it needs to be better handled in ANT...
Comment 9 Martin Balin 2016-07-07 08:37:28 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss