socketconsole
socketconsole copied to clipboard
A Python module to open a unix socket to dump all threads' stack traces when read
Results
2
socketconsole issues
Sort by
recently updated
recently updated
newest added
The created socket should be explicitly set to blocking (`s.setblocking(True)`) in case a non-None default timeout (e.g. `socket.setdefaulttimeout(30)`) is set by the application.
If a socket file can't be read, test its PID and see if any process matching that ID exists. If it doesn't exist, remove the file.