mapleFU opened a new issue, #45426:
URL: https://github.com/apache/arrow/issues/45426

   ### Describe the enhancement requested
   
   apache arrow uses `arrow::Status` to handling error. This works well. 
However, when using `::arrow::ThreadPool`, the internal task will not catch the 
exception when internal task throw exception, causing the coredump here.
   
   There're many ways for solving this problem:
   1. Make sure the caller doesn't throw any exceptions, and do nothing in 
arrow libraries
   2. Capture the exception in arrow ThreadPool
   
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to