etxmato / emma_02

Emma 02 - RCA CDP 1802 Multi-system Emulator
Other
39 stars 9 forks source link

Segmentation fault when using debugger #12

Closed etxmato closed 6 years ago

etxmato commented 6 years ago

As soon as the 1802 trace is started in the debugger Emma 02 crashes with a segmentation fault

phiber1 commented 6 years ago

Confirmed.

On Oct 11, 2017 1:34 PM, "Marcel van Tongeren" notifications@github.com wrote:

As soon as the 1802 trace is started in the debugger Emma 02 crashes with a segmentation fault

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etxmato/emma_02/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AMEKmBv_MsOgJbsYoa757rK9HsNCNlVcks5srSZJgaJpZM4P2Ffd .

etxmato commented 6 years ago

Fixed by using the same code as on OSX. This is not perfect, to be honest I was never happy with the OSX solution. The trace is updated on a timer basis instead of directly (as on windows). Still we have lived with it on OSX for a few years so I intend to leave it for the coming release. I don't have a better solution at the moment either.