-
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
[Bug] [OpenGL] with_opengl crashed with segfault after upgrading #1325
Comments
May be related to #1106. |
Guess what? Deleting
Why does GLFW load LLVM??? |
One thing common among #958 #1100 #1106 #1113: Also note that they all calling into a function called |
Trying to run
Seems GLX is depend on LLVM-10? |
Describe the bug
I've just upgraded my Arch Linux to latest GL packages and reboot, and got the following error:
Log/Screenshots
To Reproduce
Run
python examples/mpm128.py
with latest Arch Linux.If you have local commits (e.g. compile fixes before you reproduce the bug), please make sure you first make a PR to fix the build errors and then report the bug.
I know this could be solved by
TI_ENABLE_OPENGL=0
, but how could you ban OpenGL author from use OpenGL..Not sure if all latest GLX break Taichi like this, so we should systematically inspect this BUG now.
The text was updated successfully, but these errors were encountered: