id summary reporter owner description type status priority milestone component version resolution keywords cc port 45471 cctools @855_1: otool -L crashes on short files ryandesign jeremyhu "`otool -L` crashes on short files: {{{ $ echo > /tmp/foo $ ls -l /tmp/foo -rw-r--r-- 1 rschmidt wheel 1 Oct 19 17:24 /tmp/foo $ otool -L /tmp/foo Assertion failed: (length >=4 && ""Invalid magic number length""), function IdentifyFileType, file Path.cpp, line 43. Abort trap: 6 $ port provides $(which otool) /Volumes/Data/macports/mavericks/bin/otool is provided by: cctools $ port installed cctools The following ports are currently installed: cctools @855_1+llvm33 (active) }}} /usr/bin/otool doesn't have this problem: {{{ $ /usr/bin/otool -L /tmp/foo /tmp/foo: is not an object file }}} " defect closed Normal ports 2.3.1 fixed cctools