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 174935 - [68cat] StackOverflowError at sun.awt.X11.XErrorEvent.<init>
Summary: [68cat] StackOverflowError at sun.awt.X11.XErrorEvent.<init>
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 21:50 UTC by jasondonmoyer
Modified: 2010-05-07 10:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160446


Attachments
stacktrace (71.02 KB, text/plain)
2009-10-19 21:50 UTC, jasondonmoyer
Details
stacktrace (66.02 KB, text/plain)
2010-05-07 10:23 UTC, chrislundin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasondonmoyer 2009-10-19 21:50:01 UTC
This issue was originally marked as duplicate of issue 157048, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 200910170201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, amd64

User Comments:
jasondonmoyer: created a new well formed xml document in my project tree



Stacktrace: 
java.lang.StackOverflowError
        at sun.awt.X11.XErrorEvent.<init>(XErrorEvent.java:20)
        at sun.awt.X11.XToolkit.GlobalErrorHandler(XToolkit.java:131)
        at sun.awt.X11.XlibWrapper.CallErrorHandler(XlibWrapper.java:0)
        at sun.awt.X11.XToolkit.SAVED_ERROR_HANDLER(XToolkit.java:125)
        at sun.awt.X11.XToolkit.GlobalErrorHandler(XToolkit.java:136)
        at sun.awt.X11.XlibWrapper.CallErrorHandler(XlibWrapper.java:0)
Comment 1 jasondonmoyer 2009-10-19 21:50:06 UTC
Created attachment 89710 [details]
stacktrace
Comment 2 chrislundin 2010-05-07 10:23:35 UTC
Created attachment 98613 [details]
stacktrace