pravindra commented on pull request #11551: URL: https://github.com/apache/arrow/pull/11551#issuecomment-964812089
@augustoasilva There was two failures in one of the C++ tests [here](https://github.com/apache/arrow/runs/4161313693?check_suite_focus=true). can you please fix that ? [ RUN ] TestGdvFnStubs.TestMaskFirstN ================================================================= ==18940==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000009442fd at pc 0x00000053b039 bp 0x7fff1703f740 sp 0x7fff1703eef0 READ of size 7 at 0x0000009442fd thread T0 #0 0x53b038 in __asan_memcpy (/build/cpp/debug/gandiva-internals-test+0x53b038) #1 0x7f7889f29d46 in gdv_fn_mask_first_n /arrow/cpp/src/gandiva/gdv_function_stubs.cc:861:3 #2 0x820911 in gandiva::TestGdvFnStubs_TestMaskFirstN_Test::TestBody() /arrow/cpp/src/gandiva/gdv_function_stubs_test.cc:789:12 #3 0x7f7871ef526d in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /build/cpp/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest.cc:2607:10 #4 0x7f7871ed9b0a in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /build/cpp/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest.cc:2643:14 [ RUN ] TestProjector.TestMaskFirstMaskLastN /arrow/cpp/src/gandiva/gdv_function_stubs.cc:219:43: runtime error: null pointer passed as argument 2, which is declared to never be null /usr/include/string.h:44:28: note: nonnull attribute specified here #0 0x7f5973c30471 in gdv_fn_populate_varlen_vector /arrow/cpp/src/gandiva/gdv_function_stubs.cc:219:3 #1 0x7f5956bfe367 (<unknown module>) #2 0x7f5973caab4b in gandiva::LLVMGenerator::Execute(arrow::RecordBatch const&, gandiva::SelectionVector const*, std::vector<std::shared_ptr<arrow::ArrayData>, std::allocator<std::shared_ptr<arrow::ArrayData> > > const&) /arrow/cpp/src/gandiva/llvm_generator.cc:127:5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
