Results 1 to 2 of 2

Thread: Shell32.dll constantly loaded/unloaded

  1. #1
    Join Date
    Jan 2013
    Posts
    25
    Qt products
    Qt4
    Platforms
    Windows

    Default Shell32.dll constantly loaded/unloaded

    Sorry if this is the wrong forum section, but i don't know where else to put this.


    When i deploy in debug mode, i see the following message continuesly in the debug log:

    >=library-unloaded,id="C:\\Windows\\SysWOW64\\shell32.dll",t arget-name="C:\\Windows\\SysWOW64\\shell32.dll",host-name="C:\\Windows\\SysWOW64\\shell32.dll",thread-group="i1"
    sLibrary C:\Windows\SysWOW64\shell32.dll unloaded

    >=library-loaded,id="C:\\Windows\\SysWOW64\\shell32.dll",tar get-name="C:\\Windows\\SysWOW64\\shell32.dll",host-name="C:\\Windows\\SysWOW64\\shell32.dll",symbols-loaded="0",thread-group="i1"
    sLibrary C:\Windows\SysWOW64\shell32.dll loaded
    This doesn't really seem like normal behavior. Does anyone know what is happening?
    Debugging is also terribly slow, most likely because of this.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Shell32.dll constantly loaded/unloaded

    That is one of the core 32-bit Windows libraries being loaded/unloaded from a process memory space on your 64-bit system. I would expect it is never unloaded from RAM after first use. You are possibly getting this load message every time an exe or other library resolves a routine in the library for the first time, and the unload when the exe or other library is unloaded.

    I have always found gdb on Windows to be very slow compared to its Linux equivalent. I do not really know why, but this level of tracing might have something to do with it.

Similar Threads

  1. Replies: 3
    Last Post: 20th February 2018, 14:55
  2. Constantly Update QFile read
    By digimonkey in forum Qt Programming
    Replies: 3
    Last Post: 4th November 2014, 09:18
  3. App in Mac constantly claiming focus
    By gainasp in forum Qt Programming
    Replies: 0
    Last Post: 24th September 2012, 15:31
  4. 4.7.1 imageformats/qjpeg[d]4.dll unloaded
    By bmn in forum Installation and Deployment
    Replies: 2
    Last Post: 4th October 2011, 09:38
  5. Segmentation Fault after plugin was unloaded
    By zzz9 in forum Qt Programming
    Replies: 6
    Last Post: 3rd October 2011, 16:41

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.