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

Investigate segfault #87

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Investigate segfault #87

wants to merge 3 commits into from

Conversation

virgesmith
Copy link
Owner

@virgesmith virgesmith commented Jul 27, 2024

trying to track down cause of segfault in win tests... (worked 29/6, failed 6/7)
pybind11 2.13 was released 26/6

Using asan it seems that all C++ exceptions thrown in neworder have some address violation associated with them, and this is not a recent change in pybind11.

(add extra_compile_args=["-fsanitize=address" ], run with e.g. LD_PRELOAD=$(gcc --print-file-name=libasan.so) python umr.py)

@virgesmith virgesmith changed the title revert pybind11 Investigate segfault Jul 27, 2024
Copy link

codecov bot commented Jul 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.34%. Comparing base (396c162) to head (43539ee).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   92.48%   92.34%   -0.15%     
==========================================
  Files          16       16              
  Lines         679      679              
==========================================
- Hits          628      627       -1     
- Misses         51       52       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant