Open
Description
Check duplicate issues.
- Checked for duplicates
Description
After #19012 will be merged,
large roottest/root/io/evolution
test will be split on many small tests.
One of such tests roottest-root-io-evolution-fixarr2
crashes on some Mac platforms and therefore was disabled there.
Stack trace looks like:
[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)
[/Users/sftnight/ROOT-CI/build/lib/libRIO.so] TFile::Close(char const*) /Users/sftnight/ROOT-CI/src/io/io/src/TFile.cxx:1036
[/Users/sftnight/ROOT-CI/build/lib/libRIO.so] TFile::~TFile() /Users/sftnight/ROOT-CI/src/io/io/src/TFile.cxx:580
[/Users/sftnight/ROOT-CI/build/lib/libRIO.so] TFile::~TFile() /Users/sftnight/ROOT-CI/src/io/io/src/TFile.cxx:569
[/Users/sftnight/ROOT-CI/build/roottest/root/io/evolution/fixarr2_C.so] read(char const*) (no debug info)
Reproducer
One need to remove if(NOT APPLE)
from cmake file and then:
ctest -R roottest-root-io-evolution-fixarr2
ROOT version
master
Installation method
build from source
Operating system
Mac
Additional context
No response