Results 1 to 2 of 2

Thread: QList: Out of memory - without having defined QList

  1. #1
    Join Date
    Mar 2009
    Posts
    9
    Thanks
    1

    Default QList: Out of memory - without having defined QList

    Hi,
    please can you help me with this?

    I have a MainWindow - that is using some plugins I made (as a cusotm widgets - so I have lib files). MainWindow has also on more QThread - for network communication.
    In none of my code I have defined QList.

    The problem is that when I'm running my application everything works fine, but when I'm closing it I'm getting:
    QList: Out of memory.

    Pls. do you have some tips, ideas?

    cheers.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QList: Out of memory - without having defined QList

    My guess is that you manipulate with objects you shouldn't be touching from the worker thread. But instead of guessing, run your application under a debugger and trace the execution. Furthermore I hope you are aware you don't need a thread for network communication, right?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. QList: out of memory
    By navi1084 in forum Qt Programming
    Replies: 6
    Last Post: 23rd March 2009, 10:27
  2. Memory debugging in windows
    By txandi in forum Qt Programming
    Replies: 3
    Last Post: 20th February 2009, 13:45
  3. QT4 debug mode output / QList: Out of memory
    By patrik08 in forum Qt Programming
    Replies: 1
    Last Post: 29th May 2007, 09:53
  4. Replies: 25
    Last Post: 15th January 2006, 00:53

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.