Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Strange error while debugging my application?

    General and Desktop
    3
    4
    1050
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CAD_coding
      CAD_coding last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • T
        tobias.hunger last edited by

        Might be a broken build... try throwing away all generated files and building from scratch.

        Which system are you running on?

        1 Reply Last reply Reply Quote 0
        • CAD_coding
          CAD_coding last edited by

          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?

          1 Reply Last reply Reply Quote 0
          • K
            koahnig last edited by

            What compiler and version are you using?

            Vote the answer(s) that helped you to solve your issue(s)

            1 Reply Last reply Reply Quote 0
            • First post
              Last post