Re: [hatari-devel] Error dialog needs cold reset button |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On sunnuntai 08 maaliskuu 2015, David Savinkoff wrote:
> ----- Nicolas Pomarède wrote:
> > Le 08/03/2015 11:29, Eero Tamminen a écrit :
> > > Hi,
> > >
> > > David, do you have a reproducible test-case for this?
>
> Yes, but the crash is probably supposed to happen.
> (I found it while randomly stomping about)
>
> MX_LI demo run in ST mode with 512KB RAM on
> latest Hatari with etos192uk 0.9.4
Where I can get this demo?
> > > On lauantai 07 maaliskuu 2015, Thomas Huth wrote:
> > >> Nicolas, what do you think?
> >
> > Hi, although double bus error can create the 'halt' state, it can also
> > be triggered in some game/demo protections, so I would not put a text
> > about "wrong HW config" (in fact in nearly all cases, I never saw a
> > 'halt' due to wrong HW in ST)
> >
> > I think a message "exception during exception, cpu is halted, press OK
> > to reset"
No option to continue debugging the crash?
> > Note that when CPU is halted, DMA sound should still play when in STE
> > mode for example. This is not the case at the moment, because that's
> > really a corner case, so just stopping everything and doing the
> > equivalent of 'alt+c' when user click OK seems ok to me.
Is it safe to call Reset_Cold() that deep in emulation?
In all other cases, calling the reset functions happens during VBL, from SDL
input processing.
- Eero