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 44132 - Freeze when trying to switch to Local Variables tab
Summary: Freeze when trying to switch to Local Variables tab
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2004-06-01 21:47 UTC by Jesse Glick
Modified: 2006-07-28 15:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (22.14 KB, text/plain)
2004-06-01 21:48 UTC, Jesse Glick
Details
Thread dump (19.18 KB, text/plain)
2004-07-21 20:23 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-01 21:47:50 UTC
Current dev build. Was in the middle of a
debugging session. Click on Local Variables tab,
and IDE froze. Note: had toString() column showing.

No idea how to reproduce, but from looking at the
thread dump it is clear the debugger module is at
fault - should never block the event thread
waiting for a response from a remote VM!
Comment 1 Jesse Glick 2004-06-01 21:48:20 UTC
Created attachment 15408 [details]
Thread dump
Comment 2 Jan Jancura 2004-06-02 09:20:29 UTC
I do not see deadlock there, but we should call evaluation in
different thread and do not wait on results, probably.
Comment 3 Jesse Glick 2004-06-02 22:01:32 UTC
Sorry, not a deadlock as such.
Comment 4 Jan Jancura 2004-07-20 14:49:42 UTC
We have changed threading in expression evaluator, and I am not able
to reproduce this bug any longer. I hope its fixed.
Feel free to reopen it in the case of problems.
Comment 5 Jesse Glick 2004-07-21 20:23:36 UTC
Created attachment 16372 [details]
Thread dump
Comment 6 Jesse Glick 2004-07-21 20:24:44 UTC
I got another freeze using a 040720 (custom) dev build (just
attached). Not clear from your description when you made this change.
If you made it more than a day or so before your comment, then it
didn't work.
Comment 7 Max Sauer 2005-07-11 13:22:55 UTC
Jesse, please verify this issue, thanks.
Comment 8 Jiri Kovalsky 2006-07-28 15:31:23 UTC
Okay, verifying the issue on behalf of Jesse.