Microsoft SQL server getting crashed by Mysql driver.
we have few stored procedures in SQL server that query Mysql server using openquery. Hence, when we call one of these stored procedure, the SQL server get crash but this doesn't occurs everytime (crash occurs once in a week).
Below are the logs from debug diagnostics tool:
1) The maximum number of stacks (MAX_NATIVE_EXCEPTION_STACKS_PER_EXCEPTION_TYPE = 100)
for this native exception type have been collected: '0XE06D7363'
2) Native exception rate is more than MAX_NATIVE_EXCEPTION_STACKS_PER_SECOND (30 exceptions / sec)
3) The maximum number of stacks (MAX_CLR_EXCEPTION_STACKS_PER_EXCEPTION_TYPE = 10)
for this CLR exception type have been collected: 'System.Security.Cryptography.CryptographicException'
4) The maximum number of stacks (MAX_CLR_EXCEPTION_STACKS_PER_EXCEPTION_TYPE = 10)
for this CLR exception type have been collected: 'System.Exception'
5) The maximum number of stacks (MAX_CLR_EXCEPTION_STACKS_PER_EXCEPTION_TYPE = 10)
for this CLR exception type have been collected: 'System.NullReferenceException'
User contributions licensed under CC BY-SA 3.0