comp.lang.ada
 help / color / mirror / Atom feed
From: reinert <reinkor@gmail.com>
Subject: raised PROGRAM_ERROR : XXXXXX finalize/adjust raised exception
Date: Sat, 6 May 2017 05:18:48 -0700 (PDT)
Date: 2017-05-06T05:18:48-07:00	[thread overview]
Message-ID: <21b617ac-563a-4bac-9e39-a179ed94a240@googlegroups.com> (raw)

Hi,

I got the following rare error message (when running my Ada program under debian - updated):


"raised PROGRAM_ERROR : cells.ads:43 finalize/adjust raised exception"


Line 43-50 in "cells.ads" is like this:

  type cell_observation_t is record
      id                  : cell_names1.target_t;
      state               : cell_state_t         := live;
      r, dr               : real_vector2d        := (0.0, 0.0);
      axis                : degree_t;
      children1           : cell_names1.cell_names_sets.set;
      pre_cell, next_cell : target_t             := cnil;
   end record;

Is there something obvious I should be aware of?

It seems hard for me to reproduce the error message. Looks almost like random error situation. I did google, and found something about Unbounded_String, but I cannot relate the error situation to this.

reinert


             reply	other threads:[~2017-05-06 12:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-06 12:18 reinert [this message]
2017-05-06 12:58 ` raised PROGRAM_ERROR : XXXXXX finalize/adjust raised exception Dmitry A. Kazakov
2017-05-06 15:01   ` reinert
2017-05-06 14:08 ` Jeffrey R. Carter
2017-05-06 14:57   ` reinert
2017-05-06 15:46     ` Jeffrey R. Carter
2017-05-07 19:15       ` reinert
2017-05-07 19:19       ` reinert
2017-05-06 14:59   ` reinert
2017-05-06 15:05     ` Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox