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: Gaius Mulley
Subject: Re: [Gm2] ISO Strings Append seg fault
Date: 24 Oct 2008 12:46:25 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Scott Iverson <address@hidden> writes:

> 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
> 

Hi Scott,

many thanks for the error report - now fixed in the cvs,

regards,
Gaius




reply via email to

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