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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,30f8e9ec3e840189 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-12 00:51:09 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: dwparsons@t-online.de (Dave Parsons) Newsgroups: comp.lang.ada Subject: Re: avl tree - booch components Date: Wed, 12 Sep 2001 09:48:15 +0200 Organization: CDL Message-ID: References: <20010907091153.12625104.tonygair@nospam.blueyonder.co.uk> Reply-To: dwparsons@t-online.de Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1000280895 04 7286 ygcNS2xSSw-5rh 010912 07:48:15 X-Complaints-To: abuse@t-online.com X-Sender: 0802493406-0001@t-dialin.net User-Agent: ProNews/2 V1.51.ib104 Xref: archiver1.google.com comp.lang.ada:13043 Date: 2001-09-12T09:48:15+02:00 List-Id: On Sun, 9 Sep 2001 19:22:06, Simon Wright wrote: > Simon Wright writes: > > > dwparsons@t-online.de (Dave Parsons) writes: > [...] > > > Only queue_tests_concurrent seemed to have a serious problem. It > > > compiled ok but hung near the end. > > > > Hmm, on Linux it works as expected when run from the makefile but > > locks up when run from the command line: ... stranger & stranger, > > actually it works *every other time*. More investigation needed. > > Turns out task T1 had select/else when it clearly should have been > select/or. > Yes, it works fine here now. Thanks -- Dave