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

Graceful crash handling? #408

Open
RogerDavenport opened this issue Jun 22, 2024 · 0 comments
Open

Graceful crash handling? #408

RogerDavenport opened this issue Jun 22, 2024 · 0 comments

Comments

@RogerDavenport
Copy link

I've been testing Mir out as a JIT for running IDE / GUI application development. I've successfully been able to run Vala programs with -ccode and the performance is really good. Only question I have is how I may recover and/or catch SEGV faults? Right now I just catch the signal and exit - but it would be better if I could gracefully handle the fault.

Idea I have is to use MIR to compile hot-reload Vala code by compile/link/run on changes (compile single class, relink and run).

Is it possible? And thanks for a wonderful project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant