Hello all,
I’m building application in VS2008 in which im using C++ and QML( in Qt Creator) (Qt version 4.8.4).
But currently im facing problem of memory leakage. When i use my application for 6-7 hours with data recording and saving in SQLite database, error pops up of low program memory. Data recording is only in KBs.
If you provide the debug files path of QML then it will say otherwise it will show the function pointer where a memory leak occurs of the particular DLL or application.
Hello,
I have gone thru the article… But results not yet found…
Meanwhile during the debugging, we found that memory leakage is in the Sqlite connection. So we checked the demo code provided on toradex website.
We inserted data for around 10 times and show it around 10 times. Every time memory increases by 4-8 KB. Could you please check it at your end and verify? If that’s the case, then problem must be in API of Sqlite.