Changes between Initial Version and Version 1 of Ticket #68638
- Timestamp:
- Nov 5, 2023, 3:58:23 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68638 – Description
initial v1 1 1 For example, using 'derp' as a fake command (macports 5.2.15(1)-release): 2 {{{ 2 3 ~ $ derp 3 4 objc[75690]: +[__SwiftNativeNSStringBase initialize] may have been in progress in another thread when fork() was called. 4 5 objc[75690]: +[__SwiftNativeNSStringBase 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. 5 6 Abort trap: 6 7 }}} 8 6 9 7 10 expected behavior (Apple supplied 3.2.57): 11 {{{ 8 12 ~ $ derp 9 13 bash: derp: command not found 10 14 ~ $ 15 }}} 16