Results 1 to 20 of 37

Thread: memory leak - where?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #21
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    184
    Thanks
    70
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: memory leak - where?

    Report like this?

    Qt Code:
    1. ==29102== 3,392 bytes in 143 blocks are possibly lost in loss record 371 of 380
    2. ==29102== at 0x4023C4C: malloc (vg_replace_malloc.c:195)
    3. ==29102== by 0x50146F3: ??? (in /usr/lib/libfontconfig.so.1.4.4)
    4. ==29102== by 0x5019579: ??? (in /usr/lib/libfontconfig.so.1.4.4)
    5. ==29102== by 0x501A982: ??? (in /usr/lib/libfontconfig.so.1.4.4)
    6. ==29102== by 0x5368A54: ??? (in /usr/lib/libexpat.so.1.5.2)
    7. ==29102== by 0x53698A0: ??? (in /usr/lib/libexpat.so.1.5.2)
    8. ==29102== by 0x536ADB0: ??? (in /usr/lib/libexpat.so.1.5.2)
    9. ==29102== by 0x536B969: ??? (in /usr/lib/libexpat.so.1.5.2)
    10. ==29102== by 0x536264B: XML_ParseBuffer (in /usr/lib/libexpat.so.1.5.2)
    11. ==29102== by 0x50187FA: FcConfigParseAndLoad (in /usr/lib/libfontconfig.so.1.4.4)
    12. ==29102== by 0x5018B43: FcConfigParseAndLoad (in /usr/lib/libfontconfig.so.1.4.4)
    13. ==29102== by 0x501A038: ??? (in /usr/lib/libfontconfig.so.1.4.4)
    To copy to clipboard, switch view to plain text mode 

    It's from application where nothing happens - there's only window.

    Sorry I'm very stubborn about this memory leak but I've wrote some applications and all of them works fine on PC but on ARM after some time applications starting to work very slow and it looks like everything freezes (especially applications which uses SQLite databases). I suppose It's memory leak (applications are not complicated). Maybe I should look for cause somewhere else?

    thanks in advance
    best regards
    Tomasz
    Last edited by Tomasz; 1st September 2010 at 22:15.

Similar Threads

  1. Memory leak
    By yxtx1984 in forum Qt Programming
    Replies: 4
    Last Post: 26th February 2010, 11:13
  2. Qt dll + memory leak
    By Fastman in forum Qt Programming
    Replies: 3
    Last Post: 2nd August 2009, 13:28
  3. memory leak
    By mattia in forum Newbie
    Replies: 18
    Last Post: 16th January 2008, 10:22
  4. Memory leak?
    By Enygma in forum Qt Programming
    Replies: 10
    Last Post: 4th September 2007, 16:24
  5. Memory Leak in Qt
    By Krish_ng in forum Qt Programming
    Replies: 3
    Last Post: 22nd July 2007, 08:02

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.