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

Bug ID: 23925
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=23925

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |tromey at sourceware dot org
Resolution|--- |DUPLICATE

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
Dup.

*** This bug has been marked as a duplicate of bug 23924 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...