Re: [hatari-devel] DSP exceptions -> debugger

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]



Douglas, if you remove that printf (or make it appear only once),
does Hatari still freeze?  If yes, could you use debugger to see where
it freezes?

In fact the freezing is mainly a consequence of the printf load - I found that invoking the debugger with a keyboard shortcut and then giving another process priority will in fact allow the debugger to wake up and becomes usable after a few seconds of waiting for the printf's to flush out. 
 
Pull latest Hatari updates from repo.  With -D option, undefined/illegal
DSP instructions & stack under/overflows invoke debugger:
http://hg.tuxfamily.org/mercurialroot/hatari/hatari/rev/9b76d896bef4

Great :) Thanks!
 
As TOS will do some CPU side exceptions, I recommend enabling these
in debugger only after TOS has booted:
        setopt -D
        history on

When debugger is invoked, check instruction history leading to the issue.

Thanks once again!

D.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/