paleolimbot opened a new issue, #46326: URL: https://github.com/apache/arrow/issues/46326
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/issues/46314#issuecomment-2850314864 : > I am unsure whether the failure on [test-ubuntu-22.04-cpp-20](https://github.com/ursacomputing/crossbow/actions/runs/14826828522/job/41621137601) might be related but its segfaulting also on Parquet GeoArrow: The relevant tail of the very log log is ``` ... 2025-05-05T00:55:51.9357300Z #523858 0x00007f755b11b866 in arrow::rapidjson::operator==<int> () at /usr/include/rapidjson/document.h:925 2025-05-05T00:55:51.9357639Z #523859 0x00007f755b11b866 in arrow::rapidjson::operator==<int> () at /usr/include/rapidjson/document.h:925 2025-05-05T00:55:51.9357906Z #523860 0x00007f755b11b866 in arrow::rapidjson::operator==<int> () at /usr/include/rapidjson/document.h:925 2025-05-05T00:55:51.9358303Z #523861 0x00007f755b116638 in GeospatialGeoArrowCrsToParquetCrs () at /arrow/cpp/src/parquet/geospatial/util_json_internal.cc:64 2025-05-05T00:55:51.9358760Z #523862 0x00007f755b117236 in parquet::LogicalTypeFromGeoArrowMetadata () at /arrow/cpp/src/parquet/geospatial/util_json_internal.cc:157 2025-05-05T00:55:51.9359011Z #523863 0x00007f755af0ecef in FieldToNode () at /arrow/cpp/src/parquet/arrow/schema.cc:466 2025-05-05T00:55:51.9359363Z #523864 0x00007f755af13fa6 in parquet::arrow::FieldToNode () at /arrow/cpp/src/parquet/arrow/schema.cc:1138 2025-05-05T00:55:51.9359664Z #523865 0x00007f755af140a5 in parquet::arrow::ToParquetSchema () at /arrow/cpp/src/parquet/arrow/schema.cc:1147 2025-05-05T00:55:51.9360084Z #523866 0x0000557e47cdd033 in parquet::arrow::TestConvertArrowSchema::ConvertSchema () at /arrow/cpp/src/parquet/arrow/arrow_schema_test.cc:1180 2025-05-05T00:55:51.9360638Z #523867 0x0000557e47cbeec3 in parquet::arrow::TestConvertArrowSchema_ParquetGeoArrowCrsLonLat_Test::TestBody () at /arrow/cpp/src/parquet/arrow/arrow_schema_test.cc:1441 2025-05-05T00:55:51.9361419Z #523868 0x00007f755a9f1ebf in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) () from /usr/local/lib/libarrow_testing.so.2100 2025-05-05T00:55:51.9361683Z #523869 0x00007f755a9e6d46 in testing::Test::Run() () from /usr/local/lib/libarrow_testing.so.2100 2025-05-05T00:55:51.9362183Z #523870 0x00007f755a9e6ec5 in testing::TestInfo::Run() () from /usr/local/lib/libarrow_testing.so.2100 2025-05-05T00:55:51.9362459Z #523871 0x00007f755a9e7479 in testing::TestSuite::Run() () from /usr/local/lib/libarrow_testing.so.2100 2025-05-05T00:55:51.9362809Z #523872 0x00007f755a9e7b7f in testing::internal::UnitTestImpl::RunAllTests() () from /usr/local/lib/libarrow_testing.so.2100 2025-05-05T00:55:51.9363600Z #523873 0x00007f755a9f2487 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) () from /usr/local/lib/libarrow_testing.so.2100 2025-05-05T00:55:51.9363857Z #523874 0x00007f755a9e6f8c in testing::UnitTest::Run() () from /usr/local/lib/libarrow_testing.so.2100 2025-05-05T00:55:51.9363960Z #523875 0x0000557e4775b564 in main () 2025-05-05T00:55:51.9364071Z !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ``` I think this is a separate issue (stack overflow somewhere in rapidjson when comparing a value to an integer)...PR incoming! ### Component(s) C++, Parquet -- 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