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

Remove accidentally included boost header #3518

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

ricrogz
Copy link
Contributor

@ricrogz ricrogz commented Oct 21, 2020

I just noticed that in #3083 I accidentally pulled a patched header from boost into rdkit (and nobody noticed!). This removes this header.

I was using boost 1.68 to build rdkit, and I remember I had a memory error that looked like the one described in boostorg/serialization#104. I used this patched header for the memtesting (which did actually make the bug go away), but never intended to check it into repo. I still don't know how that happened.

@greglandrum greglandrum added bug Cleanup Code cleanup and refactoring labels Oct 22, 2020
@greglandrum greglandrum added this to the 2020_09_2 milestone Oct 22, 2020
Copy link
Contributor

@d-b-w d-b-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this commit, programs that are linked to both RDKit and that also use boost::serialization crash with errors like:

*** Error in `.....': free(): invalid pointer: 0x00007fdd922f00b0 ***

@greglandrum greglandrum merged commit acd6ce6 into rdkit:master Oct 22, 2020
@ricrogz ricrogz deleted the remove_boost_header branch October 27, 2020 17:18
greglandrum pushed a commit that referenced this pull request Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Cleanup Code cleanup and refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants