Ho diverse app python (server) in esecuzione sul mio Macbook.
Uno di questi si interrompe regolarmente sul mio sistema, dando come risultato un popup di notifica sul desktop con il messaggio: Python quit unexpectedly
.
Controllo dei registri degli arresti anomali sul mio sistema in /Users/jottr/Library/Logs/DiagnosticReports
Trovo diversi rapporti relativi a Python.
$ head -n 8 Python_2015-12-12-201816_hostname.crash
Process: Python [605]
Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: 2.7.10 (2.7.10)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Python [605]
User ID: 501
Questi rapporti sugli arresti anomali sono troppo aspecifici per stabilire quale processo esatto continua a bloccarsi.
Come posso eseguire il debug di quale processo / app Python esatto interrompe l'interprete?