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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,de183036289811c4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-19 07:45:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-xfer.siscom.net!not-for-mail Message-ID: <3D109915.20A650F8@yahoo.com> Date: Wed, 19 Jun 2002 09:45:42 -0500 From: Anatoly Chernyshev Organization: Eucaryota X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Requeue in GNAT 3.14p (Linux) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: 147.126.101.90 X-Original-Trace: 19 Jun 2002 08:48:02 -0600, 147.126.101.90 X-COMPLAINTS: Report abuse to abuse@mhogaming.com NNTP-Posting-Host: ed5f22c0.news.newshosting.com X-Trace: DXC=6DF`[31>=YlW7M@CT1=MGhX`1N4>^k1LciF6BbIV4YYb:3QCT_6VF\aQNPj\j@4CNfQ]gL0o33_Akl5 "Dmitry A. Kazakov" wrote: > The following code is the distilled problem. When a chain of external > requeues returns back to a protected object it causes a hang-up on the > last requeue. It happens in GNAT 3.14p under Linux. Interestingly is > that under Windows NT it works. I found nothing in ARM that forbids > that. Is it a GNAT bug? Yes, it works under W2000 without errors. Thanks for the simplest requeue sample I was looking for. Anatoly