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

Memory exception handler: Don't disassemble if ignoring the exception #18823

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Feb 4, 2024

Gotten some strange application-not-responding reports where it seems to spend a ton of time here. This might prevent the app from becoming unresponsive. (DescribeCodePtr is expensive since it loops through all jit blocks).

@hrydgard hrydgard added this to the 1.17.1 milestone Feb 4, 2024
@hrydgard hrydgard merged commit 4d1cdb2 into master Feb 4, 2024
18 checks passed
@hrydgard hrydgard deleted the simplify-crash-handler branch February 4, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant