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

Custom GLFW changes cause crash in Linux #36

Open
weirddan455 opened this issue Jan 30, 2023 · 0 comments
Open

Custom GLFW changes cause crash in Linux #36

weirddan455 opened this issue Jan 30, 2023 · 0 comments

Comments

@weirddan455
Copy link

weirddan455 commented Jan 30, 2023

It prints out Aborted (Core Dumped) I ran it through GDB and found it crashed on this line: https://github.com/TheCherno/Walnut/blob/20f940b9d23946d4836b8549ff3e2c0750c5d985/Walnut/src/Walnut/Application.cpp#L421 (backtrace goes through GLFW code before ultimately throwing a SIGABRT in libvulkan.so).

This merge commit of your GLFW fork is where it broke: d710a034f0667f97aa6cdfe78bf274b3b4f7aa63

Both parents of that merge commit work (one being your fork before you updated from GLFW master and one being stock GLFW without any changes you made).

I also reproduced this with a minimal C program that just calls GLFWInit + glfwVulkanSupported to confirm that it was the GLFW fork at fault rather than anything else in Walnut 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

1 participant