chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
TypeMock 7.0.8 worked fine, but after updating to 7.0.9 this happens:
Problem Event Name: APPCRASH
Application Name: JetBrains.TeamCity.PlatformProcessRunner.v4.0.x64.exe
Application Version: 7.0.408.0
Application Timestamp: 4ffdba06
Fault Module Name: JetBrains.Profiler.Core.Win.x64.dll
Fault Module Version: 1.2.384.4
Fault Module Timestamp: 4f0afac9
Exception Code: c00000fd
Exception Offset: 00000000001180e7
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Additional Information 1: a2dc
Additional Information 2: a2dcffc4b2f672072456b5f07240b9bc
Additional Information 3: 35b8
Additional Information 4: 35b892075c2c864964c30b4a9535a0b1


Reverting back to TypeMock 7.0.8 fixes the issue. Also, manually running the tests under 7.0.9 with dotCover coverage outside TeamCity works fine.
asked by halstein (8.7k points)

8 Answers

0 votes
Hi,

Thank you for the notification.
Some questions:

1) Does this happens when ran on the server version?
2) Which version of dotCover and teamcity do you use?
3) Can you please send us the log files of Isolator? (you can activate logs in start menu -> typemock -> configuration -> VS tab).

Needless to say, keep using 7.0.8 for now until we fix this.
answered by alex (17k points)
0 votes
1. I haven't tried the server version. We include the assemblies found in the AutoDeploy directory + TMockRunner.exe with our project in source control and auto deploy on our build server.
2. DotCover is 1.2 and TeamCity is 7.0.4.
3. Since we don't have TypeMock installed on our build agents this isn't in the start menu there. Is there any way to enable this logging from the TMockRunner command line? Will TMockRunner -loglevel 9 -logpath "C:TypeMockLogs" give the same result?
answered by halstein (8.7k points)
0 votes
Attached is the log output from TMockRunner -loglevel 9.

TypeMockCrashLogs.zip
answered by halstein (8.7k points)
0 votes
Hi,

Thanks for the prompt reply, we will review this issue and I'll contact regarding it.
answered by alex (17k points)
0 votes
We have the same problem, .NET 4.0, TeamCity version is 7.0.1, NUnit is 2.6.0, tests crashes with StackOverflowException.

When we used TypeMock 7.0.8 everything was OK.
answered by Dorgaliser (140 points)
0 votes
Hi,

We are still investigating this issue.
I will post an update regarding it as soon as we find its source.
answered by alex (17k points)
0 votes
Hi,

There is a temp workaround for this issue until we fix it.

In the folder where TmockRunner.exe is placed create a new text file and name it blacklist.dat,
inside this file write JetBrains.

That should do it until we release a version with a fix.
answered by alex (17k points)
0 votes
The workaround works.
answered by halstein (8.7k points)
...