paleolimbot opened a new issue, #749: URL: https://github.com/apache/arrow-nanoarrow/issues/749
Noted in CI on #746. Ref: https://github.com/apache/arrow-nanoarrow/actions/runs/14802193206/job/41563284683?pr=746 ``` stderr: ==4371== Memcheck, a memory error detector ==4371== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==4371== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info ==4371== Command: /home/runner/work/arrow-nanoarrow/arrow-nanoarrow/_meson_builddir/utils-test ==4371== ==4371== Conditional jump or move depends on uninitialised value(s) ==4371== at 0x121DA1: CmpHelperNE<nanoarrow::internal::Maybe<int>, int> (gtest.h:1457) ==4371== by 0x121DA1: MaybeTest_ConstructionAndConversion_Test::TestBody() (utils_test.cc:790) ==4371== by 0x16DFBE: HandleSehExceptionsInMethodIfSupported<testing::Test, void> (gtest.cc:2612) ==4371== by 0x16DFBE: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2648) ==4371== by 0x15D5E5: Run (gtest.cc:2687) ==4371== by 0x15D5E5: testing::Test::Run() (gtest.cc:2677) ==4371== by 0x15D82C: testing::TestInfo::Run() (gtest.cc:2836) ==4371== by 0x15FEA1: testing::TestSuite::Run() [clone .part.0] (gtest.cc:3015) ==4371== by 0x163AFD: Run (gtest.cc:2969) ==4371== by 0x163AFD: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:5920) ==4371== by 0x16E586: HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (gtest.cc:2612) ==4371== by 0x16E586: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2648) ==4371== by 0x15D90F: testing::UnitTest::Run() (gtest.cc:5484) ==4371== by 0x11D463: RUN_ALL_TESTS (gtest.h:2317) ==4371== by 0x11D463: main (gtest_main.cc:64) ==4371== Uninitialised value was created by a stack allocation ==4371== at 0x121D2E: MaybeTest_ConstructionAndConversion_Test::TestBody() (utils_test.cc:780) ==4371== ``` The code is here: https://github.com/apache/arrow-nanoarrow/blob/4c1e484ca7d575250444e0a8eee5884e13489104/src/nanoarrow/common/utils_test.cc#L780-L809 -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org