paleolimbot commented on issue #46435:
URL: https://github.com/apache/arrow/issues/46435#issuecomment-2898147548

   For me as I debug this, the log is:
   
   ```
   [ RUN      ] TestGeometryValuesWriter.TestWriteAndReadAllNull
   ==15733== Conditional jump or move depends on uninitialised value(s)
   ==15733==    at 0x4C04A99: AddIfNotNull<parquet::ByteArray> 
(column_writer.cc:154)
   ==15733==    by 0x4C04A99: 
parquet::TypedColumnWriterImpl<parquet::PhysicalType<(parquet::Type::type)6> 
>::WriteBatchInternal(long, short const*, short const*, parquet::ByteArray 
const*)::{lambda(long, long, bool)#1}::operator()(long, long, bool) const 
(column_writer.cc:1307)
   ==15733==    by 0x4C04BEA: void 
parquet::DoInBatches<parquet::TypedColumnWriterImpl<parquet::PhysicalType<(parquet::Type::type)6>
 >::WriteBatchInternal(long, short const*, short const*, parquet::ByteArray 
const*)::{lambda(long, long, bool)#1}&>(long, long, 
parquet::TypedColumnWriterImpl<parquet::PhysicalType<(parquet::Type::type)6> 
>::WriteBatchInternal(long, short const*, short const*, parquet::ByteArray 
const*)::{lambda(long, long, bool)#1}&) (column_writer.cc:1161)
   ==15733==    by 0x4C04C47: void 
parquet::DoInBatches<parquet::TypedColumnWriterImpl<parquet::PhysicalType<(parquet::Type::type)6>
 >::WriteBatchInternal(long, short const*, short const*, parquet::ByteArray 
const*)::{lambda(long, long, bool)#1}&>(short const*, short const*, long, long, 
parquet::TypedColumnWriterImpl<parquet::PhysicalType<(parquet::Type::type)6> 
>::WriteBatchInternal(long, short const*, short const*, parquet::ByteArray 
const*)::{lambda(long, long, bool)#1}&, bool) (column_writer.cc:1172)
   ==15733==    by 0x4C04E23: 
parquet::TypedColumnWriterImpl<parquet::PhysicalType<(parquet::Type::type)6> 
>::WriteBatchInternal(long, short const*, short const*, parquet::ByteArray 
const*) (column_writer.cc:1315)
   ==15733==    by 0x4C04E5B: 
parquet::TypedColumnWriterImpl<parquet::PhysicalType<(parquet::Type::type)6> 
>::WriteBatch(long, short const*, short const*, parquet::ByteArray const*) 
(column_writer.cc:1286)
   ==15733==    by 0x40B7036: 
parquet::test::TestGeometryValuesWriter_TestWriteAndReadAllNull_Test::TestBody()
 (column_writer_test.cc:2001)
   ==15733==    by 0x6F279FB: void 
testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, 
void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2653)
   ==15733==    by 0x6F3C32D: void 
testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, 
void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2689)
   ==15733==    by 0x6F3C54D: testing::Test::Run() (gtest.cc:2728)
   ==15733==    by 0x6F3C8A3: testing::TestInfo::Run() (gtest.cc:2874)
   ==15733==    by 0x6F3F69A: testing::TestSuite::Run() (gtest.cc:3052)
   ==15733==    by 0x6F43432: testing::internal::UnitTestImpl::RunAllTests() 
(gtest.cc:6004)
   ==15733==    by 0x6F27D0C: bool 
testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
 bool>(testing::internal::UnitTestImpl*, bool 
(testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2653)
   ==15733==    by 0x6F3CB14: bool 
testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,
 bool>(testing::internal::UnitTestImpl*, bool 
(testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2689)
   ==15733==    by 0x6F3CCDF: testing::UnitTest::Run() (gtest.cc:5583)
   ==15733==    by 0x4FC6829: RUN_ALL_TESTS() (gtest.h:2334)
   ==15733==    by 0x4FC6866: main (gtest_main.cc:64)
   ==15733== 
   {
      <insert_a_suppression_name_here>
      Memcheck:Cond
      fun:AddIfNotNull<parquet::ByteArray>
      
fun:_ZZN7parquet21TypedColumnWriterImplINS_12PhysicalTypeILNS_4Type4typeE6EEEE18WriteBatchInternalElPKsS7_PKNS_9ByteArrayEENKUlllbE_clEllb
      
fun:_ZN7parquet11DoInBatchesIRZNS_21TypedColumnWriterImplINS_12PhysicalTypeILNS_4Type4typeE6EEEE18WriteBatchInternalElPKsS8_PKNS_9ByteArrayEEUlllbE_EEvllOT_
      
fun:_ZN7parquet11DoInBatchesIRZNS_21TypedColumnWriterImplINS_12PhysicalTypeILNS_4Type4typeE6EEEE18WriteBatchInternalElPKsS8_PKNS_9ByteArrayEEUlllbE_EEvS8_S8_llOT_b
      
fun:_ZN7parquet21TypedColumnWriterImplINS_12PhysicalTypeILNS_4Type4typeE6EEEE18WriteBatchInternalElPKsS7_PKNS_9ByteArrayE
      
fun:_ZN7parquet21TypedColumnWriterImplINS_12PhysicalTypeILNS_4Type4typeE6EEEE10WriteBatchElPKsS7_PKNS_9ByteArrayE
      
fun:_ZN7parquet4test53TestGeometryValuesWriter_TestWriteAndReadAllNull_Test8TestBodyEv
      
fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
      
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
      fun:_ZN7testing4Test3RunEv
      fun:_ZN7testing8TestInfo3RunEv
      fun:_ZN7testing9TestSuite3RunEv
      fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
      
fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
      
fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
      fun:_ZN7testing8UnitTest3RunEv
      fun:_Z13RUN_ALL_TESTSv
      fun:main
   }
   ```


-- 
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]

Reply via email to