Strange error while debugging my application?
-
Hi,
I get the following error while debugging my application:(Internal error: pc 0x357 in read in psymtab, but not in symtab.)
(Internal error: pc 0x357 in read in psymtab, but not in symtab.)
(Internal error: pc 0x357 in read in psymtab, but not in symtab.)
(Internal error: pc 0x357 in read in psymtab, but not in symtab.)
(Internal error: pc 0x357 in read in psymtab, but not in symtab.)
(Internal error: pc 0x2 in read in psymtab, but not in symtab.)
(Internal error: pc 0x2 in read in psymtab, but not in symtab.)
(Internal error: pc 0x0 in read in psymtab, but not in symtab.)
(Internal error: pc 0x2 in read in psymtab, but not in symtab.)I get this in "Application output" of Qt Creator.
I have setup a log file to which content from qDebug() gets printed. But the mentioned error does not appear in the log file.What could be the cause of this error?
-
Might be a broken build... try throwing away all generated files and building from scratch.
Which system are you running on?
-
Hi Toblas,
I have done that many times but still the problem persists.I am using Qt Creator 2.4.1 with Qt 4.7.4 32 bit on Windows 7 64 bit.
Hope that helps in determining the cause of issue.Any idea why this error is getting throwed?