Skip to content
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

[GDB] exit bug #2 #31

Closed
kas1e opened this issue Sep 19, 2024 · 1 comment
Closed

[GDB] exit bug #2 #31

kas1e opened this issue Sep 19, 2024 · 1 comment

Comments

@kas1e
Copy link

kas1e commented Sep 19, 2024

Even with disable threading, we again meet in some condition with the same blocked gdb console and same window about "child/parent process". This happens when we start to debug anything, breaks, and type exit (to break debugging and exit).

To reproduce:

compile simple test case
run it into gdb
break on main
run
and now, while we breaks, type "exit"

as a result we have this window about "child/parent" process, and in the gdb console that:

A debugging session is active
             Inferior 1 [process 162897824] will be killed.

Quit anyway ? (y or no) y
You can't do that without a process to debug.
@kas1e
Copy link
Author

kas1e commented Sep 20, 2024

This one fixed, thanks!

@kas1e kas1e closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant