Hi,
I get the following error while debugging my application:
(Internal error: pc 0×357 in read in psymtab, but not in symtab.)
(Internal error: pc 0×357 in read in psymtab, but not in symtab.)
(Internal error: pc 0×357 in read in psymtab, but not in symtab.)
(Internal error: pc 0×357 in read in psymtab, but not in symtab.)
(Internal error: pc 0×357 in read in psymtab, but not in symtab.)
(Internal error: pc 0×2 in read in psymtab, but not in symtab.)
(Internal error: pc 0×2 in read in psymtab, but not in symtab.)
(Internal error: pc 0×0 in read in psymtab, but not in symtab.)
(Internal error: pc 0×2 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?
↧