bug-gnucobol
[Top][All Lists]
Advanced

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

[Bug-GnuCOBOL] An other new bug today


From: Veit Heise
Subject: [Bug-GnuCOBOL] An other new bug today
Date: Wed, 8 May 2019 16:02:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hello,

my cobol-compiler 3.0 rc1 reports this:
address@hidden:~/source/cobol$ cob prog01 prog01.cob

attempt to reference unallocated memory (signal SIGSEGV)

cobc: aborting compile of ./include/fd-files.cpy at line 19 (PROGRAM-ID: PROG01)
cobc: Please report this!

The cob-script is:
#!/bin/bash
#set -x
export COB_SET_TRACE=TRUE
export COB_TRACE_FILE=$HOME/source/cobol/mytrace.$$
export COB_DUMP_FILE=$HOME/source/bin
export COB_LOAD_CASE=UPPER
export COB_PHYSICAL_CANCEL=TRUE
export COB_LS_FIXED=FALSE
export COB_SCREEN_ESC=TRUE
rm -f ~/source/bin/$1 yyy.cob
cobc -x -free -O2 -o ~/source/bin/$1 -I ./include -I ./inc-file -I ./screen -ffold-copy=LOWER \
     -fintrinsics=ALL -L ~/source/bin $2 $3 $4 $5 $6 $7 $8 $9
if [ -f ~/source/bin/$1 ]; then
   ls -hl ~/source/bin/$1 ;
   rm -rf Y
fi
cd ~/source/cobol
rm -rf Y trace.txt *.o xxx *.i *.so *.c *.c.* __db.

The source-files to this bug are listet in the following manner:

~/source/cobol/prog01.cob
~/source/cobol/include/...*.cpy
~/source/cobol/screen/....*.cpy

collected into prog01.tgz in the attachment. Have a look please

Thankyou with regards
Veit

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

New Web-Portal: Steinchens Blog

Member of AFCEA - Armed Forces Communication and Electronics Association Europe, Brussels, Chapter Bonn, Germany
Member of FREELENSE - Bundesverband der FotojournalistInnen e.V., Hamburg, Germany
Member of ACM - German Chapter of ACM, Munich, Germany
Member of DARC - Deutscher Amateur Radio Club e.V., Baunatal, OV 75: Schöneck, Callsign: DK2VH
Member of Dysmelien e.V., Maintal

Phone +49-6181-3698511 or 6108324

Attachment: prog01.tgz
Description: application/compressed-tar


reply via email to

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