Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!ucbvax!WINNIE.FIT.EDU!saharbaugh%roo.dnet From: saharbaugh%roo.dnet@WINNIE.FIT.EDU Newsgroups: comp.lang.ada Subject: bus error Message-ID: <9008101232.AA04103@winnie.fit.edu> Date: 10 Aug 90 12:32:17 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 13 Kathy Gilroy says that she has experienced "bus error" when using access types sometimes and has found a preventative to be tp use the keyword "all" when referencing components of the accessed object. i.e., instead of referencing "object.component" reference "object.all.component". A possible explanation is that the code generator gets confused and generates an illegal bus address which then is reported through the operating system to you as a "bus error". If anyone tries this please report the results, thanks. sam harbaugh for kathy gilroy -----------------------------