You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/10 20:13:07 UTC

[GitHub] [arrow] westonpace commented on issue #34653: [CI][C++] Flaky segmentation fault on arrow-dataset-file-json-test

westonpace commented on issue #34653:
URL: https://github.com/apache/arrow/issues/34653#issuecomment-1502262760

   > I'm still not sure why this only occurs on Alpine...
   
   Iterating futures can lead to stack blowup (VisitAsyncGenerator and a few other places have specialized code to avoid this).  I thought maybe alpine linux might have a smaller stack depth but it seems the default is the same as Ubuntu so it might just be because it is running more slowly.  Slower code tends to experience more stack blowup because the futures are likely to be already fulfilled before the continuation is set.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org