Automated UI Test Crash
Hello,
We are running TeamCity Enterprise version 6.5.2 (build 17935) at our environment.
An automated UI test crashes several times with the following message:
Faulting application name: JetBrains.TeamCity.Injector.exe, version: 0.0.0.0, time stamp: 0x4dd69866
Faulting module name: MSVCR100.dll, version: 10.0.40219.1, time stamp: 0x4d5f034a
Exception code: 0xc0000005
Fault offset: 0x000000000003c010
Faulting process id: 0x1b24
Faulting application start time: 0x01cc727eff1dbb8d
Faulting application path: C:\BuildAgent\plugins\stacktracesPlugin\bin\x64\JetBrains.TeamCity.Injector.exe
Faulting module path: C:\BuildAgent\plugins\stacktracesPlugin\bin\x64\MSVCR100.dll
Report Id: 3e52fbfa-de72-11e0-8bfd-00123f2a678d
Thanks in advance for some hints.
Diego
Please sign in to leave a comment.
JetBrains.TeamCity.Injector.exe is a tool used to get a thread dump of the build (via "View thread dump" link on the page of a running build), so it seems the issue is only reproducing on the action.
Does this reprodices each time you try to get a thread dump?
What kind of process does the build run? Is it .Net, Java, native?
Do you have default MSVCR100.dll on the system?
Hello,
- Does this reprodices each time you try to get a thread dump?
not every time
- What kind of process does the build run? Is it .Net, Java, native?
it is a .net winforms app
-Do you have default MSVCR100.dll on the system?
yes, the following versions:
BuildAgent\plugins\stacktracesPlugin\bin\x64\msvcr100.dll
BuildAgent\plugins\stacktracesPlugin\bin\x86\msvcr100.dll
thanks again
Diego,
Thank you for the details.
We have a related issue in our tracker: http://youtrack.jetbrains.net/issue/TW-10164
The outcome is that we need to improve stability of the thread dump taking functionality.