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 17265 - java.lang.StackOverflowError on startup with IBM JDK 1.3.0
Summary: java.lang.StackOverflowError on startup with IBM JDK 1.3.0
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-02 23:03 UTC by atleta
Modified: 2008-12-23 00:22 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 atleta 2001-11-02 23:03:31 UTC
This version (3.2.1) or the IDE crashes at startup if I try to run it with the
IBM JDK 1.3.0. under Linux. (It is a Debian Potato 2.2r3 system with Linux
kernel version 2.2.19) However it runs with the Sun (HotSpot) VM 1.3 on the same
system.

The previous version of the IDE (3.2) worked fine on this system with this IBM JVM.

Here is the console log:

Using /home/atleta/nbuser32 as user directory...
-- System Info ----------------------------------------------------------------
  Product Version       = NetBeans IDE 3.2.1, Release Candidate 2 (Build 89)
  IDE Versioning        = IDE/1 spec=1.2.2 impl=89
  Operating System      = Linux version 2.2.19 running on x86
  Java; VM; Vendor      = 1.3.0; Classic VM 1.3.0; IBM Corporation
  Java Home             = /usr/lib/ibm-java/j2sdk1.3/jre
  System Locale         = en
  JIT                   = jitc
  Home Dir; Current Dir = /home/atleta; /home/atleta
  IDE Install; User Dir = /usr/lib/netbeans; /home/atleta/nbuser32
  CLASSPATH             =
/usr/lib/netbeans/lib/patches/openide-compat.jar:/usr/lib/netbeans/lib/ext/jaxp.jar:/usr/lib/netbeans/lib/ext/jh.jar:/usr/lib/netbeans/lib/ext/jpython.jar:/usr/lib/netbeans/lib/ext/parser.jar:/usr/lib/netbeans/lib/ext/regexp.jar:/usr/lib/netbeans/lib/ext/rmi-ext.jar:/usr/lib/netbeans/lib/ext/sax2.jar:/usr/lib/netbeans/lib/ext/servlet.jar:/usr/lib/netbeans/lib/ext/xerces.jar:/usr/lib/netbeans/lib/core.jar:/usr/lib/netbeans/lib/openide-fs.jar:/usr/lib/netbeans/lib/openide-nodes.jar:/usr/lib/netbeans/lib/openide-util.jar:/usr/lib/netbeans/lib/openide.jar:/usr/lib/ibm-java/j2sdk1.3/lib/dt.jar:/usr/lib/ibm-java/j2sdk1.3/lib/tools.jar
-------------------------------------------------------------------------------


java.lang.StackOverflowError
        at org.apache.xerces.utils.StringPool.ensureCapacity(StringPool.java:169)
        at org.apache.xerces.utils.StringPool.addSymbol(StringPool.java:388)
        at org.apache.xerces.utils.StringPool.<init>(StringPool.java:134)
        at org.apache.xerces.framework.XMLParser.<init>(XMLParser.java:200)
        at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:164)
        at org.apache.xerces.jaxp.SAXParserImpl.<init>(SAXParserImpl.java:103)
        at
org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:96)
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:75)
        at org.openide.xml.XMLUtil.createXMLReader(XMLUtil.java:43)
        at org.openide.loaders.XMLDataObject.<clinit>(XMLDataObject.java:1088)
        at org.netbeans.core.NbTheme.parseTheme(NbTheme.java:110)
        at org.netbeans.core.NbTheme.<init>(NbTheme.java:90)
        at org.netbeans.core.Main.run(Main.java:114)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:274)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
        at java.lang.Thread.run(Thread.java:498)
Comment 1 _ ttran 2001-11-04 09:37:57 UTC
this is a bug in IBM JVM.  In NetBeans 3.3 we have a workaround for it.
Comment 2 Quality Engineering 2003-07-01 16:06:46 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:22:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.