Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
[...] BM_DictDecodingByteArray/DecodeArrowNonNull_Dict/65536 42199236 ns 42186639 ns 1 8.91692MB/s pure virtual method called terminate called without an active exception
Attachments
Issue Links
- links to
Activity
Antoine Pitrou
created issue -
Antoine Pitrou
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | [C++] parquet-encoding-benchmark crashes in debug mode | [C++] parquet-encoding-benchmark crashes |
Wes McKinney
made changes -
Fix Version/s | cpp-1.6.0 [ 12343927 ] |
Wes McKinney
made changes -
Assignee | Wes McKinney [ wesmckinn ] |
Antoine Pitrou
made changes -
Assignee | Wes McKinney [ wesmckinn ] | Antoine Pitrou [ pitrou ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #5120 (Web Link)" [ 166666 ] |
ASF GitHub Bot
made changes -
Labels | pull-request-available |
ASF GitHub Bot
logged work - 19/Aug/19 19:01
-
- Time Spent:
- 10m
-
pitrou commented on pull request #5120:
PARQUET-1640: [C++] Fix crash in parquet-encoding-benchmark
URL: https://github.com/apache/arrow/pull/5120
The crash is due to undefined order of global variable destruction.
But destroying a PoolBuffer relies on its MemoryPool being still alive.
Release resources in TearDown() instead.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
ASF GitHub Bot
made changes -
Worklog Id | 297355 [ 297355 ] | |
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 10m [ 600 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #5120 (Web Link)" [ 166666 ] | This issue links to "GitHub Pull Request #5120 (Web Link)" [ 166666 ] |
ASF GitHub Bot
logged work - 19/Aug/19 21:06
-
- Time Spent:
- 10m
-
wesm commented on issue #5120:
PARQUET-1640: [C++] Fix crash in parquet-encoding-benchmark
URL: https://github.com/apache/arrow/pull/5120#issuecomment-522753973
Travis: https://travis-ci.org/pitrou/arrow/builds/573978042
Appveyor: https://ci.appveyor.com/project/pitrou/arrow/builds/26806054
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
ASF GitHub Bot
made changes -
Worklog Id | 297420 [ 297420 ] | |
Time Spent | 10m [ 600 ] | 20m [ 1200 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #5120 (Web Link)" [ 166666 ] | This issue links to "GitHub Pull Request #5120 (Web Link)" [ 166666 ] |
ASF GitHub Bot
logged work - 19/Aug/19 21:16
-
- Time Spent:
- 10m
-
wesm commented on pull request #5120:
PARQUET-1640: [C++] Fix crash in parquet-encoding-benchmark
URL: https://github.com/apache/arrow/pull/5120
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
ASF GitHub Bot
made changes -
Worklog Id | 297423 [ 297423 ] | |
Time Spent | 20m [ 1200 ] | 0.5h [ 1800 ] |
Wes McKinney
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
gdb backtrace: