[
https://issues.apache.org/jira/browse/ARROW-17927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614190#comment-17614190
]
Percy Camilo Triveño Aucahuasi commented on ARROW-17927:
--------------------------------------------------------
Using the recent changes (including the PR that solved this issue) I cannot
reproduce the issue anymore; this is the output I'm getting:
{code:java}
Running main() from
C:/M/mingw-w64-gtest/src/googletest-release-1.12.1/googletest/src/gtest_main.cc
Note: Google Test filter =
BasicNewScannerTests/TestScannerBase.ScanOrdered/3slow16f128b*
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from BasicNewScannerTests/TestScannerBase
[ RUN ] BasicNewScannerTests/TestScannerBase.ScanOrdered/3slow16f128b
[ OK ] BasicNewScannerTests/TestScannerBase.ScanOrdered/3slow16f128b
(3085 ms)
[----------] 1 test from BasicNewScannerTests/TestScannerBase (3096 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (3112 ms total)
[ PASSED ] 1 test.
Press <RETURN> to close this window...
{code}
Also, when I run all the tests (without
--gtest_filter="BasicNewScannerTests/TestScannerBase.ScanOrdered/3slow16f128b*"
) I cannot reproduce the issue either.
So it seems that the stacktrace and outputs I sent in the previous comment were
related to the original issue in this ticket.
> [C++] Sporadic crashes in arrow-dataset-scanner-test
> ----------------------------------------------------
>
> Key: ARROW-17927
> URL: https://issues.apache.org/jira/browse/ARROW-17927
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, Continuous Integration
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 7.5h
> Remaining Estimate: 0h
>
> Seen e.g. on this PR:
> https://github.com/apache/arrow/actions/runs/3181284056/jobs/5185859816#step:11:255
> {code}
> [----------] 8 tests from BasicNewScannerTests/TestScannerBase
> [ RUN ] BasicNewScannerTests/TestScannerBase.ScanOrdered/0fast1f128b
> [ OK ] BasicNewScannerTests/TestScannerBase.ScanOrdered/0fast1f128b (33
> ms)
> [ RUN ] BasicNewScannerTests/TestScannerBase.ScanOrdered/1fast16f128b
> [ OK ] BasicNewScannerTests/TestScannerBase.ScanOrdered/1fast16f128b
> (582 ms)
> [ RUN ] BasicNewScannerTests/TestScannerBase.ScanOrdered/2slow1f128b
> [ OK ] BasicNewScannerTests/TestScannerBase.ScanOrdered/2slow1f128b (65
> ms)
> [ RUN ] BasicNewScannerTests/TestScannerBase.ScanOrdered/3slow16f128b
> terminate called after throwing an instance of 'std::system_error'
> what(): Resource temporarily unavailable
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> terminate called recursively
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)