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 42740 - HtmlRenderer assertion error breaks commit validation
Summary: HtmlRenderer assertion error breaks commit validation
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ tboudreau
URL: http://nbbuilder.czech.sun.com:8080/n...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-05-03 20:07 UTC by Jesse Glick
Modified: 2008-12-22 15:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Assertion error (3.77 KB, text/plain)
2004-05-03 20:09 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-05-03 20:07:19 UTC
After your HTML renderer integration, the
continuous build began failing in commit
validation. Reproducible on my machine, too.

Looking at messages.log (in user dir; not
available on nbbuilder), I see assertion errors
like the attached. It seems
ValidateLayerConsistencyTest.testInstantiateAllInstances
is trying to deserialize top components from off
EQ. Maybe this is a bug in the test, I don't know.
Comment 1 Jesse Glick 2004-05-03 20:09:36 UTC
Created attachment 14673 [details]
Assertion error
Comment 2 Jesse Glick 2004-05-03 20:10:45 UTC
Probably the test should runInEQ(). And/or the HtmlRenderer should
print a stack trace but not throw a hard error (yet). And/or
ResultView and friends should init their GUI in Mutex.EVENT.writeAccess.
Comment 3 _ ttran 2004-05-04 21:05:30 UTC
Tim, you already fixed this bug.  Correct?
Comment 4 _ tboudreau 2004-05-05 00:35:20 UTC
Yup, sorry for not closing.
Comment 5 Marian Mirilovic 2004-06-30 09:02:30 UTC
verified