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

[C++] Disable ASAN when building io-hdfs-test.cc #18256

Open
asfimport opened this issue Mar 13, 2018 · 3 comments
Open

[C++] Disable ASAN when building io-hdfs-test.cc #18256

asfimport opened this issue Mar 13, 2018 · 3 comments

Comments

@asfimport
Copy link

ASAN reports spurious memory leaks in this unit test module. I am not sure the easiest way to conditionally scrub the ASAN flags from such a unit test's compilation flags

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-2303. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
[~emkornfield@gmail.com] what do you recommend on this one?

@asfimport
Copy link
Author

Micah Kornfield / @emkornfield:
I think there is potentially a black-list.  Are there steps to reproduce (i.e. is there anything other then turning on HDFS and ASAN in the build necessary to reproduce this?)

@asfimport
Copy link
Author

Wes McKinney / @wesm:
That's all that's necessary IIRC. I removed from 0.15.0 as this isn't really harming anything at the moment (other than being a bit unsightly)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant