Here is the uploaded image
i am getting on inconsistent crash in my project sometimes, same screen shot is uploaded.
Is there any thing to avoid crashes access violation memory , i am using boost version 1.64
Here is the uploaded image
i am getting on inconsistent crash in my project sometimes, same screen shot is uploaded.
Is there any thing to avoid crashes access violation memory , i am using boost version 1.64
Is there any thing to avoid crashes access violation memory , i am using boost version 1.64
Yes, avoid Undefined Behaviour.
Undefined Behaviour can have many reasons:
this
, calling virtual methods inside constructor, etc. etc.)If you want more specific help, or can't find it
post a minimal, self-contained example that demonstrates the problem
use a memory checker to detect your bug earlier