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 readin psymtab, but not in symtab.)


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

asmwarrior <asmwarrior at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asmwarrior at gmail dot com
            Version|6.2                         |HEAD

--- Comment #3 from asmwarrior <asmwarrior at gmail dot com> 2012-04-17 07:57:39 UTC ---
I still see such warnings in the GDB CVS HEAD
This happens when I run "bt" command like:
[debug]> bt 30
[debug]warning: (Internal error: pc 0x17 in read in psymtab, but not in
symtab.)
[debug]warning: (Internal error: pc 0x17 in read in psymtab, but not in
symtab.)
[debug]#0  0x77c2c21d in msvcrt!free () from C:\WINDOWS\system32\msvcrt.dll
[debug]#1  0x00000018 in ?? ()
[debug]#2  0x65f17501 in wxStringData::Unlock (this=0x63fd900) at
E:/code/cb/wx/wxWidgets-2.8.12/include/wx/string.h:243
[debug]#3  0x65f17429 in wxStringBase::~wxStringBase (this=0x72bfbfc,
__in_chrg=<optimized out>) at
E:/code/cb/wx/wxWidgets-2.8.12/include/wx/string.h:396
[debug]#4  0x65f1c6e1 in wxString::~wxString (this=0x72bfbfc,
__in_chrg=<optimized out>) at
E:/code/cb/wx/wxWidgets-2.8.12/include/wx/string.h:659
[debug]#5  0x65e933f3 in ParserBase::FindFileInIncludeDirs (this=0x3e01320,
file="E:\\code\\cb\\cb_debugger_branch\\src\\plugins\\projectsimporter\\wx/dynarray.h",
firstonly=true) at plugins\codecompletion\parser\parser.cpp:317

WindowsXP, GDB is build from MinGW+MSYS

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]