Hi Remco,
Thanks for the response. I'll try to answer your questions to the best of my abilities.
Remco;13749 wrote:- You mentioned you started having this problem after upgrading your NCrunch. Does downgrading back to the older version you were previously using resolve the problem?
Yes, I had this issue with 3.29 and 3.30 but when I downgraded to 3.28, the issue disappeared. I have kept Visual Studio 2017 (which I use invariably) on 3.30 for the time being.
Remco;13749 wrote:- Are you running a virus scanner? If so, does disabling it make any difference?
I am running Trend Micro OfficeScan. I am unable to disable it as I'm running as a LAPS (Local Administrator Password Solution) account.
Remco;13749 wrote:- Can you check your Windows Event Log for any error messages?
There are two errors logged and one crash.
- Application: nCrunch.TestHost40.x86.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 71163AED (710C0000) with exit code 80131506.
- Faulting application name: nCrunch.TestHost40.x86.exe, version: 3.30.0.1, time stamp: 0x5d4b2482
Faulting module name: clr.dll, version: 4.7.3416.0, time stamp: 0x5cabfd2c
Exception code: 0xc0000005
Fault offset: 0x000a3aed
Faulting process id: 0x2758
Faulting application start time: 0x01d550f23b5d0eff
Faulting application path: c:\program files (x86)\microsoft visual studio\2017\professional\common7\ide\extensions\remco software\ncrunch for visual studio 2017\nCrunch.TestHost40.x86.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 66a4e9b7-eb26-4aaf-8f4d-cdf10f7df13d
Faulting package full name:
Faulting package-relative application ID:
- Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0
Problem signature:
P1: nCrunch.TestHost40.x86.exe
P2: 3.30.0.1
P3: 5d4b2482
P4: clr.dll
P5: 4.7.3416.0
P6: 5cabfd2c
P7: c0000005
P8: 000a3aed
P9:
P10:
Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER51C0.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER527D.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER528E.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER528C.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER52AC.tmp.txt
\\?\C:\Users\master\AppData\Local\Temp\WER7DF5.tmp.appcompat.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_nCrunch.TestHost_5593cf846367591ee468c5de66341966d55babc5_fc69aab3_cab_5e8e7fe5\memory.hdmp
These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_nCrunch.TestHost_5593cf846367591ee468c5de66341966d55babc5_fc69aab3_cab_5e8e7fe5
Analysis symbol:
Rechecking for solution: 0
Report Id: 66a4e9b7-eb26-4aaf-8f4d-cdf10f7df13d
Report Status: 100
Hashed bucket:
Cab Guid: 0
NB: I can provide these files privately if required.
Remco;13749 wrote:- Can you confirm if this problem appears consistently (i.e. you can never ever get a test result), or is it intermittent? If it's intermittent, have you identified any pattern?
It appears consistently. Not all tests fail however, and there is no discernible difference between a test that fails and one that passes in terms of the work that is undertaken.
Remco;13749 wrote:- Can you try making an MSTest based test project? Do tests in this project fail to run also?
Yes and no. I created a C# unit test project by accident and it worked. I then deleted the C# project and created a VB.NET project. The test immediately failed.
Remco;13749 wrote:- Can you confirm if this is affecting .NET Framework or .NET Core? Or both?
.NET Framework. I'm not currently using .NET Core. My particular solutions are using .NET 4.0.
Remco;13749 wrote:- Could you submit a bug report after you've had this happen to you? I don't think the log file will contain any error information, but it might still have a useful gem or two.
I have submitted the bug report now.