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 38865 - [JDK1.5.0] Dev build mounting error under java 1.5
Summary: [JDK1.5.0] Dev build mounting error under java 1.5
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2004-01-15 21:35 UTC by levmatta
Modified: 2008-12-22 17:05 UTC (History)
0 users

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 levmatta 2004-01-15 21:35:35 UTC
Ide crashes when mounting sources with java 1.5 
enhancements (this can be a jvm bug), but I 
can't release more information. This should be 
foreward compatible.

Fortunally, you can reproduce it since java 
1.5.0b30 is publicly available.
I'm sending this error to the CAP program people.
Comment 1 _ tboudreau 2004-01-16 01:43:13 UTC
Could you attach your ide.log file?  

Also, does the JVM just die, or does something just go wrong with the
IDE?  If the JVM crashes, it's a Java bug, and the CAP folks are the
right ones to report it to.
Comment 2 levmatta 2004-01-16 12:10:06 UTC
Yes, I crashes completely. So I do beleive that the jvm is a major 
part of the problem, but I also think that it has to do with 
netbeans because it is totaly stable with every thing else.

Please give me some time to see if I can release the logs that you 
need. Meanwhile, you could try it with jvm 1.5.0b30 at 
http://java.sun.com/developer/earlyAccess/j2sdk150_alpha/ 

A apologize if this turns out to have nothing to do with netbeans.
Thanks.
Comment 3 _ tboudreau 2004-01-23 20:21:59 UTC
I'm closing this issue as invalid - that doesn't mean it isn't real, just that the bug is in 
the JDK - there's nothing Java code should ever be able to do that will crash the JVM - 
anything that does is a bug.

BTW, often this sort of thing is a video driver problem - Swing uses directdraw, which 
will directly access video drivers.  You may want to make sure you have the latest 
video drivers for your system and see if the problem disappears.

If you have filed a bug with the JDK team, please pass along the issue number so I can 
track it (email it to me if you don't want to post it here - tboudreau@sun.com)
Comment 4 Marian Mirilovic 2004-03-18 07:31:40 UTC
verified