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 93533 - GUI does not react to the mouse or keyboard
Summary: GUI does not react to the mouse or keyboard
Status: RESOLVED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-01-30 11:00 UTC by johnmuir
Modified: 2007-02-06 10:58 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Messages.log files for the last few days (28.05 KB, application/octet-stream)
2007-01-31 12:48 UTC, johnmuir
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnmuir 2007-01-30 11:00:19 UTC
After varying amounts of time the UI is not responsive to the mouse or keyboard.
CPU is at tick-over. The window controls min/max still work. 

I have just noticed typing this text, that my German keyboard is suddenly just
producing the standard US codes i.e. I type a Y but it comes out as a Z and vice
versa. This may or may not be a related bug.

I recently installed the support for European keyboards - maybe the baddie?
Comment 1 David Simonek 2007-01-31 11:50:50 UTC
I guess it may be some kind of performance problem, EQ waiting for some network
operations or I don't know what. Passing to perf guys.

Reporter please add more information - dump of stack traces for threads at the
moment when UI is not responsive. Messages.log file. Concerning keybord, I have
no clue what may be going on.
Comment 2 johnmuir 2007-01-31 12:48:47 UTC
Created attachment 37876 [details]
Messages.log files for the last few days
Comment 3 johnmuir 2007-01-31 12:55:04 UTC
Hi, I've created an attachment with the log files for the days in question. How
do I get "dump of stack traces for threads at the moment when UI is not
responsive" with Win XP Prof? A link to a troubleshooting page would do...

The issue with the keyboard also occurred subsequently without NetBeans - please
disregard this as a red herring.
Comment 4 Jiri Prox 2007-02-05 08:45:18 UTC
Guide to capturing threaddump:
http://qa.netbeans.org/bugzilla/generating-thread-dumps.html

It doesn't seem like NB issue to me, reporter please verify it in otheres java
application (demo application Nodepad can by used, it is located under JDK_HOME
directory). 
Comment 5 johnmuir 2007-02-06 10:18:44 UTC
It would be helpful if someone would answer my question: How do I get "dump of
stack traces for threads at the moment when UI is not responsive" with Win XP
Prof? A link to a troubleshooting page would do...

The error only happened once and is not reproducible. I only entered it in case
someone had an 'aha!' effect about it. I'll just close it now and if it occurs
often or becomes reproducible I'll open it again as a new bug.

Comment 6 David Simonek 2007-02-06 10:49:17 UTC
johnmuir, see the link mentioned above
http://qa.netbeans.org/bugzilla/generating-thread-dumps.html, it answers your
question. On Win it's doable by pressing Ctrl+Break on console window (run
nb.exe instead of netbeans.exe)
Comment 7 Jiri Prox 2007-02-06 10:58:37 UTC
You can also use the java web start application if you don't launch IDE from
console. The address of application is also mentioned on the linked page