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/19062] New: "break .:1" prints random data


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

            Bug ID: 19062
           Summary: "break .:1" prints random data
           Product: gdb
           Version: 7.10
            Status: NEW
          Severity: minor
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: a.nielsen at shikadi dot net
  Target Milestone: ---

If you type something like "break x" gdb will say "Function 'x' not defined." 
But if you type "break .:" or "break .:123" (any number) it prints a few random
characters instead of this text, such as "P}?" or other characters my terminal
does not have glyphs for.

It looks like it's an out of bounds array access or similar.

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