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 backtrace/17446] New: gdb --batch broken since 7.8


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

            Bug ID: 17446
           Summary: gdb --batch broken since 7.8
           Product: gdb
           Version: 7.8
            Status: NEW
          Severity: normal
          Priority: P2
         Component: backtrace
          Assignee: unassigned at sourceware dot org
          Reporter: martin.sandsmark at kde dot org

gdb after 7.8 just prints two garbage frames when in batch mode. confirmed on
ubuntu and archlinux.

# How to reproduce
echo "thread apply all bt" > /tmp/instr
gdb --batch -x /tmp/instr -p `pidof kate` /usr/bin/kate

|
|
v

Thread 1 (process 23159):
#0 0x00007ff7ffafb39d in ?? ()
#1 0x0000000000000000 in ?? ()

this breaks the crash handler/reporter used for all KDE applications.

ubuntu launchpad bug:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1371043

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