You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/07/11 15:50:00 UTC

[jira] [Created] (ARROW-17041) [C++][CI] arrow-compute-scalar-test fails on test-conda-cpp-valgrind

Raúl Cumplido created ARROW-17041:
-------------------------------------

             Summary: [C++][CI] arrow-compute-scalar-test fails on test-conda-cpp-valgrind
                 Key: ARROW-17041
                 URL: https://issues.apache.org/jira/browse/ARROW-17041
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Raúl Cumplido
             Fix For: 9.0.0


There seems to be an issue on the arrow-compute-scalar-test as it has been failing for the last days, example: [https://github.com/ursacomputing/crossbow/runs/7274655770]

See [https://crossbow.voltrondata.com/]

Error:
{code:java}
==13125== 
==13125== HEAP SUMMARY:
==13125==     in use at exit: 16,090 bytes in 161 blocks
==13125==   total heap usage: 14,612,979 allocs, 14,612,818 frees, 2,853,741,784 bytes allocated
==13125== 
==13125== LEAK SUMMARY:
==13125==    definitely lost: 0 bytes in 0 blocks
==13125==    indirectly lost: 0 bytes in 0 blocks
==13125==      possibly lost: 0 bytes in 0 blocks
==13125==    still reachable: 16,090 bytes in 161 blocks
==13125==         suppressed: 0 bytes in 0 blocks
==13125== Reachable blocks (those to which a pointer was found) are not shown.
==13125== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==13125== 
==13125== Use --track-origins=yes to see where uninitialised values come from
==13125== For lists of detected and suppressed errors, rerun with: -s
==13125== ERROR SUMMARY: 54 errors from 12 contexts (suppressed: 517836 from 44) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)