Discussion:
[Bug breakpoints/23924] New: Binary terminates while debugger breakpoint is hit
bullywiihacks at gmail dot com
2018-11-26 17:49:19 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23924

Bug ID: 23924
Summary: Binary terminates while debugger breakpoint is hit
Product: gdb
Version: 8.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: breakpoints
Assignee: unassigned at sourceware dot org
Reporter: bullywiihacks at gmail dot com
Target Milestone: ---

When I set a breakpoint and the code execution hits it, the binary just
terminates before I even had a chance to hit "Continue" in the debugger. This
issue occurs with the MinGW distribution (https://nuwen.net/mingw.html) and gdb
version 8.1 when a watchpoint has been defined (!). The debugger exit code
appears to be -1073741819. If I delete the watchpoint, it works as expected.

For more information see this CLion bug report:
https://youtrack.jetbrains.com/issue/CPP-14736
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-11-28 18:38:10 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23924

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 23925 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...