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

[jira] [Created] (ARROW-13127) [R] Valgrind nightly errors

Jonathan Keane created ARROW-13127:
--------------------------------------

             Summary: [R] Valgrind nightly errors
                 Key: ARROW-13127
                 URL: https://issues.apache.org/jira/browse/ARROW-13127
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Jonathan Keane
            Assignee: Jonathan Keane


The valgrind build started failing after ARROW-12940

{code}
2021-06-18T08:49:16.1878838Z ==3152== HEAP SUMMARY:
2021-06-18T08:49:16.1879675Z ==3152==     in use at exit: 322,582,523 bytes in 61,880 blocks
2021-06-18T08:49:16.1880819Z ==3152==   total heap usage: 3,757,688 allocs, 3,695,808 frees, 2,834,314,851 bytes allocated
2021-06-18T08:49:16.1881622Z ==3152== 
2021-06-18T08:49:22.5758797Z ==3152== 80 bytes in 2 blocks are definitely lost in loss record 78 of 3,503
2021-06-18T08:49:22.5760744Z ==3152==    at 0x483BE63: operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
2021-06-18T08:49:22.5761709Z ==3152==    by 0xDA19849: arrow::r::Pointer<ArrowArrayStream>::Pointer() (arrow_cpp11.h:43)
2021-06-18T08:49:22.5762911Z ==3152==    by 0xDA18E2D: allocate_arrow_array_stream() (py-to-r.cpp:37)
2021-06-18T08:49:22.5763768Z ==3152==    by 0xD96524E: _arrow_allocate_arrow_array_stream (arrowExports.cpp:5171)
2021-06-18T08:49:22.5764526Z ==3152==    by 0x49420CC: R_doDotCall (dotcode.c:595)
2021-06-18T08:49:22.5765172Z ==3152==    by 0x49B135F: bcEval (eval.c:7671)
2021-06-18T08:49:22.5765816Z ==3152==    by 0x498C2A2: Rf_eval (eval.c:727)
2021-06-18T08:49:22.5766469Z ==3152==    by 0x498F011: R_execClosure (eval.c:1897)
2021-06-18T08:49:22.5767477Z ==3152==    by 0x498ECC4: Rf_applyClosure (eval.c:1823)
2021-06-18T08:49:22.5768126Z ==3152==    by 0x498CA9D: Rf_eval (eval.c:850)
2021-06-18T08:49:22.5768761Z ==3152==    by 0x4992CBC: do_set (eval.c:2969)
2021-06-18T08:49:22.5769394Z ==3152==    by 0x498C6F9: Rf_eval (eval.c:802)
2021-06-18T08:49:22.5769944Z ==3152== 
2021-06-18T08:49:22.5798556Z ==3152== LEAK SUMMARY:
2021-06-18T08:49:22.5799258Z ==3152==    definitely lost: 80 bytes in 2 blocks
2021-06-18T08:49:22.5799886Z ==3152==    indirectly lost: 0 bytes in 0 blocks
2021-06-18T08:49:22.5800473Z ==3152==      possibly lost: 0 bytes in 0 blocks
2021-06-18T08:49:22.5801069Z ==3152==    still reachable: 322,582,443 bytes in 61,878 blocks
2021-06-18T08:49:22.5801723Z ==3152==                       of which reachable via heuristic:
2021-06-18T08:49:22.5802405Z ==3152==                         newarray           : 4,264 bytes in 1 blocks
2021-06-18T08:49:22.5803252Z ==3152==         suppressed: 0 bytes in 0 blocks
2021-06-18T08:49:22.5803924Z ==3152== Reachable blocks (those to which a pointer was found) are not shown.
2021-06-18T08:49:22.5805123Z ==3152== To see them, rerun with: --leak-check=full --show-leak-kinds=all
2021-06-18T08:49:22.5805760Z ==3152== 
2021-06-18T08:49:22.5806608Z ==3152== For lists of detected and suppressed errors, rerun with: -s
2021-06-18T08:49:22.5807380Z ==3152== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 1)
{code}

https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=6831&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=13093



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