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

AddressSanitizer failed to deallocate #1544

Closed
scw00 opened this issue Mar 7, 2017 · 4 comments
Closed

AddressSanitizer failed to deallocate #1544

scw00 opened this issue Mar 7, 2017 · 4 comments
Labels
Milestone

Comments

@scw00
Copy link
Member

scw00 commented Mar 7, 2017

==22977== ERROR: AddressSanitizer failed to deallocate 0x23000 (143360) bytes at address 0x7fff680d0000
==22977== AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x80000 (524288) bytes at address 0x7fff67fc7000
==22977== AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x200000 (2097152) bytes at address 0x7fff67da4000
==22977== AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x100000 (1048576) bytes at address 0x7fff67c81000
==22977== AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x4000 (16384) bytes at address 0x7ffff7fdd000
==22977== AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x23000 (143360) bytes at address 0x7fff66f00000
==22977== AddressSanitizer CHECK failed: ../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable to unmap" && 0)) != (0)" (0x0, 0x0)
@bryancall
Copy link
Contributor

What version are you running? I am seeing the same errors with 7.1.0.

@bryancall bryancall added the Core label Mar 7, 2017
@bryancall bryancall added this to the 7.2.0 milestone Mar 7, 2017
@scw00
Copy link
Member Author

scw00 commented Mar 7, 2017

7.1.0

@shinrich
Copy link
Member

shinrich commented Mar 8, 2017

Also reported via issue #1498. I think there is a problem with freeing memory if the free list is deallocated (-f). When I accidentally left the -f flag on after I reinstalled a non-ASAN build, my system crashed due to out of memory within minutes. Without the -f flag, my production box has been running for days without appreciable memory growth.

@zwoop
Copy link
Contributor

zwoop commented Mar 9, 2017

Duplicate of #1498.

@zwoop zwoop closed this as completed Mar 9, 2017
@zwoop zwoop modified the milestones: 7.2.0, 8.0.0 Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants