-
Notifications
You must be signed in to change notification settings - Fork 25
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
Segmentation Fault #33
Comments
After switching to EGL, I received more detailed error messages: |
Have you been able to get around this error? I'm getting a similar message: |
same error |
When I reach step 4, the script fails with a segmentation fault. The terminal outputs the following error message:
python -X faulthandler utils/body_utils/postprocess.py --dir $EXP_DIR/obj --name $SUBJECT_NAME
Fatal Python error: Segmentation fault
Current thread 0x00007feb5d36d240 (most recent call first):
File "/opt/conda/lib/python3.9/site-packages/OpenGL/platform/baseplatform.py", line 415 in call
File "/opt/conda/lib/python3.9/site-packages/pyrender/renderer.py", line 614 in _bind_and_draw_primitive
File "/opt/conda/lib/python3.9/site-packages/pyrender/renderer.py", line 389 in _forward_pass
File "/opt/conda/lib/python3.9/site-packages/pyrender/renderer.py", line 144 in render
File "/opt/conda/lib/python3.9/site-packages/pyrender/offscreen.py", line 104 in render
File "/data/TeCH/utils/body_utils/lib/common/render_pyrender.py", line 141 in get_image
File "/data/TeCH/utils/body_utils/postprocess.py", line 118 in get_occ_map
File "/data/TeCH/utils/body_utils/postprocess.py", line 125 in
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: