-
Notifications
You must be signed in to change notification settings - Fork 5
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
Segfault on from triro.ray.ray_optix import RayMeshIntersector #4
Comments
Same problem. |
Sorry for the late reply. Is there more outputs form the program? And perhaps a minimal code set to reproduce the problem:) |
Thanks for your reply. I am using H100 Server, CUDA 12.1, Ubuntu 22.04, python 3.10. |
Than you for the feedback! I will investigate into it. |
I found that I get a segmentation fault error on the A40, but not on the 4090D. Is this related to the GPU as well? I am using CUDA 11.8, PyTorch 2.1.2, and OptiX 8.0.0 |
I had the seg fault issue on a 4090 |
Yes, GPU hardware may be required to match the version of some libraries. But I'm not sure either. Maybe you can change the GPU environment and try more
…---Original---
From: "James ***@***.***>
Date: Sun, Jan 5, 2025 07:52 AM
To: ***@***.***>;
Cc: "Yikang ***@***.******@***.***>;
Subject: Re: [lcp29/trimesh-ray-optix] Segfault on from triro.ray.ray_optiximport RayMeshIntersector (Issue #4)
I had the seg fault issue on a 4090
Maybe it’s more to do with the exact combination of drivers/dependancies at compile time?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
I got the same problem with OptiX 8.1.0, which requires the driver version >= 555 but mine is 550. After switching to OptiX 8.0.0 (>=535) it worked fine. |
Great, I'm glad to hear that.
…---Original---
From: ***@***.***>
Date: Sun, Jan 5, 2025 15:55 PM
To: ***@***.***>;
Cc: "Yikang ***@***.******@***.***>;
Subject: Re: [lcp29/trimesh-ray-optix] Segfault on from triro.ray.ray_optiximport RayMeshIntersector (Issue #4)
I got the same problem with OptiX 8.1.0, which requires the driver version >= 555 but mine is 550. After switching to OptiX 8.0.0 (>=535) it worked fine.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Just trying to set this up in a project that uses trimesh to do some raycasting and I am getting a segmentation fault when importing your package.
I am using CUDA 12.3, Pytorch 2.3 with Optix 8.0.0 on ubunutu in the nvcr.io/nvidia/pytorch:24.02-py3 docker container
Can you think of anything off the bat that could be wrong or how to chase down that problem the further?
I figure it must be some sort of version conflict
Segmentation fault: address not mapped to object at address (nil)
Did some poking around in
gdb
it get thrown bytriro.so
inoptixDeviceContextCreate ()
The text was updated successfully, but these errors were encountered: