22 Nov
2011
22 Nov
'11
4:51 a.m.
"Erich E. Hoover" <ehoover(a)mines.edu> wrote:
The attached patch changes the test_timers() crash function to use RtlRaiseException (if available) rather than attempting to write to memory address 0. This change stops the timer tests from hanging on the 64-bit VM.
Why not use kernel32.RaiseException (which is always available) instead? -- Dmitry.