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

[GLFW] Fix JVM crash of error callback #55

Merged
merged 2 commits into from
Jul 31, 2024
Merged

[GLFW] Fix JVM crash of error callback #55

merged 2 commits into from
Jul 31, 2024

Conversation

squid233
Copy link
Member

Summary

Fix JVM crash of error callback.

Description

The error callback used automatic arena, but the arena closed randomly, which caused the callback not accessible by GLFW.

This pull request changes it to use the global arena.


@squid233 squid233 added bug Something isn't working P1 Very high priority, serious issue labels Jul 31, 2024
@squid233 squid233 added this to the 0.1.0 milestone Jul 31, 2024
@squid233 squid233 self-assigned this Jul 31, 2024
@squid233 squid233 requested a review from a team as a code owner July 31, 2024 05:35
@squid233 squid233 merged commit 7440e5e into main Jul 31, 2024
3 checks passed
@squid233 squid233 deleted the glfw-fix branch July 31, 2024 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Very high priority, serious issue
Projects
Status: Integrated
Development

Successfully merging this pull request may close these issues.

1 participant