comp.lang.ada
 help / color / mirror / Atom feed
* gnat with HPUX 10.20
@ 1997-09-25  0:00 Joerg Huber
  1997-09-29  0:00 ` Ronald Cole
  0 siblings, 1 reply; 2+ messages in thread
From: Joerg Huber @ 1997-09-25  0:00 UTC (permalink / raw)



Enviroment

OS   : HPUX 10.20
gnat : Version 3.09 for HPUX 10.10

Consider the following Ada code:

SPEC : delay_test.ads

package DELAY_TEST is
  procedure DO_DELAY;
end DELAY_TEST;


BODY : delay_test.adb

package body DELAY_TEST is
  procedure DO_DELAY is
  begin
    delay 0.0;
  end DO_DELAY;
end DELAY_TEST;


EXECUTABLE : adi_test_delay.adb

with DELAY_TEST;
with TEXT_IO;

procedure ADI_TEST_DELAY is
begin 
  TEXT_IO.PUT_LINE ("Test ADI_TEST_DELAY");
end ADI_TEST_DELAY;

Compile and link with the command :

gnatmake adi_test_delay

If I run the executable adi_test_delay it crashes badly (it logs me out 
of the system).
If I take TEXT_IO out it works fine.

What is the problem?
Is there a gnat version (or patch) for HPUX 10.20, and if so, where can 
I get it?

Thanks for your help.


Joerg Huber
Command and Control Information Systems 
ADI Limited, Systems Group
Perth, Australia

mailto:jorg@ccis.adisys.com.au




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

end of thread, other threads:[~1997-09-29  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-25  0:00 gnat with HPUX 10.20 Joerg Huber
1997-09-29  0:00 ` Ronald Cole

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