QDataStream memory overflow [solved]
General and Desktop
14
Posts
3
Posters
3.4k
Views
1
Watching
-
Hi,
Pretty strange⦠You could try flushing the QDataStream in between two _missionsEx.
Also, are you sure that everything is generated correctly ?
-
Sorry, it's in QTextStream.
One thing you could do is check the status of the stream between two writes
-
-
32bit application ?
-
I wonder if you're not hitting the 2GB memory limit somehow, but that should rather kill your application AFAIK.
-
AFAIK, it should not.
However I wonder what might happen if you are reaching the limit of available memory without allocating enough to make the OS decide to kill your application.
-
It's because your application is 32bit, the max memory size it can use is 2GB even if you computer had terabytes available