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,ce67e665930968a4,start X-Google-Attributes: gid103376,public From: peers@pluto.cs.kuleuven.ac.be (Bert Peers) Subject: GNULLI failure--pthread_mutex_destroy - Yikes Date: 1996/11/05 Message-ID: <55oinq$80k@idefix.CS.kuleuven.ac.be>#1/1 X-Deja-AN: 194734980 distribution: world organization: Department of Computer Science, K.U.Leuven newsgroups: comp.lang.ada Date: 1996-11-05T00:00:00+00:00 List-Id: After copying a basic task that handles a fifo-queue from a textbook, I received the mentioned error whenever I had a task trying to get an item before another task had put something into the queue. More specifically, the consuming task was blocked until the producer entered something in the queue, but as soon as the consumer was allowed access, the above error popped up. I have absolutely no idea what it means, and I don't really understand why a textbook example would be wrong either. So is it GNAT then ? I'd really appreciate if somebody had time to check it out, I'll email the sources - this has been bugging me for days now. Many thanks.. -- Cya, Bert -==-