Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Some weird messages from debugger window
Forum Updated to NodeBB v4.3 + New Features

Some weird messages from debugger window

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 565 Views 1 Watching
  • 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.
  • I Offline
    I Offline
    Ivan1120
    wrote on last edited by
    #1

    Hello, everyone, when I debug my program, why my debugger window always show some message like following
    "(Internal error: pc 0x0 in read in psymtab, but not in symtab.)" and "can't find linker symbol for virtual table for `MainWindow' value"

    They seems to be warning messages, my program still can work well.

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      Hi,
      PC stands for Program Counter, and 0x0 is running code from position 0. Sounds to me a use of a null pointer variable. It's an error, not a warning and you should fix it before continuing. It will bite you later if you don't!!

      Greetz, Jeroen

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved