PR# 17270 Adding attributes to class with once-per-object functions causes execution seg fault

Problem Report Summary
Submitter: prestoat2000
Category: Compiler
Priority: Medium
Date: 2011/01/10
Class: Bug
Severity: Serious
Number: 17270
Release: 6.7.85123
Confidential: No
Status: Open
Responsible: manus_eiffel
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: Adding attributes to class with once-per-object functions causes execution seg fault

Description
A system has a generic class TEST2 with some once-per-object functions.  This
class is inherited by a child class.  After initial compilation, some
attributes are added to TEST2 and the system is recompiled.  The resulting
system seg faults when executed.

Added test incr406 for this incrementality bug.
To Reproduce
Run eweasel test incr406.
Problem Report Interactions