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: f7344,9f962420409609b9,start X-Google-Attributes: gidf7344,public X-Google-Thread: 103376,9f962420409609b9,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/09/05 Message-ID: #1/1 X-Deja-AN: 178681830 organization: ELCA Matrix SA newsgroups: comp.lang.ada,comp.os.vms Date: 1996-09-05T00:00:00+00:00 List-Id: Hi, (I have already posted this question a few months ago, when Charlie and other DEC Ada people were not reading this newsgroups. Maybe I'll be luckier this time :-) 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 or 3.3. 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