Changes between Initial Version and Version 1 of Ticket #68638


Ignore:
Timestamp:
Nov 5, 2023, 3:58:23 AM (7 months ago)
Author:
some1so
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68638 – Description

    initial v1  
    11For example, using 'derp' as a fake command (macports 5.2.15(1)-release):
     2{{{
    23~ $ derp
    34objc[75690]: +[__SwiftNativeNSStringBase initialize] may have been in progress in another thread when fork() was called.
    45objc[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.
    56Abort trap: 6
     7}}}
     8
    69
    710expected behavior (Apple supplied 3.2.57):
     11{{{
    812~ $ derp
    913bash: derp: command not found
    1014~ $
     15}}}
     16