--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Tue Oct 12 12:06:48 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA18008; Tue, 12 Oct 1993 12:06:48 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 6951; Tue, 12 Oct 93 12:12:59 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.THEMOS.NOTE.YKTVMV.4831.Oct.12.12:12:58.-0400>
--*           for asbugs@watson; Tue, 12 Oct 93 12:12:59 -0400
--* Received: from ben.britain.eu.net by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Tue, 12 Oct 93 12:12:57 EDT
--* Received: from num-alg-grp.co.uk by ben.britain.eu.net via JANET
--*           with NIFTP (PP) id <sg.21947-0@ben.britain.eu.net>;
--*           Tue, 12 Oct 1993 17:05:25 +0100
--* From: Theodore Tsikas <themos@num-alg-grp.co.uk>
--* Date: Tue, 12 Oct 93 16:59:57 BST
--* Message-Id: <17301.9310121559@nags2.nag.co.uk>
--* Received: from co.uk (nags8) by nags2.nag.co.uk (4.1/UK-2.1) id AA17301;
--*           Tue, 12 Oct 93 16:59:57 BST
--* To: asbugs@watson.ibm.com
--* Subject: -v flag core dumps with multiple files (v31.0)

--@ Fixed  by: SMW Wed Oct 13 12:56:34 1993
--@ Tested by: multi.sh
--@ Summary:   Modified stoInit to record stack base so putenv doesn't mess up environ ptr

Hello

The -v option misbehaves with multiple files. The following
(in the samples directory) works without the -v option


Themos



---------------- (on AIX 3.1)

nagrs1:themos 171>asharp -v *.as
A# version 31.0 for AIX RS/6000 (debug version)

array.as:
 [GC: (Error) Program fault (segmentation violation).

---------------- (on SunOs 4.1.2)

nags8:themos 84>asharp -v *.as
A# version 31.0 for SPARC (debug version)

array.as:
 [GC: marked 43000 (+ 84 free), swept  12186.]
              ld in sc sy li pa ma ab ck sb ti gf of pb pl pc po mi
 Time   7.8s   0  1  1  1  1  1 .6 .6 .2  3 49  5  2  2  0  0  0 28 %
 Alloc 2541K   0 .4  1 .0  1  1  1 .4 .0  4 79  6 .5  2  0 .0 .0 .0 %
 Free   561K   0 .1 .0 .0  8 .5  3  1 .0  6 39  4  6 10  0 .0  0 18 %
 GC     516K   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0100 %
 Store 1499K : 2576K alloc - 561K free - 516K gc  (2320K pool)
 Source 370L : 2846 lines per minute
(Fatal Error) Storage allocation error (using non-allocated space).



 
