Activity for Artie A

  • Artie A Artie A posted a comment on ticket #533

    Simon how do I get access to re-branch?

  • Artie A Artie A posted a comment on ticket #533

    Thanks so much for doing the test. What version of VBISAM are you using?? 2.0.1 I made the same changes to file-status and record size but it still failed on my PC. I guess it is a win 10/cobc problem with VBISAM. A little history. I am converting an POS/AR package written MF DOS cobol 16bit from 1993 to run on win10 PCs. OC using BDB works except for 2 problems. The locking msg problem which I got around by not doing unlocks but close the file then re-opening and use a START to get back where I...

  • Artie A Artie A posted a comment on ticket #533

    Thanks for testing it on Linux. I put in your changes and I still get the error msg BDB2056 DB_LOCK->lock_put: Lock is no longer valid. I think it is a problem with running cobc & BDB on a win 10 32bit PC. I reported bug 534 get sigsegv fault on a READ NEXT using VBISAM. The program runs fine with BDB Could do me a big favor and test bug 534 on your Linux box if possible. I get this TESTVSAM.CBl: 282: attempt to reference unallocated memory (signal SIGSEGV) libcob: TESTVSAM.CBl:282: warning: implicit...

  • Artie A Artie A posted a comment on ticket #533

    I did more testing using REWRITE WITH LOCK and it failed too when I do the CLOSE. Currently my programs do not do any UNLOCK statements. After 100 locks are done I close the file and re-open and do a START at the last record that was re-written. Here is a new version of the program that fails.

  • Artie A Artie A posted a comment on ticket #533

    Thanks for looking at it so quickly. I do run with a few environment flags set. DB_HOME is one I set to my ISAM data folder. The OC manual says you must have this set for locks to work. I am using the same BDB version as Arnold ISAM handler : BDB, version 6.232 I would leave the return status as "00". You are correct that the msg is display when you close the file if you did a unlock statement when no locks were active. My old MF 1993 compiler didn't have "REWRITE "with LOCK option " but would keep...

  • Artie A Artie A posted a comment on ticket #533

    I have attached the BDBLOCK test program. Just compile it and run. It deletes the isam file first then builds it with 2 records. Then it closes the file open, locks the first record. Next it does a rewrite on the record without lock. Which causes the BDB2056 DB_LOCK->lock_put on errout device when i do the UNLOCK. OC should throw away the error msg like VBISAM does since I am trying to remove locks anway. The BDB version is the one that Arnold built for GCR3.0 C:\POS\psale>db_stat -d BDBISAM Fri...

  • Artie A Artie A created ticket #537

    cobc got sigsegv fault when FD name missing in SELECT statement

  • Artie A Artie A posted a comment on ticket #531

    Thanks for your good eyesight. Line 183 should be DISPLAY "OK" AT 0530. I am willing to help in anyway. Is there a quick way to turn on VBISAM debug and a C trace through OC fileio.c The strange thing with VBISAM is the .IDX file has the data and the keys are in the .DAT Artie From: Simon Sobisch Sent: Thursday, June 28, 2018 6:40 AM To: [open-cobol:bugs] Subject: [open-cobol:bugs] Re: #531 Open extend has errors Hi Artie, thank you for all the tickets with reasonable test sources you created against...

  • Artie A Artie A posted a comment on ticket #531

    After looking at bug # 361, I decide to change the test progran to use select optional on my workfile. Now I get a sigsegv error when I try to do a open extend with a non-existing folder.

  • Artie A Artie A posted a comment on ticket #535

    This test was done on a Windowsm 10 using Arnold's MGW GC30 RC1 downloads.

  • Artie A Artie A created ticket #535

    VBISAM data record size error on variable length record

  • Artie A Artie A posted a comment on ticket #534

    This bug failed on a Window 10 using Arnold's MGW downloads for GC30 RC1 with VBISAM.

  • Artie A Artie A created ticket #534

    VBISAM SEGSEGV doing a READ NEXT

  • Artie A Artie A posted a comment on ticket #533

    Or do what MF cobol does an ignore the unlock condition since you are trying to unlock the record anyway.

  • Artie A Artie A created ticket #533

    BDB unlock record display BDB2056 DB_LOCK->lock_put on errout device

  • Artie A Artie A created ticket #532

    Very slow loading BDB ISAM database using non-unique alternate keys

  • Artie A Artie A posted a comment on ticket #531

    I am using Arnold Trembley MGW32 OC RC1 package on a window 10 PC. Problems are the same using BDB or VBISAM.

  • Artie A Artie A posted a comment on ticket #531

    Temp fix for problem 1 is to do a OPEN OUTPUT. Temp fix for problem 2 is to do a OPEN OUTPUT. There is no fix for problem 3 other than terminate the program.

  • Artie A Artie A created ticket #531

    Open extend has errors

  • Artie A Artie A posted a comment on ticket #131

    Yes there are all NAPS2.Console.exe. They seem to be waiting on something because...

  • Artie A Artie A posted a comment on ticket #131

    No error.log was created.

  • Artie A Artie A created ticket #131

    NAPS Console hangs

1