comp.lang.ada
 help / color / mirror / Atom feed
* raised PROGRAM_ERROR : XXXXXX finalize/adjust raised exception
@ 2017-05-06 12:18 reinert
  2017-05-06 12:58 ` Dmitry A. Kazakov
  2017-05-06 14:08 ` Jeffrey R. Carter
  0 siblings, 2 replies; 10+ messages in thread
From: reinert @ 2017-05-06 12:18 UTC (permalink / 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-05-07 19:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-06 12:18 raised PROGRAM_ERROR : XXXXXX finalize/adjust raised exception reinert
2017-05-06 12:58 ` 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

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