Replies: 2 comments 6 replies
-
Hi @coult099 , Could you compile Mitsuba on your system in debug mode and run the same lines in a debugger? |
Beta Was this translation helpful? Give feedback.
5 replies
-
For what it's worth, we've had quite a few reports about issues with LLVM 14 (#282 for example). Maybe there are even more issues with newer versions of LLVM, as you're using version 15. It still would be nice to get a better understanding of what the issue is here. I'm just suggesting a LLVM downgrade in case you need to quickly be unstuck. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am having an issue with the 'llvm_ad_rgb' variant of mitsuba3 on my system, and I do not know how to diagnose the issue.
My system:
Code that causes the issue:
At this point I get:
Segmentation fault: 11
.When running in a Jupyter notebook, I get:
I am not sure if the issue is that mitsuba cannot find my version of LLVM since I installed it with Homebrew, but I did run the line:
as suggested when installing LLVM with Homebrew.
Any help or insight is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions