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

Adding catch for Segfault in native code. #437

Open
privateJiangyaokai opened this issue Jan 4, 2025 · 2 comments
Open

Adding catch for Segfault in native code. #437

privateJiangyaokai opened this issue Jan 4, 2025 · 2 comments

Comments

@privateJiangyaokai
Copy link

Is it feasible to add catching segfault in native code so when things blow up it doesn't destroy the entire jvm?

@caoccao
Copy link
Owner

caoccao commented Jan 4, 2025

There shouldn't be any segfaults at all. If you met one, please file an issue with the reproducible code.

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

3 participants
@privateJiangyaokai @caoccao and others