Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more fine-grained error tracking #156

Closed
mihaip opened this issue Apr 8, 2023 · 2 comments
Closed

Add more fine-grained error tracking #156

mihaip opened this issue Apr 8, 2023 · 2 comments
Labels
Site Enhancements to the site itself

Comments

@mihaip
Copy link
Owner

mihaip commented Apr 8, 2023

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.

@mihaip mihaip added the Site Enhancements to the site itself label Apr 8, 2023
@jllipatz
Copy link

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

  • Any other application running on the infinite Mac will be still alive
  • It will give the opportunity to track the error within MacOS.

@mihaip
Copy link
Owner Author

mihaip commented Nov 29, 2024

941b7e9 did this.

@mihaip mihaip closed this as completed Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Site Enhancements to the site itself
Projects
None yet
Development

No branches or pull requests

2 participants