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 was archived by the owner on Dec 29, 2022. It is now read-only.
Having installed python2.7-dbg, the automatic loading of the symbol file isn't working:
Pyringe (Python2.7.3) onlinux2Foralistofdebuggercommands, try"help()". (python'shelpisavailableaspyhelp.)
==>pid:[None] #threads:[0] current thread:[None]>>>attach(8298)
WARNING:root:Failedtoautomaticallyloadsymbolfile, somefunctionalitywillbeunavailableuntilsymbolfileisprovided.
==>pid:[8298] #threads:[0] current thread:[None]
It seems that the default SYMBOL_FILE is relative to payload, and it seems to not be present. Changing the default to, say, the binary or shared object files installed by the python2.7-dbg package then fails to pass the sanity check.
Am I missing something obvious? Does the python (in our case, a daemon) have to have been invoked with python-dbg (we were under the impression that was not the case)?