dbx access checking doesn't play well with C++ exceptions
While running applications that throw exceptions on x86 with access checking enabled, I always get the following error:
Read from unallocated (rua) on thread 1:
Attempting to read 4 bytes at address 0xfefa242c
Location of error: , line 0, _get_exit_frame_monitor()
Followed by a SIGTRAP:
dbx: internal warning: unexpected SIGTRAP!
t@1 (l@1) signal TRAP (trace trap) in (unknown) at 0xd80ef585
0xd80ef585:pushl%ebp
Ian

