Code Monkey home page Code Monkey logo

Comments (5)

khizmax avatar khizmax commented on August 11, 2024

thread_init_fini test bug.
Please, specify what version of boost you use. I had boost::barrier problems with some version of boost some time ago.

from libcds.

khizmax avatar khizmax commented on August 11, 2024

I see boost version - 1.53. Not too old, but I test with 1.56-1.58.
I hope, /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.53.0 is built with libc++ too, it isn't?
If not, it may be a source of problem.

from libcds.

khegeman avatar khegeman commented on August 11, 2024

Thanks. I didn't notice that it was linked to 1.53 version. It should have been 1.57 as CMake is pointed to /usr/lib/libboost_thread.so , which is a 1.57 version.

I was able to get it to link by adding -L /usr/lib to the cmake linker options. odd. I still get the same crash.

Program terminated with signal 11, Segmentation fault.
#0  0x00007f1183b661f0 in boost::detail::thread_data_base::~thread_data_base() () from /usr/lib/libboost_thread.so.1.57.0

Boost was not built with libc++. I will try that next.

from libcds.

khegeman avatar khegeman commented on August 11, 2024

Thanks. With boost 1.58 built with libc++, all tests pass.

OK 2808 tests

from libcds.

khizmax avatar khizmax commented on August 11, 2024

Resume: environment bug

from libcds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.