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 169648 - IDE not response in debug after add watch variable
Summary: IDE not response in debug after add watch variable
Status: CLOSED DUPLICATE of bug 169738
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-31 14:23 UTC by dolgov
Modified: 2010-05-06 08:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ThreadDump (363.27 KB, text/plain)
2009-08-03 13:30 UTC, dolgov
Details
dump (34.12 KB, text/plain)
2009-08-06 08:36 UTC, dolgov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dolgov 2009-07-31 14:23:26 UTC
i add new variable in watch, start debug, click to variables, and on some step(after pressing F5), i got Not Response 
IDE, if i not add a watch, everything normal. 6.5.1 not have this problem.
if it was helpfull: i got winXp sp3, jdk and jre 1.6 upd 12, netBeans 6.7.1 full. use only java.
Comment 1 Martin Entlicher 2009-08-03 11:21:42 UTC
Please attach full thread dump when NetBeans do not respond. We can not locate the problem without full thread dump.
Have a look at http://wiki.netbeans.org/GenerateThreadDump
Comment 2 dolgov 2009-08-03 13:30:32 UTC
Created attachment 85700 [details]
ThreadDump
Comment 3 dolgov 2009-08-03 13:31:54 UTC
there is a dump
Comment 4 Martin Entlicher 2009-08-04 15:12:00 UTC
You did not attach a thread dump, but messages.log file. Thread dump contains stack traces of all threads running in the
application. It's creation is described at http://wiki.netbeans.org/GenerateThreadDump.

This issue is very likely a duplicate of issue #169738.
Comment 5 dolgov 2009-08-05 06:38:12 UTC
in wiki just "Press Ctrl-Break in the command console you used to start the IDE", so i did it. there no info where i 
can find dump file (make wiki for noobs).
if this bug already fixed, there no reason to make a dump.
Comment 6 Martin Entlicher 2009-08-05 10:27:05 UTC
When you press Ctrl-Break in the command console you used to start the IDE, the full thread dump is printed into that
console. Just assure that the console have line buffer long enough so that the whole thread dump fits in.
You can also use jstack, StackTrace tool or VisualVM.

I can not say for sure that this issue is a duplicate of issue #169738 when I do not see the full thread dump. But since
this happens with 6.7.1 and we have more such reports, it's very likely that this really is the duplicate.

*** This issue has been marked as a duplicate of 169738 ***
Comment 7 dolgov 2009-08-06 08:36:00 UTC
Created attachment 85888 [details]
dump
Comment 8 dolgov 2009-08-06 08:43:49 UTC
now i hope this is a dump =)
Comment 9 Marian Mirilovic 2010-05-06 08:02:27 UTC
verified duplicate