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

[jira] [Updated] (ARROW-14302) [C++] Valgrind errors

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

Jonathan Keane updated ARROW-14302:
-----------------------------------
    Description: 
Separated from ARROW-14211

See nightly builds:
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=12564&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181
https://github.com/ursacomputing/crossbow/runs/3780500627

Might this also be causing the R-valgrind errors too? https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=12612&view=results

{code}
==3189==   total heap usage: 5,735,451 allocs, 5,670,052 frees, 3,803,148,548 bytes allocated
==3189== 
==3189== LEAK SUMMARY:
==3189==    definitely lost: 0 bytes in 0 blocks
==3189==    indirectly lost: 0 bytes in 0 blocks
==3189==      possibly lost: 0 bytes in 0 blocks
==3189==    still reachable: 335,471,438 bytes in 65,399 blocks
==3189==                       of which reachable via heuristic:
==3189==                         newarray           : 4,264 bytes in 1 blocks
==3189==         suppressed: 0 bytes in 0 blocks
==3189== Reachable blocks (those to which a pointer was found) are not shown.
==3189== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==3189== 
==3189== For lists of detected and suppressed errors, rerun with: -s
==3189== ERROR SUMMARY: 172 errors from 1 contexts (suppressed: 0 from 0)
Found Valgrind errors
1
Error: `docker-compose --file /home/vsts/work/1/s/arrow/docker-compose.yml run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=6.0.0.dev373 ubuntu-r-valgrind` exited with a non-zero exit code 1, see the process log above.
{code}

  was:Separated from ARROW-14211


> [C++] Valgrind errors
> ---------------------
>
>                 Key: ARROW-14302
>                 URL: https://issues.apache.org/jira/browse/ARROW-14302
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Jonathan Keane
>            Assignee: Michal Nowakiewicz
>            Priority: Major
>             Fix For: 6.0.0
>
>
> Separated from ARROW-14211
> See nightly builds:
> https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=12564&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181
> https://github.com/ursacomputing/crossbow/runs/3780500627
> Might this also be causing the R-valgrind errors too? https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=12612&view=results
> {code}
> ==3189==   total heap usage: 5,735,451 allocs, 5,670,052 frees, 3,803,148,548 bytes allocated
> ==3189== 
> ==3189== LEAK SUMMARY:
> ==3189==    definitely lost: 0 bytes in 0 blocks
> ==3189==    indirectly lost: 0 bytes in 0 blocks
> ==3189==      possibly lost: 0 bytes in 0 blocks
> ==3189==    still reachable: 335,471,438 bytes in 65,399 blocks
> ==3189==                       of which reachable via heuristic:
> ==3189==                         newarray           : 4,264 bytes in 1 blocks
> ==3189==         suppressed: 0 bytes in 0 blocks
> ==3189== Reachable blocks (those to which a pointer was found) are not shown.
> ==3189== To see them, rerun with: --leak-check=full --show-leak-kinds=all
> ==3189== 
> ==3189== For lists of detected and suppressed errors, rerun with: -s
> ==3189== ERROR SUMMARY: 172 errors from 1 contexts (suppressed: 0 from 0)
> Found Valgrind errors
> 1
> Error: `docker-compose --file /home/vsts/work/1/s/arrow/docker-compose.yml run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=6.0.0.dev373 ubuntu-r-valgrind` exited with a non-zero exit code 1, see the process log above.
> {code}



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