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 34073 - Closing NetBeans 3.5 RC3 causes Windows 2000 to reboot
Summary: Closing NetBeans 3.5 RC3 causes Windows 2000 to reboot
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-31 07:59 UTC by nguyenq
Modified: 2008-12-22 16:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (26.20 KB, text/plain)
2003-05-31 08:00 UTC, nguyenq
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nguyenq 2003-05-31 07:59:27 UTC
Upon launching NetBeans, java.lang.OutOfMemoryError was 
thrown. Closing NetBeans 3.5 RC3 caused Windows 2000 to 
reboot.
Comment 1 nguyenq 2003-05-31 08:00:37 UTC
Created attachment 10546 [details]
ide.log
Comment 2 mslama 2003-06-02 08:58:08 UTC
It seems these are 2 problems in one report:

1.OutOfMemory: I cannot say what could casue this. Try to increase
maximum heap size in ide.cfg - parameter -J-Xmx default is 96m:
-J-Xms64m -J-Xmx128m

2.Second problem crash is probably caused by graphics driver. Please
try to upgrade your graphics driver or use
-J-Dsun.java2d.noddraw=true. It is known problem with JDK 1.4.1 on
Windows.
Comment 3 mslama 2003-06-02 10:38:11 UTC
In JDK 1.4.1_02 problem with crashing should be solved.
Comment 4 nguyenq 2003-06-02 17:13:02 UTC
The system is running JDK 1.4.1_02 and the ATI Radeon 
graphic card has the latest driver update. I noticed that, 
before the video driver update, the same system had 
consistently froze during the middle of NetBeans running; 
and this problem happened so frequently that it made 
impossible to use NetBeans. The driver update did improve 
by eliminating the system freeze problem.

I reverted to NetBeans 3.5 Beta; that eliminated the 
OutOfMemory problem. However, it still reboots system upon 
closing NetBeans.
Comment 5 mslama 2003-06-03 08:41:53 UTC
Please try command line switch -J-Dsun.java2d.noddraw=true as
mentioned above. You can add it to ide.cfg. It was reported it solved
such crash of OS.
Comment 6 Marian Mirilovic 2003-07-24 14:39:08 UTC
closing.