Stackoverflow error when enabling dotCover
Answered
Hi,
we're evaluating how to introduce Coverage information into our development process. For that I wanted to evaluate dotCover on the TeamCity side and in a next step install dotCover on all developer systems, but when I enable dotCover in our Teamcity project buildstep when runnin MSTest it give an error message:
Process is terminated due to StackOverflowException.

Does this ring a bell or can anybody help me out on how I can investigate the actual cause of this?
Any help would be very much appreciated.
Regards.
Please sign in to leave a comment.
Hi, David and Yves
Could you please provide a sample solution where this issue can be reproduced?
Thank you
I am experiencing this issue to, using NUnit 2.6.4 under TeamCity 10.0.3 (see also http://stackoverflow.com/questions/34672940/stackoverflowexception-with-jetbrains-dotcover-in-teamcity)
Hello,
We have the related bug reported in our issue tracker: https://youtrack.jetbrains.com/issue/TW-44103. Please watch the ticket to get status updates.
In the end I found it was NUnit 2.6.4 that was causing the SOE; we've now upgraded to 3.6.0 and the issue is gone.
Thank you for the update! I'm glad that the issue was resolved.