<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Re: [chuck-users] Object reference weirdness</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>In the meantime, what exactly is a bus error?&nbsp; What generally causes them?<BR>
<BR>
Bus errors can be caused by memory accesses that are misaligned: ie. a 32 bit read off of an odd memory address.<BR>
<BR>
Sounds like some pointer arithmetic going wrong somewhere in ChucK.<BR>
<BR>
-T</FONT>
</P>

</BODY>
</HTML>