Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA06432; Fri, 30 Jun 89 21:58:28 EDT
From: <bgardner@ATHENA.MIT.EDU>
Received: by ATHENA.MIT.EDU (5.45/4.7) id AA21924; Fri, 30 Jun 89 21:58:20 EDT
Received: by PINK.MIT.EDU (5.60/4.7) id AA24406; Fri, 30 Jun 89 21:58:11 EDT
Date: Fri, 30 Jun 89 21:58:11 EDT
Message-Id: <8907010158.AA24406@PINK.MIT.EDU>
To: jbs@ATHENA.MIT.EDU
Subject: more vis saber, on death in ruleprint.c
Cc: bgardner@ATHENA.MIT.EDU


run testrules
Executing: a.out testrules

----------------
"/mit/lens/src/working/src/ruleprint.c":201, Alruleprint_actions(), Undefined va
lue (Warning #58)
   200:   temp_buf = (char *)Memory_allocate(1000);
 * 201:   temp_buf[char_count] = '\0';
   202:
Using auto variable Alruleprint_actions`char_count which has not been set.

----------------
"/mit/lens/src/working/src/ruleprint.c":201, Alruleprint_actions(), Array index
(Error #73)
   200:   temp_buf = (char *)Memory_allocate(1000);
 * 201:   temp_buf[char_count] = '\0';
   202:
Illegal array index -1077952577 into allocated data at <0x29c850>.  Maximum arra
y index is 999.
Saber internal (evaluation) error (signal 11, Segmentation fault).
 (internal location 0x1289b, 0x7fffe870)
Trying to abort.

Aborting.
Resetting to top level.
