TCanvas Seg Violation Mac M1

_ROOT Version:6.26.06
_Platform: MacOs 12.6 (M1Max) / macosxarm64
_Compiler: Apple clang version 14.0.0 (clang-1400.0.29.102)/ Target: arm64-apple-darwin21.6.0


Hi, I’m having a very similar issue to Graphics crash on MacOs Monterey (M1 pro) - #12 by bozzochet, except I can open a TBrowser with no problem, but any attempt to start a TCanvas object, i.e. TCanvas(), or TGeoManager’s GetTopVolume()->Draw, throws a seg fault. I am running root through conda. Running root with DYLD_PRINT_LIBRARIES=YES produces no reference to homebrew as in the solution referenced in the link.

Thanks in advance!

In the thread you pointed out, the problem was due to a library mismatch (see the last post). Are you in a similar situation?

It appears that the only places libraries are being drawn from are /System/Library/, /usr/lib/, and miniconda3/lib/. Would those cause a mismatch?

I do not know. I was just referring to the post you pointed.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.