This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug cli/17828] New: [7.8 regression] -batch -ex r breaks terminal


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

            Bug ID: 17828
           Summary: [7.8 regression] -batch -ex r breaks terminal
           Product: gdb
           Version: 7.8
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
                CC: palves at redhat dot com
              Host: x86_64-linux-gnu
            Target: x86_64-linux-gnu

d3d4baedb6d247c6372678edd15195a1a93c2c6c is the first bad commit
commit d3d4baedb6d247c6372678edd15195a1a93c2c6c
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Oct 23 17:13:35 2014 +0100
    PR python/17372 - Python hangs when displaying help()

$ echo 'main(){*(int*)0=0;}'|gcc -x c -;./gdb/gdb -batch -ex r ./a.out 
Program received signal SIGSEGV, Segmentation fault.
0x00000000004004ff in main ()
$ _
# Start typing next command - nothing happens - terminal is broken
$ stty sane
# Terminal gets fixed.
$ _

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]