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
this is a hard one. Just incase make sure that the gdb package inside the chroot is gdb full not the gdb-minimal package. However it may have crashed sooner.
…w_thread event
As reported in #66 , new_thread event may not be available for some packages of GDB. Remove dependency on it. Use a check on threading.main_thread().is_alive() instead to detect the termination of the interpreter.
Thanks @sn0ot and @agantet for reporting the issue.
Running GDB in a chroot and recieving the following error regarding events in Python
ret-sync's
sync.py
DOES work if not running in a chroot.I suspect this issue stems from GDB but
sync.py
fails too early for me to debug what is actually happening. Any ideas?The text was updated successfully, but these errors were encountered: