Results 1 to 2 of 2

Thread: detecting memory leak in qt4.6 on ARM9 based embedded board

  1. #1
    Join Date
    Nov 2009
    Posts
    60
    Thanks
    3
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default detecting memory leak in qt4.6 on ARM9 based embedded board

    Dear All,

    We have build a stand alone multithreaded biometric application embedded linux on ARM9 based 64MB RAM SOC.this application runs for for two weeks and crushes as application excceds memory limit. we run the application on PC with valgrind,the tool does not report any memory leak. I am not sure if valgrind support memeory check on ARM9 machine. so can any one suggest a proper tool to check memory leak for QT embedded application on ARM9 on linux.

    Thanks in Advance,

  2. #2
    Join Date
    Nov 2010
    Posts
    315
    Thanked 53 Times in 51 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: detecting memory leak in qt4.6 on ARM9 based embedded board

    Valgrind has large overheads so you can have a problem on such system.
    Here is list of tools recommended by qt (AddressSanitizer looks promising)

    I'm suspecting that valgrind didn't detect this memory leak since you didn't covered all possible scenarios.

Similar Threads

  1. Memory leak after deletion of a GStreamer element on embedded linux board
    By qtsmartcoder in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 28th November 2012, 10:11
  2. Replies: 2
    Last Post: 25th June 2011, 05:41
  3. Qt/Embedded-4.4.3 on S3C2440(ARM9)
    By grsandeep85 in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 12th January 2010, 04:53
  4. Qt/Embedded-4.4.3 on ARM9(S3C2440)
    By grsandeep85 in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 17th December 2009, 13:08
  5. I need help detecting a memory leak
    By aarelovich in forum Qt Programming
    Replies: 3
    Last Post: 17th February 2009, 23:06

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
  •  
Qt is a trademark of The Qt Company.