only if the prevopis overwrite overwrote a pointer you're using at bus
error site.
Bus error means either accessing memory the does not exist (physical
address) or unaligned access (access word or halfword on non-even
address).
Since you said "bus error" and not "fatan exception" I conclude this
is emulator or PACE and thus 68k app.
check all pointer for evennes
----
Best Regards,
Dmitry Grinberg
(847) 226 9295



On Tue, Nov 25, 2008 at 8:04 PM, Luc Le Blanc <[EMAIL PROTECTED]> wrote:
> I ported a piece of mathematical C# code to MW C++ and at some point, a 
> perfectly legit API frm call causes a bus error. I suspect the error is 
> caused by some earlier memory overwrite in the ported classes. Are there 
> tricks to detect such overwrites or to test the integrity of the memory?
>
>
> Luc Le Blanc
> --
> For information on using the ACCESS Developer Forums, or to unsubscribe, 
> please see http://www.access-company.com/developers/forums/
>

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to