Hi there,
I have an issue with the System.StackOverflowException that happens in my production environment. Based on EventLog exception is thrown from Grace 7.2.1.0

Based on https://stackoverflow.com/questions/1833106/help-with-system-stackoverflowexception/1833171#1833171 from StackOverflow I found a method throwing System.StackOverflowException.

ImmutableLinkedList.cs ... public void Visit(Action<T> action, bool startAtEnd = false) ...
Is anyone else faced with such an issue or have any suggestions?