You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
% python -m pyringe
Pyringe (Python 2.7.3) on linux2
For a list of debugger commands, try "help()". (python's help is available as pyhelp.)
==> pid:[None] #threads:[0] current thread:[None]
>>> attach(30375)
WARNING:root:Failed to automatically load symbol file, some functionality will be unavailable until symbol file is provided.
==> pid:[30375] #threads:[0] current thread:[None]
>>> threads()
PositionError: Not attached to any process.
WARNING:root:Failed to automatically load symbol file, some functionality will be unavailable until symbol file is provided.
==> pid:[30375] #threads:[0] current thread:[None]
>>>
How can I get more info about why it failed? There is too less information to debug this.
The text was updated successfully, but these errors were encountered:
This looks like a case of gdb dying on the symbol file sanity check. Sorry for asking the obvious question, but... do you have a suitable symbol file for the build of python you're trying to debug? (see the readme for pointers for some distributions)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get this output:
How can I get more info about why it failed? There is too less information to debug this.
The text was updated successfully, but these errors were encountered: