From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,80a5fb2f94fa2475,start X-Google-Attributes: gid103376,public From: Mats.Weber@elca-matrix.ch (Mats Weber) Subject: DEC Ada on AXP: Program_Error in task terminations Date: 1996/04/12 Message-ID: #1/1 X-Deja-AN: 147141351 organization: ELCA Matrix SA newsgroups: comp.lang.ada Date: 1996-04-12T00:00:00+00:00 List-Id: Hi, I get error messages like the following at the end of the execution of tasks in programs that I run on VMS/AXP compiled with DEC Ada v3.2. The program otherwise runs fine, the messages appear at the end of the program's execution, and the main program terminates without exception. The exact same program runs fine on VAX/VMS and UNIX (compiled with Rational/Verdix VADS). I have checked what "-LIB-F-BADBLOADR, bad block address" means: it can be a block of memory that is deallocated twice or that kind of thing. I have checked the program and I think it is free of that kind of error (I cannot prove it, though). Moreover, these errors are not systematic: some runs of the program do not produce any error messages at all. Has anybody else encountered the same problem ? %ADA-F-PROGRAM_ERROR, PROGRAM_ERROR -ADA-F-ERRONEOUS, Program is erroneous -LIB-F-BADBLOADR, bad block address %ADA-I-TASTERUNH, Task with ID %TASK 24 of type Elements_Manager_Type has termin ated due to unhandled exception %ADA-F-PROGRAM_ERROR, PROGRAM_ERROR -ADA-F-ERRONEOUS, Program is erroneous -LIB-F-BADBLOADR, bad block address %ADA-I-TASTERUNH, Task with ID %TASK 52 of type Kernel has terminated due to unh andled exception %ADA-F-PROGRAM_ERROR, PROGRAM_ERROR -ADA-F-ERRONEOUS, Program is erroneous -LIB-F-BADBLOADR, bad block address %ADA-I-TASTERUNH, Task with ID %TASK 291 of type Buffer_Type has terminated due to unhandled exception %ADA-F-PROGRAM_ERROR, PROGRAM_ERROR -ADA-F-ERRONEOUS, Program is erroneous -LIB-F-BADBLOADR, bad block address %ADA-I-TASTERUNH, Task with ID %TASK 375 of type Buffer_Type has terminated due to unhandled exception %ADA-F-PROGRAM_ERROR, PROGRAM_ERROR -ADA-F-ERRONEOUS, Program is erroneous -LIB-F-BADBLOADR, bad block address %ADA-I-TASTERUNH, Task with ID %TASK 424 of type Buffer_Type has terminated due to unhandled exception Thanks for any answers