High Sierra 10.13.1 Xcode 9.2 --> root6 crashes

Hey guys, few days ago I upgraded to High Sierra 10.13.1 and Xcode 9.2.
I had to install again root.
I tried to download the binary, after to compile from source, after to use macport or home-brew.
In any case, I can run some simple macro but when I try to use my usual programs I always get segmentation violation and a lot of info:
"
[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)
[] (no debug info)
[/Users/massimi/Dropbox/misuraGd155-157/ANALISI/Hist2Yield_C.so] run(int) (no debug info)
[/opt/local/libexec/root6/lib/root/libCling.so] cling::Interpreter::RunFunction(clang::FunctionDecl const*, cling::Value*) (no debug info)
[/opt/local/libexec/root6/lib/root/libCling.so] cling::Interpreter::EvaluateInternal(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, cling::CompilationOptions, cling::Value*, cling::Transaction**, unsigned long) (no debug info)
[/opt/local/libexec/root6/lib/root/libCling.so] cling::Interpreter::process(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, cling::Value*, cling::Transaction**, bool) (no debug info)
[/opt/local/libexec/root6/lib/root/libCling.so] cling::MetaProcessor::process(char const*, cling::Interpreter::CompilationResult&, cling::Value*, bool) (no debug info)
[/opt/local/libexec/root6/lib/root/libCling.so] HandleInterpreterException(cling::MetaProcessor*, char const*, cling::Interpreter::CompilationResult&, cling::Value*) (no debug info)
[/opt/local/libexec/root6/lib/root/libCling.so] TCling::ProcessLine(char const*, TInterpreter::EErrorCode*) (no debug info)
[/opt/local/libexec/root6/lib/root/libRint.6.10.so] TRint::ProcessLineNr(char const*, char const*, int*) (no debug info)
[/opt/local/libexec/root6/lib/root/libRint.6.10.so] TRint::HandleTermInput() (no debug info)
[/opt/local/libexec/root6/lib/root/libCore.6.10.so] TUnixSystem::CheckDescriptors() (no debug info)
[/opt/local/libexec/root6/lib/root/libCore.6.10.so] TMacOSXSystem::DispatchOneEvent(bool) (no debug info)
[/opt/local/libexec/root6/lib/root/libCore.6.10.so] TSystem::InnerLoop() (no debug info)
[/opt/local/libexec/root6/lib/root/libCore.6.10.so] TSystem::Run() (no debug info)
[/opt/local/libexec/root6/lib/root/libCore.6.10.so] TApplication::Run(bool) (no debug info)
[/opt/local/libexec/root6/lib/root/libRint.6.10.so] TRint::Run(bool) (no debug info)
[/opt/local/libexec/root6/bin/root.exe] main (no debug info)
[/usr/lib/system/libdyld.dylib] start (no debug info)
"
Can you help?
Cristian

The binary for v6.10 does not work with XCode 9 (thanks to XCode backward incompatible changes) Either rebuild (using the master) from scratch or wait a few days that the v6.12 binaries are available.

Cheers,
Philippe.

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