[A83] Re: Memory Bug
[Prev][Next][Index][Thread]
[A83] Re: Memory Bug
> I'll beat David Phillips to it:
> Unless they've got plenty of spare time, no one's gonna bother looking
> through your code if it's this long.
:-)
> Try isolating the memory-modifying parts.
> In particular the parts wit romcalls that are used to create variables,
> programs files, whatever. Also, check that your program terminates
> correctly, i.e. See to it that the original system state is restored to
> the most feasable point.
If you're randomly corrupting memory, good luck finding it. Your best bet,
after carefully reading through the source code, is to set a data write
breakpoint in VTI on the address range that is getting corrupted. That
should show you where your problem is hosting the TI-OS.
References: