Bad_alloc exception QDataStream serialization
-
wrote on 6 Aug 2014, 02:08 last edited by
Hi, I am getting a very weird bad_alloc exception thrown when I try to deserialize an object.. I really can't figure out what's the problem.. I've check the << >> methods on both ends and they are identical.. there is no New allocation use anywhere.. Yet I get a bad_alloc at the line where I deserialize my object.. anyone ever encountered that problem?!?
-
Hi,
What are you trying to serialize ?
1/2