-
Notifications
You must be signed in to change notification settings - Fork 135
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] Debugger seems to crash when stepping inside an IRQ handler #727
Comments
same here, also working with nRF5340-DK, with same SDK version. I set breakpoint inside zephyr uart async api, which is set by
|
I tried to build gdb-14.2 (gdb/configure --target=arm-zephyr-eabi) from sourceware.org, same crash but with debugging information:
|
I also seem to be experiencing the same issue, on nrf5340, single stepping crashes gdb with the same error messages. Any update on this case? |
Any update? |
Hello there,
Describe the bug
When setting a breakpoint inside an IRQ handler in my application, I'm experiencing the following crash each time I try to continue, step over, step into or step out of the handler:
Here's the GDB coredump: core.zip
Please also mention any information which could help others to understand
the problem you're facing
Steps to reproduce
=> GDB crashes with the reported error
NB: I was able to consistently reproduce the crash on my setup by setting a breakpoint in several distinct IRQ handlers. The crash does not occur when debugging regular code which is why I deduced that the issue is somehow linked to IRQ handlers.
Expected behaviour
Stepping inside function should not crash GDB.
The text was updated successfully, but these errors were encountered: