[
https://issues.apache.org/jira/browse/ARROW-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16473585#comment-16473585
]
Uwe L. Korn commented on ARROW-2561:
------------------------------------
Are you able to get {{valgrind}} or {{AddressSanitizer}} output for this crash?
Problems with {{__cxa_finalize}} could also indicate that we a library linked
once statically and once dynamically but we would need {{valgrind}}/… to
discover that.
> [C++] Crash in cuda-test shutdown with coverage enabled
> -------------------------------------------------------
>
> Key: ARROW-2561
> URL: https://issues.apache.org/jira/browse/ARROW-2561
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, GPU
> Affects Versions: 0.9.0
> Reporter: Antoine Pitrou
> Priority: Major
>
> If I enable both CUDA and code coverage (using
> {{-DARROW_GENERATE_COVERAGE=on}}), {{cuda-test}} sometimes crashes at
> shutdown with the following message:
> {code}
> *** Error in `./build-test/debug/cuda-test': corrupted size vs. prev_size:
> 0x0000000001612bb0 ***
> ======= Backtrace: =========
> /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fc3d61e47e5]
> /lib/x86_64-linux-gnu/libc.so.6(+0x7e9dc)[0x7fc3d61eb9dc]
> /lib/x86_64-linux-gnu/libc.so.6(+0x81cde)[0x7fc3d61eecde]
> /lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7fc3d61f1184]
> /home/antoine/arrow/cpp/build-test/debug/libarrow.so.10(+0x9350f3)[0x7fc3d5a510f3]
> /lib/x86_64-linux-gnu/libc.so.6(__cxa_finalize+0x9a)[0x7fc3d61a736a]
> /home/antoine/arrow/cpp/build-test/debug/libarrow.so.10(+0x3415e3)[0x7fc3d545d5e3]
> {code}
> (the CUDA tests themselves pass)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)