Re: Stability of 2.0_RCx?
Marcus Comstedt <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.dreamcast |
|---|---|
| Message-ID | <[email protected]> |
Christian Groessler <[email protected]> writes: > I wonder why the dreamcast reboots and not simply freezes or enters > ddb. How does this reboot happen? Usually a "spontaneous reboot" is the result of an exception happening when already running in an interrupt or exception handler. Interrupts and exceptions don't "nest" on the SuperH, so while the handler is running there is just a mask bit in the status register that defers interrupts and causes exceptions to reboot the system. // Marcus