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

Track down undefined behaviour and memory leaks with -fsanitize #8

Open
denisri opened this issue Oct 31, 2018 · 1 comment
Open

Track down undefined behaviour and memory leaks with -fsanitize #8

denisri opened this issue Oct 31, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@denisri
Copy link
Contributor

denisri commented Oct 31, 2018


Author Name: Leprince, Yann (@ylep)
Original Redmine Issue: 12981, https://bioproj.extra.cea.fr/redmine/issues/12981
Original Date: 2015-07-17
Original Assignee: Leprince, Yann


Illegal memory accesses, undefined behaviour, and memory leaks can be discovered using the new options of GCC 4.9, @-fsanitize=address@ and @-fsanitize=undefined@ (see e.g. #12868 or r68231). In particular, the memory leak detector (activated with the environment variable @ASAN_OPTIONS=detect_leaks=1@) detects a lot of small memory leaks in AIMS commands.

@sapetnioc
Copy link
Member

No activity on this issue for a long time, any opposition to close it ?

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

No branches or pull requests

3 participants