That depends on the application! And what the application code is doing at that address! This error message helps developers find where something goes wrong. If you get it repeatedly and you can find...
This error is sometimes caused by a buffer overrun, where there is an array of a certain length and characters are written beyond the end of the array, overwriting other things in memory.