Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KNOWN TRAP]: segfault with stl.h wrapper for std::map (and no optimization enabled) #4395

Closed
wants to merge 3 commits into from

Commits on Dec 11, 2022

  1. segfault in test_stl_binders.py:test_map_string_double

    requires:
    - a build with all optimizations disabled
    - the definition of a function accepting std::map<std::string, double>
    rhaschke committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    ad01e5a View commit details
    Browse the repository at this point in the history
  2. Add call to copy_map()

    ... which fails essentially in my use case, but still succeeds here.
    rhaschke committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    429ec5d View commit details
    Browse the repository at this point in the history
  3. Add debug output

    rhaschke committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    1f0677a View commit details
    Browse the repository at this point in the history