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: 103376,ab2e47a127cb9efa X-Google-Attributes: gid103376,public From: Gautier de Montmollin Subject: Re: A favour please. Date: 1998/06/12 Message-ID: <35810E2C.3626532D@Maths.UniNe.CH>#1/1 X-Deja-AN: 361985015 Content-Transfer-Encoding: 7bit References: <6lqt61$2n2@gcsin3.geccs.gecm.com> MIME-Version: 1.0 To: john@assen.demon.co.uk Content-Type: text/plain; charset=us-ascii Newsgroups: comp.lang.ada Date: 1998-06-12T00:00:00+00:00 List-Id: John McCabe wrote: > I have a small program (below) that I wrote just to see if it would work. > To some extent it does, but I get the follwoing error message when I run > it: > > "Failed Runtime Assertion: GNULLI failure---pthread_mutex_destroy" > > I am using DOS 6.2 with GNAT 3.05. I realise this version is out of date > but it is the only one I have available at the moment. > > I would appreciate it immensely if someone could try compiling and > running the program with a later version of GNAT on DOS, or with a Unix > version of GNAT and let me know either via c.l.a or email to > john@assen.demon.co.uk what the results were. Compiled under GNAT 3.10p/DOS, the result is: C:\USERS\GAUTIER\TEMP>gnatmake -g -i t_proced.adb gcc -c -g t_proced.adb gcc -c -g t_access.adb t_access.adb:6:04: warning: no accept for entry "Shut_Down" gnatbind -x t_proced.ali gnatlink -g t_proced.ali C:\USERS\GAUTIER\TEMP>t_proced.exe Creating the Child Task... Creating the Parent Task... Pointing the Child to the Parent... Pointing the Parent to the Child... Hello 0 Hello 4 (...) -- Gautier -------- Homepage: http://www.unine.ch/math/Personnel/Assistants/Gautier/Montmollin.html Software: http://www.unine.ch/math/Personnel/Assistants/Gautier/Gaut_FTP.htm