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++] ASAN CI job failed #29938

Closed
asfimport opened this issue Oct 19, 2021 · 2 comments
Closed

[C++] ASAN CI job failed #29938

asfimport opened this issue Oct 19, 2021 · 2 comments

Comments

@asfimport
Copy link

Log at https://github.com/apache/arrow/pull/11456/checks?check_run_id=3935325884

Managed to reproduce locally, looks it's related to test SeqMergedGeneratorTestFixture.ErrorItem.

$ cmake -GNinja -DARROW_JEMALLOC=OFF -DARROW_USE_ASAN=ON -DARROW_USE_UBSAN=ON -DCMAKE_BUILD_TYPE=debug -DARROW_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=/usr/bin/clang++-8 -DCMAKE_C_COMPILER=/usr/bin/clang-8 ..

$ ninja -j16

$ debug/arrow-utility-test --gtest_filter=SeqMergedGeneratorTestFixture.ErrorItem

Note: Google Test filter = SeqMergedGeneratorTestFixture.ErrorItem                                                                                                                                                        
......

==1177234==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 512 byte(s) in 1 object(s) allocated from:
......

SUMMARY: AddressSanitizer: 2944 byte(s) leaked in 25 allocation(s).

Reporter: Yibo Cai / @cyb70289
Assignee: Krisztian Szucs / @kszucs

PRs and other links:

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

@asfimport
Copy link
Author

Yibo Cai / @cyb70289:
cc @westonpace

@asfimport
Copy link
Author

Krisztian Szucs / @kszucs:
Issue resolved by pull request 11461
#11461

@asfimport asfimport added this to the 6.0.0 milestone Jan 11, 2023
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

2 participants