-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[opengl] [Bug] Fix crash with old GLX #1134
Conversation
@archibate Sure thing, hold on |
Incredible speed @archibate ! I will also give it a try, just a sec. |
Bad news: it makes OpenGL not work on my machine too. |
Still incredible speed :>, I could help test when you make another fix again |
Thank for the patience! Given the address traceback. Could you run |
objdump: '/lib/libGLX_mesa.so': No such file It says |
Oh, sorry! It's |
The information is really helpful! I added some hooks in |
No problem, please hold on |
What's your glx version? |
1.4 |
That's strange... my glx is also 1.4.. |
Related issue = #958 #1106
@TroyZhai do you have a taichi dev setup to help me test if the problem is gone? Many thanks!more tests required.Hope this could resolve your issue systematically :)
[Click here for the format server]
A similar issue: http://www.mujoco.org/forum/index.php?threads/segmentation-fault-when-running-bin-simulate-on-ubuntu-16-04.3512/ or glfw/glfw#1096
Related pieces in GLFW: https://github.com/glfw/glfw/blob/e0c77f71f90e3bb8495c5c88fb0fb054d71cf7fc/src/glx_context.c#L62-L66