Hesham Moustafa
2013-07-04 02:40:53 UTC
Hi,
What's the best way(s) to handle memory exceptions that result from memory
access and permission violations ? for example, what should happen if an
area of memory set to be read only and a thread tried to write data into
this area ? Currently I am using it in debugging purpose to monitor
exception handling and get some details, bit what should happen in practice
?
Regards,
Hesham
What's the best way(s) to handle memory exceptions that result from memory
access and permission violations ? for example, what should happen if an
area of memory set to be read only and a thread tried to write data into
this area ? Currently I am using it in debugging purpose to monitor
exception handling and get some details, bit what should happen in practice
?
Regards,
Hesham