[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] ISO Strings Append seg fault
From: |
Scott Iverson |
Subject: |
[Gm2] ISO Strings Append seg fault |
Date: |
Thu, 23 Oct 2008 21:15:11 -0400 |
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] ISO Strings Append seg fault,
Scott Iverson <=