gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] ISO Strings Append seg fault


From: Michael Lambert
Subject: Re: [Gm2] ISO Strings Append seg fault
Date: Fri, 24 Oct 2008 06:48:42 -0400

I do see the same behavior on Mac OS X Intel.

Michael

On 23 Oct 2008, at 21:15, Scott Iverson wrote:

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]