-
Notifications
You must be signed in to change notification settings - Fork 0
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: can't exit from itself #25
Comments
Some more info: After some tries, i were able to crash one time when i hit exit (without doing anything, just run and exit), and after ignore DSI usual warning window about Wait_Until_Child_Ends() popup. But i not sure if it related or not .. There are this crashlog:
|
The cause for this is the comment in
The last line creates the Task. The thread pool is implemented using the 'CXX_STD_THREAD' from the C++ runtime. As none code modification solution the thread pool of gdb can be implemented as a dummy, which executes the task on the callee context. This is achieve with the configuration option Hence add that option to the |
Yes, --disable-threading deal with. |
I think we can close this, because this exit problem even occurs with |
Current GDB can't exit from itself, even enough to run it and type quit immediately to have it all hangs. No cpu loading, no crash. Just nothing happens and nothing on serial.
But, after few seconds, OS4 did bring a warning window with this words:
Then window disappear, but GDB still can't exit and still waiting specific action.
The text was updated successfully, but these errors were encountered: