Timeout wrote:
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
is probably NOT the reason for the crash.
I have it too on my .NET application and I can safely ignore it because the application is not affected.
If you read some documentation about the net, you will see that the .NET is using JIT and not MEM_WRITE_WATCH but MEM_WRITE_WATCH is used by Visual Basic which leads me to the (uneducated) opinion that this error is just thrown by the C++ on which the .NET is based.
However as per WINDOWS_2000 if MEM_WRITE_WATCH is not supported, it is just ignored by the concerned components.
I will not fire you for this, but some programs are written with VB.NET
and thus may be affected by this problem. I could name one here, but
I'm under a Non-Disclosure Agreement with its manufacturer.'
James Mckenzie