pitrou commented on issue #43057:
URL: https://github.com/apache/arrow/issues/43057#issuecomment-2328155507

   I finally got a backtrace from 
https://github.com/ursacomputing/crossbow/actions/runs/10686494834/job/29654051500:
   ```
   #0  0x00007faf45e66121 in EVP_CipherInit_ex () from 
/lib/x86_64-linux-gnu/libcrypto.so.1.1
   #1  0x00007faf4c4bde73 in 
parquet::encryption::AesDecryptor::AesDecryptorImpl::GcmDecrypt ()
       at /arrow/cpp/src/parquet/encryption/encryption_internal.cc:616
   #2  0x00007faf4c4beaf0 in 
parquet::encryption::AesDecryptor::AesDecryptorImpl::Decrypt ()
       at /arrow/cpp/src/parquet/encryption/encryption_internal.cc:724
   #3  0x00007faf4c4bc97f in parquet::encryption::AesDecryptor::Decrypt () at 
/arrow/cpp/src/parquet/encryption/encryption_internal.cc:435
   #4  0x00007faf4c391672 in parquet::Decryptor::Decrypt () at 
/arrow/cpp/src/parquet/encryption/internal_file_decryptor.cc:46
   #5  0x00007faf4c25f053 in 
parquet::ThriftDeserializer::DeserializeMessage<parquet::format::PageHeader> ()
       at /arrow/cpp/src/parquet/thrift_internal.h:424
   #6  0x00007faf4c20ae29 in NextPage () at 
/arrow/cpp/src/parquet/column_reader.cc:453
   #7  0x00007faf4c2476ee in ReadNewPage () at 
/arrow/cpp/src/parquet/column_reader.cc:719
   #8  0x00007faf4c23addd in HasNextInternal () at 
/arrow/cpp/src/parquet/column_reader.cc:699
   #9  0x00007faf4c22c2dc in ReadRecords () at 
/arrow/cpp/src/parquet/column_reader.cc:1402
   #10 0x00007faf4c112c74 in LoadBatch () at 
/arrow/cpp/src/parquet/arrow/reader.cc:482
   #11 0x00007faf4c12bf07 in parquet::arrow::ColumnReaderImpl::NextBatch () at 
/arrow/cpp/src/parquet/arrow/reader.cc:109
   #12 0x00007faf4c1113b3 in ReadColumn () at 
/arrow/cpp/src/parquet/arrow/reader.cc:284
   #13 0x00007faf4c11885b in operator() () at 
/arrow/cpp/src/parquet/arrow/reader.cc:1262
   #14 0x00007faf4c11c2f7 in 
OptionalParallelForAsync<parquet::arrow::(anonymous 
namespace)::FileReaderImpl::DecodeRowGroups(std::shared_ptr<parquet::ar
   row::(anonymous namespace)::FileReaderImpl>, const std::vector<int>&, const 
std::vector<int>&, arrow::internal::Executor*)::<lambda(size_t, std::shar
   ed_ptr<parquet::arrow::ColumnReaderImpl>)>&, 
std::shared_ptr<parquet::arrow::ColumnReaderImpl> >(void) () at 
/arrow/cpp/src/arrow/util/parallel.h:95
   #15 0x00007faf4c118f8f in DecodeRowGroups () at 
/arrow/cpp/src/parquet/arrow/reader.cc:1280
   #16 0x00007faf4c117b92 in ReadOneRowGroup () at 
/arrow/cpp/src/parquet/arrow/reader.cc:1166
   #17 0x00007faf4c12d8cc in 
parquet::arrow::RowGroupGenerator::FetchNext()::{lambda()#1}::operator()() 
const ()
       at /arrow/cpp/src/parquet/arrow/reader.cc:1139
   [...]
   ```


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