On Friday, 27 April 2012 at 17:47:48 UTC, Jonathan M Davis wrote:
On Friday, April 27, 2012 19:38:34 Namespace wrote:I read about "collectExceptionMsg". Maybe that is a possible solution to catch Access Violations?Access violations / segfaults aren't exceptions. They're OS signals. You can'tcatch them. - Jonathan M Davis
I forget... But it should me possible to catch the "null this" message.