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

Stop tracking watchpoint freezes PINCE #53

Closed
user202729 opened this issue Aug 21, 2018 · 2 comments
Closed

Stop tracking watchpoint freezes PINCE #53

user202729 opened this issue Aug 21, 2018 · 2 comments
Labels

Comments

@user202729
Copy link
Contributor

This is a GDB bug.

GDB's -break-list can produce non MI compliant output. That can freeze pygdbmi.

-break-list is executed when delete_breakpoint is called inside pushButton_Stop_clicked of the trackpoint widget, which calls check_address_in_breakpoints which calls get_breakpoint_info.

korcankaraokcu added a commit that referenced this issue Nov 29, 2018
@korcankaraokcu
Copy link
Owner

korcankaraokcu commented Nov 29, 2018

This issue has been fixed in 375f7af. But I'll keep it open since the fix is temporary and somewhat ugly. This issue should only be closed if gdb fixes it. Also referenced in cs01/pygdbmi#35

NineBallo pushed a commit to NineBallo/PINCE that referenced this issue Mar 20, 2021
@korcankaraokcu
Copy link
Owner

GDB fixed this bug in newer MI versions and decided to not update the default version we are using right now to avoid breaking old projects. So, the temporary fix is here to stay. It can be changed if we somehow be forced to use newer MI versions. Here's the discussion in Bugzilla:

https://sourceware.org/bugzilla/show_bug.cgi?id=9659

Closing this issue for now as there's currently nothing to do.

korcankaraokcu added a commit that referenced this issue Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants