This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c++/32990] New: [Regression] gdb has symbol table issues


When debugging code produced by g++-4.3.0-20070716 the debugger regularly
outputs the following error message when stopping at breakpoints or examining
stack frames:

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

Compiling the same code with g++-4.1.2 and running the same breakpoints results
in no problems. I'm using gdb-6.6-debian, if that's any help.

Unfortunately I have no idea how to narrow the test case down, and am not
allowed to submit my program (it's from work). Some searching on Google
indicates that .linkonce functions might be part of the issue (I have tons of
those), but other than that I'm at a loss to narrow down the problem.  If
anyone has ideas I'm happy to try them out and report back.


-- 
           Summary: [Regression] gdb has symbol table issues
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: scovich at gmail dot com
GCC target triplet: x86_64-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32990


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