[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 iso library bug?
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gm2 iso library bug? |
Date: |
Fri, 11 Nov 2011 17:38:56 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Steve Giess <address@hidden> writes:
> Dear Gaius,
>
> I encountered what I think is a bug when using the procedure Open from the iso
> library StreamFile. I found that Open worked correctly when the named input
> file existed. However when the file did not exist then an Abort trap was
> raised
> instead what I was expecting, namely: that the procedure would return 'a file
> not found' result.
>
> Here are the relevant programme, gm2 commands and screen output fragments:
>
>
> FROM StreamFile IMPORT ChanId, Open, read, Close, OpenResults;
>
> PROCEDURE Getstardata;
>
> VAR
>
> infile: ChanId;
> res : OpenResults;
> BEGIN
> Open(infile, "stardat.dat", read, res);
>
> IF res <> opened THEN WriteString ("Error opening my file");
>
> END;
> ......
>
> gm2 -flibs=iso,pim -g -c nbody1s-iso.mod
> gm2 -flibs=iso,pim -g -L/usr/X11R6/lib nbody1s-iso.mod -lX11
>
>
> fred-freds-power-mac-g4-agp-graphics:~/my_modula/nbody fred$ ./a.out
> Error opening my fileEXCEPTIONS.mod:57:3:IOChan: ChanId specified is invalid
> in
> RAISE
> Abort trap
> fred-freds-power-mac-g4-agp-graphics:~/my_modula/nbody fred$
>n
>
>
> This result was found using my G4 ppc 'Tiger' implementation. I also tried it
> on my Fedora i686, 32 bit implementation and got the same error message.
>
>
> Your thoughts please?
Hi Steve,
thanks for the report - yes at first glance it looks like a bug - I'll
investigate..
thanks,
Gaius
- Re: [Gm2] gm2 iso library bug?,
Gaius Mulley <=