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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fc4ac82d0abec4ff X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.addix.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: Weird bug - Protected object - Gnat 3.15p win32 Date: Mon, 12 Jul 2004 18:37:41 +0200 Message-ID: <2lft1pFbiomjU1@uni-berlin.de> References: <5d6fdb61.0407110729.657570af@posting.google.com> <2lf23oFbf1vfU1@uni-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de ohOJewzWUTOu1nrfIe3/cg0ScTPpjNwJ9YONjeXw/fujGQtz4= User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:2156 Date: 2004-07-12T18:37:41+02:00 List-Id: Nick Roberts wrote: > On Mon, 12 Jul 2004 10:57:55 +0200, Jano wrote: > >> ... >> In the end, I could be wrong and have discovered Yet Another >> Way of Blaming the Compiler(tm) for an Own Bug ;) > > > LOL > >> but I'll try to get a reproducer which could clean my >> honor ;))) > > > One suggestion that just might help you pin it down (to the compiler) > is to get GNAT/GCC to produce an assembly listing. I think the > relevant switch is '-S' (big S) to gcc, or '-gS' to gnatmake (but Don't > Quote Me On That[TM] ;-) Been there... done that... sadly I must confess that so many years far from assembler have weakened my skills. At first I thought it would be easy to inspect the locking mechanism... maybe I'll try again when moral goes up.