[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GS/OS 6.0.1 Crash



On Friday, 10 May 2013 08:11:57 UTC-6, gid...@sasktel.net  wrote:
> On Friday, 10 May 2013 07:58:23 UTC-6, Tempest  wrote:

> > > 00/FF08: 00 00 BRK 00
 
> > > A=3A1F X=07D3 Y=0002 S=BFD1 D=BD00 P=00 B=02 K=00 M=00 Q=B6 L=0 m=0 x=0 e=0

> > Out of curiosity, does this error make sense to anyone?  I'm assuming those are register values, but do they mean anything that might pinpoint what caused this?  I'm guessing no, but I thought I'd ask.
 
> The address of 00/FF08 is where Prodos 8 resides.  If you are using GSOS, it should not be making jumps into Prodos 8, which means it was a random stray jump from scrambled code or corrupted memory.



I will add, that you could potentially trace the error back to the calling routine using the stack and bank register and by using the Memory Peeker control panel.  Then if you knew how the Memory Manager worked to store programs in memory using handles, you could potentially find out what program is in memory where the calling routine is.

An amazing feat at best.