You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jörn Horstmann (Jira)" <ji...@apache.org> on 2020/12/20 15:52:00 UTC

[jira] [Updated] (ARROW-10991) [Rust]: Valgrind warnings in filter kernel

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

Jörn Horstmann updated ARROW-10991:
-----------------------------------
    Description: 
When running tests with the {{release}} profile. Also only seems to happen when running multiple tests, couldn't reproduce yet with a single test case.
{code:java}
==42927== Conditional jump or move depends on uninitialised value(s)
==42927==    at 0x384DE0: arrow::compute::kernels::filter::FilterContext::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
==42927==    by 0x396394: arrow::compute::kernels::filter::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
==42927==    by 0x34B786: core::ops::function::FnOnce::call_once (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
{code}

  was:
{code}
==42927== Conditional jump or move depends on uninitialised value(s)
==42927==    at 0x384DE0: arrow::compute::kernels::filter::FilterContext::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
==42927==    by 0x396394: arrow::compute::kernels::filter::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
==42927==    by 0x34B786: core::ops::function::FnOnce::call_once (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
{code}


> [Rust]: Valgrind warnings in filter kernel
> ------------------------------------------
>
>                 Key: ARROW-10991
>                 URL: https://issues.apache.org/jira/browse/ARROW-10991
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>            Reporter: Jörn Horstmann
>            Assignee: Jörn Horstmann
>            Priority: Major
>
> When running tests with the {{release}} profile. Also only seems to happen when running multiple tests, couldn't reproduce yet with a single test case.
> {code:java}
> ==42927== Conditional jump or move depends on uninitialised value(s)
> ==42927==    at 0x384DE0: arrow::compute::kernels::filter::FilterContext::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
> ==42927==    by 0x396394: arrow::compute::kernels::filter::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
> ==42927==    by 0x34B786: core::ops::function::FnOnce::call_once (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
> {code}



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