Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
Description
It looks like something added when we allowed possibly this commit: https://github.com/apache/arrow/commit/6cf344b61e619baff35d20b33a43086d0c515290
Start test: read_parquet() and write_parquet() accept connection objects /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:351:43: runtime error: addition of unsigned offset to 0x7fcf2d9828ef overflowed to 0x7fcf2d9828ee #0 0x7fcf47ec85e6 in snappy::(anonymous namespace)::Copy64BytesWithPatternExtension(char*, unsigned long) /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:351:43 #1 0x7fcf47ec85e6 in std::__1::pair<unsigned char const*, long> snappy::DecompressBranchless<char*>(unsigned char const*, unsigned char const*, long, char*, long) /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:1115:15 #2 0x7fcf47ece1ce in void snappy::SnappyDecompressor::DecompressAllTags<snappy::SnappyArrayWriter>(snappy::SnappyArrayWriter*) /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:1261:15 #3 0x7fcf47ec23f1 in bool snappy::InternalUncompressAllTags<snappy::SnappyArrayWriter>(snappy::SnappyDecompressor*, snappy::SnappyArrayWriter*, unsigned int, unsigned int) /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:1456:17 #4 0x7fcf47ec028e in bool snappy::InternalUncompress<snappy::SnappyArrayWriter>(snappy::Source*, snappy::SnappyArrayWriter*) /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:1443:10 #5 0x7fcf47ec028e in snappy::RawUncompress(snappy::Source*, char*) /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:1831:10 #6 0x7fcf47ec028e in snappy::RawUncompress(char const*, unsigned long, char*) /tmp/RtmpprdG98/fileb506e363f61/snappy_ep-prefix/src/snappy_ep/snappy.cc:1826:10 #7 0x7fcf44901b20 in arrow::util::internal::(anonymous namespace)::SnappyCodec::Decompress(long, unsigned char const*, long, unsigned char*) /arrow/cpp/src/arrow/util/compression_snappy.cc:56:10 #8 0x7fcf43208187 in parquet::(anonymous namespace)::SerializedPageReader::DecompressIfNeeded(std::__1::shared_ptr<arrow::Buffer>, int, int, int) /arrow/cpp/src/parquet/column_reader.cc:501:3 #9 0x7fcf43204047 in parquet::(anonymous namespace)::SerializedPageReader::NextPage() /arrow/cpp/src/parquet/column_reader.cc:413:11 #10 0x7fcf43223ebf in parquet::(anonymous namespace)::ColumnReaderImplBase<parquet::PhysicalType<(parquet::Type::type)6> >::ReadNewPage() /arrow/cpp/src/parquet/column_reader.cc:604:31
Attachments
Issue Links
- links to