Project

General

Profile

Actions

Bug #20631

open

Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta

Added by hsbt (Hiroshi SHIBATA) 6 days ago. Updated 6 days ago.

Status:
Assigned
Target version:
-
[ruby-core:118577]

Description

I found some issues with Xcode 16 beta and macOS 15 (Sequoia) Beta.

TestRubyOptions and TestVMDump are failed with them.

full log: https://gist.github.com/hsbt/378fe2ba47e734f2562ba9a154e1795b

I'm not sure why macOS require sudo command for that.


And I and @katei (Yuta Saito) also found the regression of https://bugs.ruby-lang.org/issues/18912#note-15.

>> pid = fork { p File.realpath "/" }
>> Process.waitpid(pid)
objc[82573]: +[NSPlaceholderMutableString initialize] may have been in progress in another thread when fork() was called.
objc[82573]: +[NSPlaceholderMutableString 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.
=> 82573
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0