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. Debugger suddenly broke one me and I can't find a fix anywhere

Debugger suddenly broke one me and I can't find a fix anywhere

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 576 Views
  • 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.
  • J Offline
    J Offline
    jh_360
    wrote on last edited by
    #1

    I was running a debug build for a project of mine and the debugger threw an error during a block of code in which I was multithreading. When I went to restart the debugging session I got a pop up saying executable failed, command aborted. Pulling up the log gave me this:

    71^running
    dNOTE: INFERIOR RUN OK
    Running.
    dState changed from InferiorRunRequested(7) to InferiorRunOk(8)
    *running,thread-id="all"
    dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.

    &"Warning:\n"
    &"Cannot insert breakpoint 1.\n"
    &"Cannot access memory at address 0x7c501285\n"
    &"\n"
    71^error,msg="Command aborted."
    dCOOKIE FOR TOKEN 71 ALREADY EATEN (InferiorRunOk). TWO RESPONSES FOR ONE COMMAND?
    dNOTE: INFERIOR SPONTANEOUS STOP
    Stopped.
    dState changed from InferiorRunOk(8) to InferiorStopOk(11)
    Executable failed: Command aborted.

    &"p 0\n"
    ~"$1 = 0\n"
    ^done

    Now my debugger just seems to be completely broken, and not only for this project. Making a new project and running the debugger brings up the same error. I'm using GDB as my debugger. I've tried reinstalling it as well as reinstalling qtcreator but that hasn't fixed anything. Any ideas?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jh_360
      wrote on last edited by
      #2

      Here is a link to the pastebin of the entire log if that helps
      https://pastebin.com/XPUw0MwU

      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