Share via

SQLServer 2019 CU23 - c0000005 EXCEPTION_ACCESS_VIOLATION

Lawrence Phillips 0 Reputation points
2023-12-05T17:59:01.1933333+00:00

I'm getting the below on some exactions of a certain query. It was working fine on an older SQLServer 2019 install on another server. However after I restored the DB to this server it started randomly failing - about 1 in 3 requests.

There query itself is quite complicated as it's using several joins, cross DB and making use of spatial indexes.

log.txt

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 134.7K Reputation points MVP Volunteer Moderator
    2023-12-05T22:27:28.8433333+00:00

    This type of crashes are often a token of a bug in SQL Server They are best resolved by opening a support case. It is not really much we can do here in the forums to help you.

    I note that there are CLR on the stack dump, but since you say that the queries uses spatial, that seems quite normal.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.