Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. VS2010 64 bit 1.2.0 add-in console app works in release, hangs in debug

VS2010 64 bit 1.2.0 add-in console app works in release, hangs in debug

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 690 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.
  • P Offline
    P Offline
    pmaynard
    wrote on last edited by
    #1

    I created a very simple qtcreator 2.6.1 console app based on a 64 bit source build of 5.0.0 that doesn't do anything but pop up an empty console window in release. When I load the qtcreator .pro file into vs2010 using the qt5 add in, and run with "Start without debugging", the console window pops up. When I run with debugging, it hangs in module qeventdispatcher_win.cpp line 765 as it is trying to call:

    waitRet = MsgWaitForMultipleObjectsEx(nCount, pHandles, INFINITE, ...

    nCount == 0
    pHandles has 63 entries

    The console window never appears, and breaking in the debugger always brings me to this location.

    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