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

addl support for sanitizers #502

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Conversation

bill-torpey
Copy link
Contributor

Hi Frank:

We've been working on running unit tests w/various sanitizers, and noticed a problem where debug symbols are deleted following dlclose, which results in ASAN reporting "unknown module" instead of correct stack trace. (For more info, see google/sanitizers#89).

Also updating build type for UBSAN builds to avoid ub being optimized away.

Regards,

Bill

…nitizers#89)

- build for debug w/UBSAN to avoid ub being optimized away
@fquinner
Copy link
Collaborator

Thanks Bill the OSX failure was an issue with brew packaging for apr changing which I have fixed upstream so merging this in now.

@fquinner fquinner merged commit f746225 into finos:next Oct 24, 2022
@fquinner fquinner added this to the OpenMAMA-6.3.2 milestone Dec 12, 2022
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.

2 participants