Opened 12 months ago

Last modified 5 weeks ago

#68638 assigned defect

When a "command not found" situation happens, Bash prints errors and ends with "Abort Trap: 6" instead of printing "Command not found" — at Version 1

Reported by: some1so Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: bash

Description (last modified by some1so)

For example, using 'derp' as a fake command (macports 5.2.15(1)-release):

~ $ derp
objc[75690]: +[__SwiftNativeNSStringBase initialize] may have been in progress in another thread when fork() was called.
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.
Abort trap: 6

expected behavior (Apple supplied 3.2.57):

~ $ derp
bash: derp: command not found
~ $ 

Change History (1)

comment:1 Changed 12 months ago by some1so

Description: modified (diff)
Note: See TracTickets for help on using tickets.