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

vc_render segfaults on Apple Silicon #3

Closed
csparker247 opened this issue Mar 15, 2023 · 1 comment · Fixed by #58
Closed

vc_render segfaults on Apple Silicon #3

csparker247 opened this issue Mar 15, 2023 · 1 comment · Fixed by #58
Labels
bug Something isn't working

Comments

@csparker247
Copy link
Contributor

csparker247 commented Mar 15, 2023

vc_render non-deterministically segfaults on Apple Silicon devices. To consistently reproduce, try to default texture any segmentation:

vc_render -i Testing.volpkg -s local-reslice-particle-sim

My debugging thus far shows that this command segfaults in graph::CalculateNumVertsNode::compute() because the mesh_ pointer is NULL. I haven't determined why this is.

The error does not occur in Debug builds (at least I haven't had it happen yet), but does occur in Release and RelWithDebInfo builds. I have not been able to reproduce the issue at all on Apple Intel devices.

If you encounter this issue, try running your command again as the issue seems to be non-deterministic. If you find a command that consistently reproduces this issue, please let us know.

@csparker247 csparker247 added the bug Something isn't working label Mar 15, 2023
@csparker247
Copy link
Contributor Author

csparker247 commented Nov 10, 2023

This appears to be an issue with smgl and will be fixed in #58.

jrudolph pushed a commit to jrudolph/volume-cartographer that referenced this issue Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant