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 Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.