提问人:EagleOne 提问时间:11/13/2023 更新时间:11/13/2023 访问量:22
dotCover 代码覆盖率脚本 - GPU 进程不可用
dotCover code coverage script - GPU process isn't usable
问:
我在使用 dotcover 的 C# 代码覆盖率计算脚本中遇到了问题:
dotcover c configuration_file.xml
一切正常,直到几天前我开始收到以下错误:
The active test run was aborted. Reason: Test host process crashed : [1113/144351.571:FATAL:gpu_data_manager_impl_private.cc(431)] GPU process isn't usable. Goodbye.
Test Run Aborted with error System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.Stream.ReadByte()
at System.IO.BinaryReader.ReadByte()
at System.IO.BinaryReader.Read7BitEncodedInt()
at System.IO.BinaryReader.ReadString()
at Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.LengthPrefixCommunicationChannel.NotifyDataAvailable()
at Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TcpClientExtensions.MessageLoopAsync(TcpClient client, ICommunicationChannel channel, Action`1 errorHandler, CancellationToken cancellationToken).
是否有其他人遇到过这个问题,如果有,您是如何解决的?
答: 暂无答案
评论