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

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

     [ https://issues.apache.org/jira/browse/ARROW-17041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-17041.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 13597
[https://github.com/apache/arrow/pull/13597]

> [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
>            Assignee: Antoine Pitrou
>            Priority: Critical
>              Labels: Nightly, pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)