bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [Bug-GnuCOBOL] Bug-GnuCOBOL Digest, Vol 6, Issue 2


From: Mickey White
Subject: Re: [Bug-GnuCOBOL] Bug-GnuCOBOL Digest, Vol 6, Issue 2
Date: Sat, 10 Jun 2017 17:11:57 -0500

One thing we noted on the goback, 
Goback returning zero did not work with 1.1  
We has to have:
Move zero to return-code
Goback

(goback had to be on single separate line)
James White

-----Original Message-----
From: Bug-GnuCOBOL
[mailto:address@hidden On Behalf Of
address@hidden
Sent: Saturday, June 10, 2017 11:00 AM
To: address@hidden
Subject: Bug-GnuCOBOL Digest, Vol 6, Issue 2

Send Bug-GnuCOBOL mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.gnu.org/mailman/listinfo/bug-gnucobol
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Bug-GnuCOBOL digest..."


Today's Topics:

   1. GOBACK bug on Ubuntu 16.04 LTS and Ubuntu 17.04 (Veit Heise)
   2. Re: Abortion error in EVALUATE VAR > 0 > 0 (Simon Sobisch)
   3. Re: GOBACK bug on Ubuntu 16.04 LTS and Ubuntu 17.04
      (Simon Sobisch)


----------------------------------------------------------------------

Message: 1
Date: Sat, 10 Jun 2017 13:41:54 +0200
From: Veit Heise <address@hidden>
To: address@hidden
Subject: [Bug-GnuCOBOL] GOBACK bug on Ubuntu 16.04 LTS and Ubuntu
        17.04
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

Hello Friends.

On my both installations of the latest stable version of GNU-cobol loaded
from sourceforge last week, I now have a sigint interrupt when reaching any
GOBACK statement... :-)

Thanks for notification.

--
*Veit Heise, Breslauer Str. 24, D-63477 Maintal, Germany*

Member of AFCEA - AFCEA Europe, Brussels, Chapter Bonn, Germany Member of
FREELENSE - Bundesverband der FotojournalistInnen e.V., Hamburg, Germany
Member of ACM - German Chapter of ACM, Munich, Germany

*Phone +49-6181-6108324, Cell +49-173-2440194*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.gnu.org/archive/html/bug-gnucobol/attachments/20170610/8973138
3/attachment.html>

------------------------------

Message: 2
Date: Sat, 10 Jun 2017 14:41:38 +0200
From: Simon Sobisch <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: [Bug-GnuCOBOL] Abortion error in EVALUATE VAR > 0 > 0
Message-ID: <address@hidden>
Content-Type: text/plain; charset=windows-1252

Thank you for reporting,

I can reproduce this with the latest development svn snapshot, too.
The bug is very old, tested with OC 1 and got the same error (a little less
pretty but it is the same).

Time for a final fix :-)

I'll ask Ron to check this.
Thank you for reporting!

Simon

Am 09.06.2017 um 13:44 schrieb Harald Cordes | ITGAIN:
>        identification division.
> 
>        program-id. crash.
> 
>        data division.
> 
>        working-storage section.
> 
>        01 Wert  PIC S999 value 123.
> 
>        procedure division.
> 
>        main.
> 
>             evaluate Wert
> 
>                      greater zero
> 
>                      greater zero
> 
>             when true
> 
>                 display "what is it?"
> 
>             end-evaluate.
> 



------------------------------

Message: 3
Date: Sat, 10 Jun 2017 15:00:39 +0200
From: Simon Sobisch <address@hidden>
To: address@hidden
Cc: Veit Heise <address@hidden>
Subject: Re: [Bug-GnuCOBOL] GOBACK bug on Ubuntu 16.04 LTS and Ubuntu
        17.04
Message-ID: <address@hidden>
Content-Type: text/plain; charset=windows-1252

I can't reproduce this with current development version.
I assume you refer to "GnuCOBOL 1.1"?

In this case (where I still wonder why this happens) just wait for the 2.2rc
(comes within the next days).

If not: please provide cobc --info && cobcrun --info together with a minimal
program and the command line used to invoke it.

Simon

Am 10.06.2017 um 13:41 schrieb Veit Heise:
> Hello Friends.
> 
> On my both installations of the latest stable version of GNU-cobol 
> loaded from sourceforge last week, I now have a sigint interrupt when 
> reaching any GOBACK statement... :-)
> 
> Thanks for notification.
> 
> --
> *Veit Heise, Breslauer Str. 24, D-63477 Maintal, Germany*
> 
> Member of AFCEA - AFCEA Europe, Brussels, Chapter Bonn, Germany Member 
> of FREELENSE - Bundesverband der FotojournalistInnen e.V., Hamburg, 
> Germany Member of ACM - German Chapter of ACM, Munich, Germany
> 
> *Phone +49-6181-6108324, Cell +49-173-2440194*



------------------------------

Subject: Digest Footer

_______________________________________________
Bug-GnuCOBOL mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-gnucobol


------------------------------

End of Bug-GnuCOBOL Digest, Vol 6, Issue 2
******************************************




reply via email to

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