DocumentDB client 1.14 kills running process DocumentDB client 1.14 kills running process azure azure

DocumentDB client 1.14 kills running process


This is an issue with DocumentDB SDK:

To summarize, we identified a critical issue in the .NET SDK v1.14.0 release on x64 machines that dont support SSE4 instructions. We are working on a patch, but meanwhile please use https://www.nuget.org/packages/Microsoft.Azure.DocumentDB/1.13.4 or earlier. We will post an update when a patch is available.

The issue has been fixed in 1.14.1

https://www.nuget.org/packages/Microsoft.Azure.DocumentDB/1.14.1


I've encountered the same problem. For me it only happens when calling IDocumentQuery.ExecuteNextAsync.

Adding a new and fetching a single document works fine.

I reported it here as you mentioned, Jakub:https://github.com/Azure/azure-documentdb-dotnet/issues/259