Trace/BPT trap: 5 on Mac OS 10.9.2 Mavericks

Clemens Lang cal at macports.org
Fri Oct 9 09:13:53 PDT 2015


Hi,

----- On 9 Oct, 2015, at 17:38, Brandon Allbery allbery.b at gmail.com wrote:

> That kind of path is normally used with application bundles (that is, stuff
> under /Applications). What exactly are you trying to run? And do you have any
> DYLD variables set in the environment?
> 
> $ env | grep DYLD

Note that due to System Integrity Protection, "env" no longer lists any DYLD_
variables on El Capitan. Try
  $ (set -o posix; set) | grep DYLD
instead.

-- 
Clemens Lang


More information about the macports-users mailing list