public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/14354] New: "kill" breakpoint command crashes gdb
@ 2012-07-11 23:30 keiths at redhat dot com
  2024-01-07 17:38 ` [Bug breakpoints/14354] " ssbssa at sourceware dot org
  2024-01-09 19:53 ` ssbssa at sourceware dot org
  0 siblings, 2 replies; 3+ messages in thread
From: keiths at redhat dot com @ 2012-07-11 23:30 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 14354
           Summary: "kill" breakpoint command crashes gdb
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: keiths@redhat.com
    Classification: Unclassified


(top) fil gdb
Reading symbols from linux/gdb/gdb...done.
warning: File "gdb-gdb.gdb" auto-loading has been declined by your `auto-load
safe-path' set to "$debugdir:$datadir/auto-load".
(top) b main
Breakpoint 1 at 0x456f53: file ../../gdb/gdb/gdb.c, line 29.
(top) commands 1
Type commands for breakpoint(s) 1, one per line.
End with a line saying just "end".
>set confirm off
>kill
>end
(top) r
Starting program: linux/gdb/gdb 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Breakpoint 1, main (argc=1, argv=0x7fffffffe048) at ../../gdb/gdb/gdb.c:29
29      memset (&args, 0, sizeof args);
Segmentation fault (core dumped)

Backtrace:
0x000000000054678a in bpstat_do_actions_1 (bsp=0x12b25c8)
    at ../../archer/gdb/breakpoint.c:4265
4265          ccmd = bs->commands;
(top) p bs
$1 = (struct bpstats *) 0x9595959595959595
(top) bt
#0  0x000000000054678a in bpstat_do_actions_1 (bsp=0x12b25c8)
    at ../../gdb/gdb/breakpoint.c:4265
#1  0x000000000054688e in bpstat_do_actions ()
    at ../../gdb/gdb/breakpoint.c:4331
#2  0x00000000005dd677 in command_handler (command=0xc4b730 "")
    at ../../gdb/gdb/event-top.c:438
#3  0x00000000005ddd07 in command_line_handler (rl=0xd14e00 "r")
    at ../../gdb/gdb/event-top.c:636
#4  0x000000000071daa2 in rl_callback_read_char ()
    at ../../gdb/readline/callback.c:220
#5  0x00000000005dd119 in rl_callback_read_char_wrapper (client_data=0x0)
    at ../../gdb/gdb/event-top.c:169
#6  0x00000000005dd584 in stdin_event_handler (error=0, client_data=0x0)
    at ../../gdb/gdb/event-top.c:375
#7  0x00000000005dc0ba in handle_file_event (data=...)
    at ../../gdb/gdb/event-loop.c:827
#8  0x00000000005db580 in process_event () at ../../gdb/gdb/event-loop.c:401
#9  0x00000000005db647 in gdb_do_one_event ()
    at ../../gdb/gdb/event-loop.c:465
#10 0x00000000005db698 in start_event_loop ()
    at ../../gdb/gdb/event-loop.c:490
#11 0x00000000005dd143 in cli_command_loop ()
    at ../../gdb/gdb/event-top.c:182
#12 0x00000000005d40a3 in current_interp_command_loop ()
    at ../../gdb/gdb/interps.c:332
#13 0x00000000005d49ce in captured_command_loop (data=0x0)
    at ../../gdb/gdb/main.c:226
#14 0x00000000005d2eb3 in catch_errors (func=0x5d49b3 <captured_command_loop>, 
---Type <return> to continue, or q <return> to quit---
    func_args=0x0, errstring=0x87de25 "", mask=6)
    at ../../archer/gdb/exceptions.c:546
#15 0x00000000005d5d9f in captured_main (data=0x7fffffffdf10)
    at ../../gdb/gdb/main.c:1001
#16 0x00000000005d2eb3 in catch_errors (func=0x5d4c64 <captured_main>, 
    func_args=0x7fffffffdf10, errstring=0x87de25 "", mask=6)
    at ../../gdb/gdb/exceptions.c:546
#17 0x00000000005d5dd5 in gdb_main (args=0x7fffffffdf10)
    at ../../gdb/gdb/main.c:1010
#18 0x0000000000456f9f in main (argc=1, argv=0x7fffffffe018)
    at ../../gdb/gdb/gdb.c:34

-- 
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

* [Bug breakpoints/14354] "kill" breakpoint command crashes gdb
  2012-07-11 23:30 [Bug breakpoints/14354] New: "kill" breakpoint command crashes gdb keiths at redhat dot com
@ 2024-01-07 17:38 ` ssbssa at sourceware dot org
  2024-01-09 19:53 ` ssbssa at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: ssbssa at sourceware dot org @ 2024-01-07 17:38 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ssbssa at sourceware dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

* [Bug breakpoints/14354] "kill" breakpoint command crashes gdb
  2012-07-11 23:30 [Bug breakpoints/14354] New: "kill" breakpoint command crashes gdb keiths at redhat dot com
  2024-01-07 17:38 ` [Bug breakpoints/14354] " ssbssa at sourceware dot org
@ 2024-01-09 19:53 ` ssbssa at sourceware dot org
  1 sibling, 0 replies; 3+ messages in thread
From: ssbssa at sourceware dot org @ 2024-01-09 19:53 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
Dup.

*** This bug has been marked as a duplicate of bug 13728 ***

-- 
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:[~2024-01-09 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 23:30 [Bug breakpoints/14354] New: "kill" breakpoint command crashes gdb keiths at redhat dot com
2024-01-07 17:38 ` [Bug breakpoints/14354] " ssbssa at sourceware dot org
2024-01-09 19:53 ` ssbssa at sourceware dot org

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).