comp.lang.ada
 help / color / mirror / Atom feed
From: Gerald Kasner <Gerald.Kasner@Physik.Uni-Magdeburg.DE>
Subject: Re: Ada multi-threaded programs do not terminate under RedHat Linux
Date: Mon, 10 Nov 2003 10:29:42 +0100
Date: 2003-11-10T10:29:42+01:00	[thread overview]
Message-ID: <3FAF5A86.CB6A5557@Physik.Uni-Magdeburg.DE> (raw)
In-Reply-To: 43f0a81.0311071228.6620c6c2@posting.google.com

======
> 
> I've compiled it under RedHat Linux 9.0 with "gnatmake test.adb".
> Unfortunately, the resulting program doesn't terminate. Instead of the
> expected output:
> 
> Starting
> Finished
> Test
> 
> it only prints the first two lines. The body of the procedure "test"
> is never called. I've tried this with several other programs and on
> different machines (all with RedHat 9.0). Can anyone give me a
> pointer?
> 
> Regards,
> 
> Ruben

RH9
with gcc-rpms vom redhat-rawhide: (now included in Fedora 1)
(It makes sense to upgrade the whole gcc-stuff, binutils..)

dual PIII machine

$ rpm -q gcc-gnat
gcc-gnat-3.3.2-1



 gnatmake -v test

GNATMAKE 3.3.2 20031022 (Red Hat Linux 3.3.2-1) Copyright 1995-2002 Free
Software Foundation, Inc.
  "test.ali" being checked ...
  -> "test.ali" missing.
gcc -c test.adb
End of compilation
gnatbind -x test.ali
gnatlink test.ali
gnatlink: warning: executable name "test" may conflict with shell
command

$ ./test
Start  1
Finish  1
Start  2
Finish  2
Test



      parent reply	other threads:[~2003-11-10  9:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-07 20:28 Ada multi-threaded programs do not terminate under RedHat Linux Ruben Stranders
2003-11-07 21:45 ` Robert Spooner
2003-11-07 21:53 ` Jeff C,
2003-11-07 22:55   ` news.planet.nl
2003-11-08  2:08 ` Jeffrey Carter
2003-11-10 17:47   ` Warren W. Gay VE3WWG
     [not found] ` <h8fu71-s53.ln1@beastie.ix.netcom.com>
2003-11-08  9:49   ` Ruben Stranders
     [not found]     ` <fhnv71-s24.ln1@beastie.ix.netcom.com>
2003-11-08 23:09       ` Ruben Stranders
2003-11-09  5:31         ` Adrian Hoe
2003-11-09 10:39           ` Ruben Stranders
2003-11-11  2:32             ` Adrian Hoe
2003-11-11  2:34               ` Adrian Hoe
2003-11-08 21:36 ` Patrice Freydiere
2003-11-10  9:29 ` Gerald Kasner [this message]
replies disabled

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