REST version : v2.2.11
REST commit : 0fbd8405
I get the following output error when launching restManager
, the strange thing is that only happens about 50% of the times. It happens at the end of the processes execution.
Anyone could reproduce a similar problem?
In my case, I am launching restManager --c axionGenerator.rml
from the RestAxionLib
repository, branch 2.2.12
.
[== TRestProcessRunner: 1000 processed events ==]
-- Info : Total processing time : 507.428 ms
-- Info : Average read time from disk (per event) : 0.23639 ms
-- Info : Average process time (per event) : 0.267183 ms
-- Info : Average write time to disk (per event) : 0.003855 ms
====================================================================================================
Configuring output file, merging thread files together
-- Info : Creating file : /Users/javi/git/rest/libraries/axion/examples/./Run_[fExperimentName].root
*** Break *** segmentation violation
[/usr/lib/system/libsystem_platform.dylib] _sigtramp (no debug info)
[<unknown binary>] (no debug info)
[/usr/local/lib/libRIO.so] TBufferFile::WriteFastArray(char const*, int) /Users/javi/git/root/io/io/src/TBufferFile.cxx:1968
[/usr/local/lib/libRIO.so] TGenCollectionStreamer::WriteObjects(int, TBuffer&) /Users/javi/git/root/io/io/src/TGenCollectionStreamer.cxx:978
[/usr/local/lib/libRIO.so] TCollectionStreamer::Streamer(TBuffer&, void*, int, TClass*) /Users/javi/git/root/build/include/TVirtualCollectionProxy.h:67
[/usr/local/lib/libRIO.so] TBufferFile::WriteFastArray(void*, TClass const*, int, TMemberStreamer*) /Users/javi/git/root/io/io/src/TBufferFile.cxx:2255
[/usr/local/lib/libRIO.so] int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) /Users/javi/git/root/io/io/src/TStreamerInfoWriteBuffer.cxx:0
[/usr/local/lib/libRIO.so] TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) /Users/javi/git/root/io/io/src/TStreamerInfoActions.cxx:192
[/usr/local/lib/libRIO.so] TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:1390
[/usr/local/lib/libRIO.so] TBufferFile::WriteClassBuffer(TClass const*, void*) /Users/javi/git/root/io/io/src/TBufferFile.cxx:3536
[/Users/javi/git/rest/install/lib/libRestAxion.dylib] TRestAxionMagneticField::Streamer(TBuffer&) (no debug info)
[/usr/local/lib/libRIO.so] TKey::TKey(TObject const*, char const*, int, TDirectory*) /Users/javi/git/root/io/io/src/TKey.cxx:252
[/usr/local/lib/libRIO.so] TFile::CreateKey(TDirectory*, TObject const*, char const*, int) /Users/javi/git/root/io/io/src/TFile.cxx:1013
[/usr/local/lib/libRIO.so] TDirectoryFile::WriteTObject(TObject const*, char const*, char const*, int) /Users/javi/git/root/io/io/src/TDirectoryFile.cxx:0
[/usr/local/lib/libCore.so] TObject::Write(char const*, int, int) const /Users/javi/git/root/core/base/src/TObject.cxx:0
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestMetadata::Write(char const*, int, int) (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestRun::WriteWithDataBase(int, bool) (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestRun::FormOutputFile(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestProcessRunner::ConfigOutputFile() (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestProcessRunner::RunProcess() (no debug info)
[<unknown binary>] (no debug info)
[/usr/local/lib/libCling.so] TClingCallFunc::exec(void*, void*) /Users/javi/git/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:88
[/usr/local/lib/libCling.so] TCling::Execute(TObject*, TClass*, char const*, char const*, bool, int*) /Users/javi/git/root/interpreter/llvm/src/include/llvm/ADT/SmallVector.h:115
[/usr/local/lib/libCling.so] TCling::Execute(TObject*, TClass*, char const*, char const*, int*) /Users/javi/git/root/core/metacling/src/TCling.cxx:4759
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestTask::RunTask(TRestManager*) (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestManager::ReadConfig(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, TiXmlElement*) (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestManager::InitFromConfigFile() (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestMetadata::LoadConfigFromFile(TiXmlElement*, TiXmlElement*, std::__1::vector<TiXmlElement*, std::__1::allocator<TiXmlElement*> >) (no debug info)
[/Users/javi/git/rest/install/lib/libRestCore.dylib] TRestMetadata::LoadConfigFromFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >) (no debug info)
[/Users/javi/git/rest/install/bin/restManager] main (no debug info)
[/usr/lib/system/libdyld.dylib] start (no debug info)