QSqlQuery.nex() and QSqlQuery.seek(i) crashes randomly. [SOLVED]
General and Desktop
6
Posts
2
Posters
1.8k
Views
2
Watching
-
Hi,
Did you check the memory consumption of your application ?
What does a run through the debugger tell you ? -
Hi,
Did you check the memory consumption of your application ?
What does a run through the debugger tell you ? -
Are you running a SELECT * query ? Or are you doing smaller batches ?
-
Indeed, as you wrote, you have 40GB database and I don't know the size of the images you have in there. So depending on that and the current number of entries you might be just filling your memory. Try starting with e.g. 100, if it resist increase the value.