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

Fix segmentation fault on exiting Python #732

Merged
merged 7 commits into from
Feb 16, 2021

Conversation

wxmerkt
Copy link
Collaborator

@wxmerkt wxmerkt commented Feb 16, 2021

This PR fixes the the long-prevailing segmentation fault at the end of a Python process which includes Exotica. The source of the issue was a destructor order in Property which is key for the Initializers: The boost::any destructor particularly in conjunction with Eigen types did not exit cleanly. Processes finish faster (!) and cleaner now without a segmentation fault. I also moved the OcTree header (a large header-only type) to the implementation which reduces overall compile time considerably.

@wxmerkt wxmerkt merged commit 24c99d8 into master Feb 16, 2021
@wxmerkt wxmerkt deleted the topic/debug-property-segfault branch February 16, 2021 12:34
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.

None yet

1 participant