David Li created ARROW-14478:
--------------------------------
Summary: [C++] Potential stack overflow in async scanner
Key: ARROW-14478
URL: https://issues.apache.org/jira/browse/ARROW-14478
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: David Li
Observed in [AppVeyor
CI|https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/41288964/job/6s4bx6cd2kc6eld6]
on the main branch:
{noformat}
[ RUN ] TestScan/TestCsvFileFormatScan.ScanBatchSize/0AsyncThreaded16b1024r
unknown file: error: SEH exception with code 0xc00000fd thrown in the test body.
[ FAILED ]
TestScan/TestCsvFileFormatScan.ScanBatchSize/0AsyncThreaded16b1024r, where
GetParam() = AsyncThreaded16b1024r (250 ms){noformat}
>From some searching, this code corresponds to a stack overflow. We've
>previously seen errors similar to this, so it might be good to identify and
>track this down too. (It seems less likely on Linux due to the larger default
>stack size.)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)