Okay so I ran the test_pingvincoin and here is the result:
./test_pingvincoin
Running 253 test cases...
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
test_pingvincoin: /usr/include/boost/thread/pthread/recursive_mutex.hpp:99: boost::recursive_mutex::~recursive_mutex(): Assertion `!posix::pthread_mutex_destroy(&m)' failed.
Segmentation fault (core dumped)
Interesting in this is this part:
test_pingvincoin: /usr/include/boost/thread/pthread/recursive_mutex.hpp:99: boost::recursive_mutex::~recursive_mutex(): Assertion `!posix::pthread_mutex_destroy(&m)' failed.
Segmentation fault (core dumped)
Now I believe it has to do with the library of the system so it must be a cimpilation thing?
I should afaik not need to modify that code in the source?