[Bug gdb/25103] New: GDB 8.3.1 crash with TAG_Pointer => TAG_Declaration => TAG_Array (of char)

gdb.bugs at mfriebe dot de sourceware-bugzilla@sourceware.org
Mon Oct 14 23:43:00 GMT 2019


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

            Bug ID: 25103
           Summary: GDB 8.3.1 crash with TAG_Pointer => TAG_Declaration =>
                    TAG_Array (of char)
           Product: gdb
           Version: 8.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: gdb.bugs at mfriebe dot de
  Target Milestone: ---

compile below with fpc 3.0.4
commandline opt: -gw3
(for dwarf 3)

after b was assigned do
p b^

program Project1;
var
  a: ansistring;
  b: ^ansistring;
begin
  a:= copy('abcde',1,3);
  b:=@a;
  b:=@a;
end.

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


More information about the Gdb-prs mailing list