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. QtNetwork.dll is not getting terminated.

QtNetwork.dll is not getting terminated.

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.9k 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.
  • M Offline
    M Offline
    mady
    wrote on last edited by
    #1

    Hi experts,
    I have developed an application where I am using NetworkAccessManager (NAM) to download a XML file from server. I am using get to initiate the request and waiting for NAM 's finished() signal to get called and copying data from network reply. My application is a plugin of Visual Studio2010. I am destroying object of NAM on close of VS.

    Problem: Even after closing of visual studio I could see an instance of devenv.exe is still running. When I attached VS to leftover devenv.exe I could see main thread is waiting on QtNetwork.dll. Not sure why it is getting hold. How to stop QtNetowrk.dll gracefully?
    I am suspecting is it because of deleteLater() I have set in reply......

    Any help suggestion will be appreciated.

    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