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 166922 - java.lang.AssertionError in SyntaxTree.java:71
Summary: java.lang.AssertionError in SyntaxTree.java:71
Status: RESOLVED DUPLICATE of bug 166966
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 14:16 UTC by Jan Jancura
Modified: 2009-06-19 10:36 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (2.60 KB, text/plain)
2009-06-11 14:18 UTC, Jan Jancura
Details
Stack Trace -- Generated while reporting Out Of Memory Exception. First of continuous loop of exceptions. (2.81 KB, text/plain)
2009-06-16 18:46 UTC, esmithbss
Details
Full Log Of NB run resulting in loop of assertion errors. Cancelled (instead of reporting) after 4th assertion error. (101.29 KB, text/plain)
2009-06-16 18:49 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Jancura 2009-06-11 14:16:25 UTC
Just open "java.source" module in latest trunk version of nb.
Comment 1 Jan Jancura 2009-06-11 14:18:37 UTC
Created attachment 83448 [details]
exception
Comment 2 Marian Mirilovic 2009-06-11 14:48:58 UTC
not reproducible in NB 6.7 
Comment 3 Petr Jiricka 2009-06-11 15:52:41 UTC
The code in the stack trace (e.g. the entire SyntaxParserResult class) was added my Marek Fukala into trunk on June 4,
so this is different code than 6.7, and this bug is really not applicable to 6.7. 
Comment 4 esmithbss 2009-06-16 18:46:56 UTC
Created attachment 83651 [details]
Stack Trace -- Generated while reporting Out Of Memory Exception.  First of continuous loop of exceptions.
Comment 5 esmithbss 2009-06-16 18:49:03 UTC
Created attachment 83652 [details]
Full Log Of NB run resulting in loop of assertion errors.  Cancelled (instead of reporting) after 4th assertion error.
Comment 6 esmithbss 2009-06-16 18:54:40 UTC
I just attached the log from my NB run where I loaded 2 Ruby On Rails applications and had the system generate an OOME
followed by the AssertionError loop.  I cancelled reporting after the 3rd loop iteration (4 stack-dumps generated).

After cancelling AssertionError loop, (log file:935)  System logged a stack integrity violation on method exit.

Following this, required 20 minutes to shut down NetBeans.  Last line of log file is very telling on performance:

     INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 88 source roots took:
568308 ms

It should never take 9-1/2 minutes to index 2 Rails projects (which appears to be why I couldn't close NetBeans).

Comment 7 Marek Fukala 2009-06-19 10:36:17 UTC

*** This issue has been marked as a duplicate of 166966 ***