PR# 16556 Adding new generic derivation of class with agent call on attribute causes execution seg fault

Problem Report Summary
Submitter: prestoat2000
Category: Compiler
Priority: Medium
Date: 2010/01/13
Class: Bug
Severity: Serious
Number: 16556
Release: 6.5.81777
Confidential: No
Status: Open
Responsible:
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 new generic derivation of class with agent call on attribute causes execution seg fault

Description
A system has a generic class with a routine that constructs and calls an agent
on an attribute of the generic type G.  There is one generic derivation, with
actual generic DOUBLE.  A frozen system executes correctly.  But when a
new generic derivation (of a reference type) is added and the routine with the
agent is called and the system is melted, system execution ends with a 
seg fault.  Freezing the system then causes execution to produce the correct
result.

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