-
-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python Exception <class 'RuntimeError'>: No session started #1104
Comments
if u can not reproduce, plz wait for my several trys. I will update it . |
Yes, I cannot reproduce. Provide a more detailed step by step Also
Use |
as u told me ,i use gef-remote Env:
gdb command:
0
I am debuging qemu which is runing arm64 kernel if i use
|
I still cannot reproduce. I just re-tested it following the docs and it works as expected. |
I close it now , and if find time to reproduce it. I will reopen, Thanks !! |
GEF+GDB version
Describe the issue you encountered
Do you read the docs and look at previously closed issues/PRs for similar cases?
No
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
Provide a step-by-step to reproduce your issue.
start qemu
gdb-multiarch
-ex "set confirm off"
-ex "set print pretty on"
-ex "target remote localhost:1234"
-ex "set auto-load safe-path /"
Minimalist test case
Additional context?
The text was updated successfully, but these errors were encountered: