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 190932 - Blue Screen when pressing stop-button in output window
Summary: Blue Screen when pressing stop-button in output window
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 07:30 UTC by seppl
Modified: 2010-10-12 14:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description seppl 2010-10-12 07:30:21 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201007282301)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 14.3-b0

Processor is Intel Core 2 6700, 8 GB Ram
1. starting java application out of netbeans IDE
2. trying to stop the application via the stop button of the output-window
3. getting blue screen and an automatic reboot

Procedure does not always result in this error
Comment 1 Marian Mirilovic 2010-10-12 12:29:03 UTC
Do you have any log file ?
Comment 2 Petr Nejedly 2010-10-12 14:56:53 UTC
Well, this is clearly an OS level issue. No app should be able to crash the OS, the less a JVM-based one.
But we're living in an imperfect world and many problems come from bad graphics card drivers and the likes. You can try mitigate the problem using  -J-Dsun.java2d.noddraw=true startup option.
You can also try updating the JVM and the drivers.

I hope this helps, I can't do much more for you on this kind of problem.