PR# 16912 Executing many inherited once-per-object routines crashes in finalized system
Problem Report Summary
Submitter: prestoat2000
Category: Compiler
Priority: Medium
Date: 2010/06/25
Class: Bug
Severity: Serious
Number: 16912
Release: 6.6.83355
Confidential: No
Status: Closed
Responsible: jfiat_es
Environment: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.9.0.10) Gecko/2009042715 Firefox/3.0.10
Solaris 10 on SPARC
Synopsis: Executing many inherited once-per-object routines crashes in finalized system
Description
Executing many once-per-object routines inherited from two different parents crashes with finalized code. Melted and frozen code do not crash and give the expected result. I assume this is the same bug as the one I reported previously where the results were wrong. This test case shows that the finalized code can actually crash when executed. Added eweasel test once008 for this bug.
To Reproduce
Run eweasel test once008.
Problem Report Interactions
Seems to be fixed in rev 83946, since test once008 passes.