Hello,
I regularly recieve the following exception message: Additional Information: The runtime has encountered a fatal error. The address of the error was at 0x70b53757, on thread 0x864. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.
I usually recieve it after calling the same FORTRAN subroutine again after just having called it.
How can I prevent this crash from occurring and was it causing it?
Thanks, Alex.