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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38ceb882eed41e1e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-29 02:50:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: Size and pack Date: Mon, 29 Oct 2001 10:50:11 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <_umC7.74983$gT6.38373531@news1.rdc1.sfba.home.com> NNTP-Posting-Host: belenus.iks-jena.de X-Trace: branwen.iks-jena.de 1004352611 20993 217.17.192.34 (29 Oct 2001 10:50:11 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Mon, 29 Oct 2001 10:50:11 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:15338 Date: 2001-10-29T10:50:11+00:00 List-Id: * Larry Kilgallen wrote: >> Compile on Alpha and get BUS ERROR. > >Presumably that is a runtime rather than compilation time error. Correct. >You didn't say what model of Alpha, but older chips require >certain instructions be aligned. VMS deals with this through >alignment fault handlers that fix up such problems at a penalty >of about 100 instructions. Perhaps you are on Unix or Linux >(you didn't say in the body text). OSF/1. Yep, and I added a pragma Atomic to provocate this effect.