Hi,
I've run into a problem with the Append function in the ISO Strings
module. The
compiled binary of the following simple test seg faults on execution:
MODULE test;
IMPORT Strings;
VAR
defs : ARRAY [0..2047] OF CHAR;
BEGIN
defs[0]:=CHR(0);
Strings.Append("this is a test",defs);
END test.
Compiled with
gm2 -fiso -I. -fmakeall -o test test.mod
Running on Red Hat 4 Enterprise Linux, 64-bit.
-Scott
--
Scott Iverson
SiTex Graphics
www.sitexgraphics.com
_______________________________________________
gm2 mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gm2