Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: ChaosLord on August 04, 2005, 11:05:51 AM

Title: Why do I get MuForce hits from ChipRam at 68718 hex (427800 decimal)
Post by: ChaosLord on August 04, 2005, 11:05:51 AM
I have this one particular subtask

Sometimes when it runs, it causes some muforce hits
(reads from the area around 427800 decimal)

Isn't the first 2 million bytes of ram on an AGA Amiga all legal chipram?

So how can I get a muforce hit from reading that area???

Has muforce gone insane?

Title: Re: Why do I get MuForce hits from ChipRam at 68718 hex (427800 decimal)
Post by: Doobrey on August 07, 2005, 08:35:51 PM
It could be caused by reading from unallocated memory. Maybe something silly like a fencepost error,causing it to read past the end of an allocated block?