Incorrere in un problema strano all'avvio del sistema:
Non sono ancora riuscito a rintracciare il punto di errore. Presumo che si tratti di un'applicazione che sta tentando di avviarsi all'avvio del sistema, ma non sono ancora riuscito a isolare l'applicazione o il demone. In questo caso, la vera segnalazione del problema sembra essere poco utile:
Process: python2.7 [6982]
Path: /Users/USER/*/python2.7
Identifier: python2.7
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [6980]
Responsible: python2.7 [6982]
User ID: 501
Date/Time: 2015-09-18 16:22:28.150 -0400
OS Version: Mac OS X 10.11 (15A282b)
Report Version: 11
Anonymous UUID: 032A40CC-C2C4-1235-F611-B0961DE616DB
Time Awake Since Boot: 5100 seconds
System Integrity Protection: disabled
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @executable_path/../.Python
Referenced from: /Users/USER/*/python
Reason: image not found
Binary Images:
0x7fff67746000 - 0x7fff6777cf5f dyld (360.14) <DF977301-4A63-32ED-9939-1EE3122D18D4> /usr/lib/dyld
Ho pensato che forse era un problema con l'installazione python di Homebrew
, ma dopo averlo rimosso e riaggiunto, non sembra essere il caso.
Qualche idea?