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 symtab/8863] warning: (Internal error: pc 0x120001120 in read in psymtab, but not in symtab.)


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

Zoltan Hidvegi <zoltan at hidvegi dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zoltan at hidvegi dot com

--- Comment #5 from Zoltan Hidvegi <zoltan at hidvegi dot com> ---
Created attachment 9331
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9331&action=edit
On AIX, produces Internal error: pc 0x10007f5c in read in psymtab, but not in
symtab

This bug is still present on AIX, I've tried AIX6 with gcc-4.8 as well as AIX7
with gcc-4.8 and gcc-6.1. The debug session looks like this on AIX7:

(gdb) b main
Breakpoint 1 at 0x10000644: file gdb-test.C, line 60.
(gdb) run
Starting program: .../gdb-test 

Breakpoint 1, main (argc=1, argv=0x2ff21bc4) at gdb-test.C:60
60        std::cout << "Yo, I'm a program!\n";
(gdb) n
warning: (Internal error: pc 0x10007f5c in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x10007f5c in read in psymtab, but not in symtab.)

warning: (Internal error: pc 0x10007f5c in read in psymtab, but not in symtab.)

Yo, I'm a program!
61        std::vector<Animal*> animals;

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