mihaip / infinite-mac

A classic Mac loaded with everything you'd want
https://infinitemac.org
Apache License 2.0
1.17k stars 70 forks source link

Add more fine-grained error tracking #156

Open mihaip opened 1 year ago

mihaip commented 1 year ago

Based on current varzs, 10% of runs encounter an error. Most likely out of bounds accesses (#127, #97), but it would be good to validate.

"emulator_error:other": 4512,
"emulator_error:out_of_memory": 2770,
...
"emulator_starts": 43129,

Could also look into hooking up error reporting to Sentry.

jllipatz commented 1 year ago

Would it be possible to signal the "out of memory" errors the regular way for a Mac,? I mean signaling the error to the Mac OS, not stopping the web application. In that way