You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/14 01:46:32 UTC

[GitHub] [arrow] kou commented on issue #10616: Having trouble getting Arrow and Red Parquet to work on OS X 10.15.7 (Catalina)

kou commented on issue #10616:
URL: https://github.com/apache/arrow/issues/10616#issuecomment-1183863383

   In general, we can't call `fork()` after we have multiple living threads. We need to stop extra threads before we call `fork()`. We need to confirm what threads are running on `fork()` for it.
   
   Could you provide a backtrace when `objc_initializeAfterForkError()` is called?
   
   > ```text
   > objc[27898]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
   > ```


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