* [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
@ 2024-07-12 2:52 hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 3:08 ` [ruby-core:118578] " hsbt (Hiroshi SHIBATA) via ruby-core
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-07-12 2:52 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been reported by hsbt (Hiroshi SHIBATA).
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:118578] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-07-12 3:08 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 4:39 ` [ruby-core:118579] " hsbt (Hiroshi SHIBATA) via ruby-core
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-07-12 3:08 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been updated by hsbt (Hiroshi SHIBATA).
I also found build failure of [oj-introspect](https://github.com/meinac/oj-introspect).
https://github.com/meinac/oj-introspect/blob/master/ext/oj-introspect/extconf.rb#L17
```
$DLDFLAGS << " -Wl,-U,#{sym.strip}"
```
This line is broken with Xcode 16 beta.
```
linking shared-object oj/introspect/introspect_ext.bundle
ld: -undefined dynamic_lookup cannot be used with -U
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
BTW, this is not `ruby/ruby` issue.
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-109102
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:118579] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 3:08 ` [ruby-core:118578] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-07-12 4:39 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 4:39 ` [ruby-core:118580] " hsbt (Hiroshi SHIBATA) via ruby-core
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-07-12 4:39 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been updated by hsbt (Hiroshi SHIBATA).
I skipped crashed tests at https://github.com/ruby/ruby/pull/11155
These are caused by `Process.daemon` and `Process.kill(:SEGV, ...)`.
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-109103
* Author: hsbt (Hiroshi SHIBATA)
* Status: Open
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:118580] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 3:08 ` [ruby-core:118578] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 4:39 ` [ruby-core:118579] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-07-12 4:39 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-30 5:14 ` [ruby-core:118727] " hsbt (Hiroshi SHIBATA) via ruby-core
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-07-12 4:39 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been updated by hsbt (Hiroshi SHIBATA).
Status changed from Open to Assigned
Assignee set to hsbt (Hiroshi SHIBATA)
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-109104
* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:118727] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
` (2 preceding siblings ...)
2024-07-12 4:39 ` [ruby-core:118580] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-07-30 5:14 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-09-10 3:24 ` [ruby-core:119107] " hsbt (Hiroshi SHIBATA) via ruby-core
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-07-30 5:14 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been updated by hsbt (Hiroshi SHIBATA).
Xcode 16 beta 4 fixed the following issue.
>This line is broken with Xcode 16 beta.
>linking shared-object oj/introspect/introspect_ext.bundle
>ld: -undefined dynamic_lookup cannot be used with -U
>clang: error: linker command failed with exit code 1 (use -v to see invocation)
The detailed version is here:
```
$ pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 16.0.0.0.1.1721279336
volume: /
location: /
install-time: 1722244152
```
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-109263
* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:119107] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
` (3 preceding siblings ...)
2024-07-30 5:14 ` [ruby-core:118727] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-09-10 3:24 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-09-17 8:37 ` [ruby-core:119231] " hsbt (Hiroshi SHIBATA) via ruby-core
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-09-10 3:24 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been updated by hsbt (Hiroshi SHIBATA).
The following case is resolved at Xcode CLI RC and macOS 15.1 beta3
> pid = fork { p File.realpath "/" }
> Process.waitpid(pid)
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-109700
* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:119231] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
` (4 preceding siblings ...)
2024-09-10 3:24 ` [ruby-core:119107] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-09-17 8:37 ` hsbt (Hiroshi SHIBATA) via ruby-core
2024-09-24 3:41 ` [ruby-core:119285] " nobu (Nobuyoshi Nakada) via ruby-core
2025-06-11 6:45 ` [ruby-core:122512] [Ruby " hsbt (Hiroshi SHIBATA) via ruby-core
7 siblings, 0 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2024-09-17 8:37 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been updated by hsbt (Hiroshi SHIBATA).
`Process.daemon` is working fine at macOS 15.1 beta3 and Xcode 16 RC.
I enabled `TestProcess#test_daemon_noclose` again at https://github.com/ruby/ruby/commit/1ecac5d4ed620247bdb74fa2c20e1665fae75b1a
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-109814
* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:119285] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
` (5 preceding siblings ...)
2024-09-17 8:37 ` [ruby-core:119231] " hsbt (Hiroshi SHIBATA) via ruby-core
@ 2024-09-24 3:41 ` nobu (Nobuyoshi Nakada) via ruby-core
2025-06-11 6:45 ` [ruby-core:122512] [Ruby " hsbt (Hiroshi SHIBATA) via ruby-core
7 siblings, 0 replies; 9+ messages in thread
From: nobu (Nobuyoshi Nakada) via ruby-core @ 2024-09-24 3:41 UTC (permalink / raw)
To: ruby-core; +Cc: nobu (Nobuyoshi Nakada)
Issue #20631 has been updated by nobu (Nobuyoshi Nakada).
The Xcode version had no effect on this.
In fact, the same error appeared on macOS 15.0 for binaries built with either 16 RC or earlier versions.
Upgrading to macOS 15.1 beta (24B5046f) made the error go away.
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-109894
* Author: hsbt (Hiroshi SHIBATA)
* Status: Assigned
* Assignee: hsbt (Hiroshi SHIBATA)
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* [ruby-core:122512] [Ruby Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
` (6 preceding siblings ...)
2024-09-24 3:41 ` [ruby-core:119285] " nobu (Nobuyoshi Nakada) via ruby-core
@ 2025-06-11 6:45 ` hsbt (Hiroshi SHIBATA) via ruby-core
7 siblings, 0 replies; 9+ messages in thread
From: hsbt (Hiroshi SHIBATA) via ruby-core @ 2025-06-11 6:45 UTC (permalink / raw)
To: ruby-core; +Cc: hsbt (Hiroshi SHIBATA)
Issue #20631 has been updated by hsbt (Hiroshi SHIBATA).
Status changed from Assigned to Closed
macOS 26 beta and Xcode 26 beta is working fine with this issue. And the current macOS 15 on GitHub Actions is also working fine.
I enabled ignored tests again at https://github.com/ruby/ruby/commit/255e6e619752854e5740519ad8829e4a7a4b9bea
----------------------------------------
Bug #20631: Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta
https://bugs.ruby-lang.org/issues/20631#change-113735
* Author: hsbt (Hiroshi SHIBATA)
* Status: Closed
* Assignee: hsbt (Hiroshi SHIBATA)
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
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 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
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-06-11 6:46 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-12 2:52 [ruby-core:118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 3:08 ` [ruby-core:118578] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 4:39 ` [ruby-core:118579] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-12 4:39 ` [ruby-core:118580] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-07-30 5:14 ` [ruby-core:118727] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-09-10 3:24 ` [ruby-core:119107] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-09-17 8:37 ` [ruby-core:119231] " hsbt (Hiroshi SHIBATA) via ruby-core
2024-09-24 3:41 ` [ruby-core:119285] " nobu (Nobuyoshi Nakada) via ruby-core
2025-06-11 6:45 ` [ruby-core:122512] [Ruby " hsbt (Hiroshi SHIBATA) via ruby-core
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).