This is the mail archive of the gdb@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]

pc 0x25c9b0 in read in psymtab, but not in symtab


Hi

using gdb 7.0 on RedHat Enterprise Linux 5.3, I see the following warning for some programs, but not all:

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

I wouldn't care so much about the warning, but once it appears, the program startup becomes damn slow. This seems to be related to dynamically loading additional shared libraries, which we do early in the program.

I looked a bit into the code that issues that message, but I'm not quite sure whether I ran into a bug or simply have to live with that fact.

Anything I can/should do here? 6.8 does not show this issue, but well, the pretty printers are a heavy argument.

Jens.


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