python - Ghost.py - what does this stack trace mean? -
how go debugging stack trace?
traceback (most recent call last): file "<string>", line 73, in execinthread file "c:\program files (x86)\pyscripter\lib\rpyc.zip\rpyc\core\netref.py", line 196, in __call__ file "c:\program files (x86)\pyscripter\lib\rpyc.zip\rpyc\core\netref.py", line 71, in syncreq file "c:\program files (x86)\pyscripter\lib\rpyc.zip\rpyc\core\protocol.py", line 431, in sync_request file "c:\program files (x86)\pyscripter\lib\rpyc.zip\rpyc\core\protocol.py", line 379, in serve file "c:\program files (x86)\pyscripter\lib\rpyc.zip\rpyc\core\protocol.py", line 337, in _recv file "c:\program files (x86)\pyscripter\lib\rpyc.zip\rpyc\core\channel.py", line 50, in recv file "c:\program files (x86)\pyscripter\lib\rpyc.zip\rpyc\core\stream.py", line 166, in read eoferror: [errno 10054] existing connection forcibly closed remote host the stack trace not refer line in code, long reproduce here. however, key component other standard python library ghost.py.
thanks!
this means server closed connection unexpectedly, because crashed reason. in case, looks client pyscripter , server subprocess running app, , sounds subprocess crashed hard did not gracefully close connection or send meaningful traceback. so, either there bug in pyscripter or bug in code. advice run app without ide , see if can reproduce issue , meaningful traceback.
Comments
Post a Comment