[
https://issues.apache.org/jira/browse/ARROW-16374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Keane resolved ARROW-16374.
------------------------------------
Fix Version/s: 8.0.0
(was: 9.0.0)
Resolution: Fixed
Issue resolved by pull request 13014
[https://github.com/apache/arrow/pull/13014]
> [R] [C++] skip another snappy test during sanitizer runs
> --------------------------------------------------------
>
> Key: ARROW-16374
> URL: https://issues.apache.org/jira/browse/ARROW-16374
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, R
> Reporter: Jonathan Keane
> Assignee: Jonathan Keane
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> It looks like something added when we allowed possibly this commit:
> https://github.com/apache/arrow/commit/6cf344b61e619baff35d20b33a43086d0c515290
> {code}
> 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
> {code}
> https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=24258&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=12525
--
This message was sent by Atlassian Jira
(v8.20.7#820007)