Closed whit2333 closed 5 years ago
Clara C++ never left beta, and it is currently unmantained because I am the main C++ developer but I was left out of any collaboration with JLab.
Nevertheless I have been asked to take a look and take care of any possible bug, so I will investigate this, in an "open-source-ish" sort of way.
You are right, that's not a good error message, and failing to start a container shouldn't happen. I'll try to figure out what's going on.
I have a little (non functioning) demo setup here: https://github.com/whit2333/clara_cpp_test
@smancill , I found a clue in the system logs:
[114293.735827] c_dpe[23799]: segfault at 8 ip 00007fb529508f93 sp 00007fb517ffe8c0 error 4 in libxmsg.so[7fb5294d1000+65000] ```
It should be fixed by JeffersonLab/xmsg-cpp@93dfd68.
Rebulding Clara C++ from source should bring latest xMsg and it should work. Otherwise try downgrading GCC.
Since the opencv demo is not building, can you provide a trivial example for c++? I have tried myself but I am not sure I have things totally in order.
I have the "could not start container" error but nothing else to really understand what the problem is.