public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/14391] New: gdb.Breakpoint.stop calling gdb.parse_and_eval("(int) $rax") + Ctrl^C crashes GDB (assertion fail)
@ 2012-07-24 14:22 kevin.pouget at gmail dot com
  2012-07-31 19:18 ` [Bug python/14391] " tromey at redhat dot com
  2012-08-02 13:38 ` tromey at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: kevin.pouget at gmail dot com @ 2012-07-24 14:22 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=14391

             Bug #: 14391
           Summary: gdb.Breakpoint.stop calling gdb.parse_and_eval("(int)
                    $rax") + Ctrl^C crashes GDB (assertion fail)
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: kevin.pouget@gmail.com
    Classification: Unclassified


Created attachment 6552
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6552
Backtrace of the failing assertion

In gdb.Breakpoint.stop callback, the script reads a register value with
gdb.parse_and_eval("(int) $rax"). The callback always returns False, so GDB
never actually gives the control back to the CLI.

Sometimes (certainly a matter of timing), when I hit Ctrl^C, GDB crashes (a
failing assertion) with the backtrace in the attachment.

There is no other problem with the script.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-02 13:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-24 14:22 [Bug python/14391] New: gdb.Breakpoint.stop calling gdb.parse_and_eval("(int) $rax") + Ctrl^C crashes GDB (assertion fail) kevin.pouget at gmail dot com
2012-07-31 19:18 ` [Bug python/14391] " tromey at redhat dot com
2012-08-02 13:38 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).