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.1 required=5.0 tests=BAYES_40,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!orion.oac.uci.edu!ucivax!gateway From: jduarte@temple.ICS.UCI.EDU (J o s e D u a r t e ! ! !) Newsgroups: comp.lang.ada Subject: BUS ERROR Message-ID: <9008271649.aa20687@PARIS.ICS.UCI.EDU> Date: 27 Aug 90 23:48:13 GMT List-Id: Hi Folks, A while ago, I asked for help with a BUS ERROR problem that I was having when using pointers. Since then, I have tried some of your suggestions & I posted the results a while ago. I resolved this problem by: 1. Dereferencing the pointer variable explicitly. 2. Using an older version of the Verdix Compiler. Thanks to all who replied & sent helpful suggestions. Now that I compiled the program with Verdix 5.5, it's about twice as slow *but* it doesn't stop w/"BUS ERROR" problems! J Duarte