It works pretty well on Ubuntu 18.04. However, when I run pyrasite-shell <pid> on Arch Linux, I got the following errors:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
0x00007f9e956f3197 in select () from /usr/lib/libc.so.6
'PyGILState_Ensure' has unknown return type; cast the call to its declared return type
'PyRun_SimpleString' has unknown return type; cast the call to its declared return type
History has not yet reached $1.
^CTraceback (most recent call last):
File "/usr/bin/pyrasite-shell", line 11, in <module>
load_entry_point('pyrasite==2.0', 'console_scripts', 'pyrasite-shell')()
File "/usr/lib/python2.7/site-packages/pyrasite/tools/shell.py", line 30, in shell
ipc.connect()
File "/usr/lib/python2.7/site-packages/pyrasite/ipc.py", line 95, in connect
self.wait()
File "/usr/lib/python2.7/site-packages/pyrasite/ipc.py", line 151, in wait
(clientsocket, address) = self.server_sock.accept()
File "/usr/lib/python2.7/socket.py", line 206, in accept
sock, addr = self._sock.accept()
KeyboardInterrupt
May I know how to resolve this issue? Thanks.
It works pretty well on Ubuntu 18.04. However, when I run
pyrasite-shell <pid>on Arch Linux, I got the following errors:May I know how to resolve this issue? Thanks.