Here’s attached a few commands that makes root segfault.
in a jupyter lab notebook:
`
-
import ROOT
Welcome to JupyROOT 6.24/06
%%cpp
gInterpreter->AddIncludePath("[my_path_to_boost_incliudes]");
%%cpp
#include <boost/date_time/gregorian/gregorian.hpp>
[…]
AbortSignal: TInterpreter::EErrorCode ::ProcessLineWrapper(const char* line) =>
AbortSignal: abort from C++; program state was reset
In file included from input_line_53:1:
In file included from /spare/local/suzutrade/conda/m2/envs/c+±quant-root-3/include/boost/date_time/gregorian/gregorian.hpp:31:
[…]
`
`
$ root --version
ROOT Version: 6.24/06
Built for linuxx8664gcc on Sep 03 2021, 23:37:00
From @
$ mamba list | grep root
[…]
root 6.24.6 py39hde0f152_0 conda-forge
root_base 6.24.6 py39he6e31e0_0 conda-forge
[…]
`
any idea ?
_ROOT Version: 6.24.6
_Platform: linux amd64
Compiler: Not Provided