--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Tue Oct 11 06:22:53 1994
--* Received: from yktvmv-ob.watson.ibm.com by asharp.watson.ibm.com (AIX 3.2/UCB 5.64/930311)
--*           id AA20066; Tue, 11 Oct 1994 06:22:53 -0400
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 3323; Tue, 11 Oct 94 06:22:59 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.THEMOS.NOTE.YKTVMV.9937.Oct.11.06:22:59.-0400>
--*           for asbugs@watson; Tue, 11 Oct 94 06:22:59 -0400
--* Received: from ben.britain.eu.net by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Tue, 11 Oct 94 06:22:56 EDT
--* Received: from iec.co.uk by ben.britain.eu.net via JANET with NIFTP (PP)
--*           id <g.02211-0@ben.britain.eu.net>; Tue, 11 Oct 1994 11:22:40 +0100
--* From: Theodore Thomas Tsikas <themos@num-alg-grp.co.uk>
--* Message-Id: <10488.9410111018@nags2.nag.co.uk>
--* Received: from co.uk (nags8) by nags2.nag.co.uk (4.1/UK-2.1) id AA10488;
--*           Tue, 11 Oct 94 11:18:13 BST
--* Subject: seg viol when interpreting FOAM
--* To: asbugs@watson.ibm.com
--* Date: Tue, 11 Oct 1994 11:19:40 +0000 (GMT)
--* Cc: themos@num-alg-grp.co.uk (Theodore Thomas Tsikas)
--* Mime-Version: 1.0
--* Content-Type: text/plain; charset=US-ASCII
--* Content-Transfer-Encoding: 7bit
--* Content-Length: 348

--@ Fixed  by:  PI   Fri Jan 13 13:19:36 EST 1995 
--@ Tested by:  none 
--@ Summary:    Fixed dead variable elimination interaction with the foam interpreter. 

Hello

Please cancel a previous mail about this ; I did not get the detealis right.

The problem occurs when running the code  that tests Stack in
doc/UsrGuide/samples/stack.as

asharp -gloop
%1 >> #include "stack"
%2 >> s:Stack SingleInteger:=empty()
segmentation violation

but
asharp -Q0 -gloop works

The SIGSEGV signals occurs in dvElim.

 
