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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
