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. LEAK: CachedResource XMLHttpRequest WebCoreNode?

LEAK: CachedResource XMLHttpRequest WebCoreNode?

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

    Hi,

    I created a QtWebkit application following the steps in "this article":http://blog.lagentz.com/general/how-to-compile-and-build-a-qtwebkit-application-with-ms-visual-studio-2008/.
    when run it in visual studio,
    F5 -> click the window(web page) ->close the window
    I found there is
    LEAK: 12 CachedResource
    LEAK: 1 XMLHttpRequest
    LEAK: 337 WebCoreNode
    in output window

    what's wrong?
    Is that meaning there are memory leak?

    I'm using visual stdio 2005 + qt-everywhere-opensource-src-4.8.0

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mikero175
      wrote on last edited by
      #2

      I am having a very similar issue only my application does not use QtWebkit. I am instantiating a QDeclarativeView and setting it as the central widget of a QMainWindow object. Prior to the call to setCentralWidget(...) I call setSource() on the view and pass it my QML file. The error I get on the VS console when I close the application is LEAK: 228 Structure.

      I am using Visual Studio 2008 and the pre-built Visual Studio 2008 Qt 4.8.0 libraries.

      What does a LEAK report like this mean? Is it truly a memory leak to be resolved? Why is it not reported in the same fashion as other memory leaks in Visual Studio?

      Thanks in advance for any responses.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        ludde
        wrote on last edited by
        #3

        Any more insight into this? We started getting this message too, and I'm not even sure where it comes from - Qt, Visual Studio, radio transmissions from outer space...?

        1 Reply Last reply
        0
        • I Offline
          I Offline
          isnot2bad
          wrote on last edited by
          #4

          I've got the same log output using MinGW on Windows 7.
          No idea where it comes from too.

          1 Reply Last reply
          0
          • P Offline
            P Offline
            pmh4514
            wrote on last edited by
            #5

            I too see the same thing, Visual Studio 2012 on Win8.1 and Qt5.3

            LEAK: 376 CachedResource
            LEAK: 6 XMLHttpRequest
            LEAK: 2462 WebCoreNode

            If I comment out my call to QWebView::load(..) then the CachedResource and XMLHttpRequest leaks go away, but WebCoreNode remains.

            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