Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
Description
If I enable both CUDA and code coverage (using -DARROW_GENERATE_COVERAGE=on), cuda-test sometimes crashes at shutdown with the following message:
*** 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]
(the CUDA tests themselves pass)
Attachments
Issue Links
- links to