You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2021/10/19 07:46:00 UTC

[jira] [Commented] (ARROW-14370) [C++] ASAN CI job failed

    [ https://issues.apache.org/jira/browse/ARROW-14370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430374#comment-17430374 ] 

Yibo Cai commented on ARROW-14370:
----------------------------------

cc [~westonpace]

> [C++] ASAN CI job failed
> ------------------------
>
>                 Key: ARROW-14370
>                 URL: https://issues.apache.org/jira/browse/ARROW-14370
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Yibo Cai
>            Priority: Critical
>             Fix For: 6.0.0
>
>
> 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}}.
> {code:bash}
> $ 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).
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)