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,352ded3d63df97d9 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: GNAT 3.11 worth installing Date: 1999/03/05 Message-ID: <7bovs9$s5s$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 451583893 References: <36DDC9B2.7FC0B5C6@hiwaay.net> <36DE4874.9FA45B71@frqnet.de> <7bmbh6$inf$1@nnrp1.dejanews.com> <36DFA064.B610D4D1@frqnet.de> X-Http-Proxy: 1.0 x6.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Fri Mar 05 16:14:10 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-03-05T00:00:00+00:00 List-Id: In article <36DFA064.B610D4D1@frqnet.de>, Andreas Winckler wrote: > > dennison@telepath.com wrote: > > > I hope you are looking into why this is happening, rather than just > > throwing up your hands and blaming the compiler. Odds are there's > > something non-kosher in the code. It could even be a timing problem > > that the new compiler just causes to happen sooner! > > Yes, we tried to find out what's going on. But because developing for > SUN with GNAT ist not our major emphasis we decided that further > investigations are not worth the efforts. In this case using the old > compiler is the better way ..... says my boss. ;-) It sounds like your program is doing extensive tasking and interprocessor communication. Given that I'd put good money on the problem being a timing problem (aka: race condition) that exists on *all* your environments. It just shows up most regularly on the SunOS target with the new gnat because the timing environment with that setup happens to be just right. Given that, it would definitely be worth your while to install the new gnat and debug it there. The bug won't go away just becuase you wish it to. Believe me, I've tried wishing. :-) T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own