Git Product home page Git Product logo

Comments (3)

garethsb avatar garethsb commented on September 28, 2024

Thank you for the report!

The reported issues with the Boost.Random and Boost.UUID libraries seem to be expected - these intentionally depend on uninitialized data. However, I did find e.g. https://svn.boost.org/trac10/ticket/9407, which suggests that a patch was applied in Boost 1.59.0 that may resolve these. If you're using an older version of Boost, it could be worth trying a more recent one.

As for the issues ultimately reported within C++ REST SDK's web::json::details::_String::has_escape_chars, I have examined the call stacks in the valgrind log, and looked at the code, and cannot find a reason for these. I can't say for certain, but I suspect a false positive. (In fact as you said, these could also ultimately be down to the same Boost.UUID issue, as the nmos::experimental::details::json_from_message function uses a stringised UUID.)

Are there any others?

from nmos-cpp.

billt-hlit avatar billt-hlit commented on September 28, 2024

We're running boost 1.58, of course! I'll have to see if I can convince the PTB to upgrade.

In any event, I was able to make a private build using boost 1.65 and valgrind reports no problems in nmos-cpp-node with the latest master branch.

Thanks for your help.

from nmos-cpp.

garethsb avatar garethsb commented on September 28, 2024

In any event, I was able to make a private build using boost 1.65 and valgrind reports no problems in nmos-cpp-node with the latest master branch.

Thanks for letting me know!

from nmos-cpp.

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.