onnxruntime causing high CPU while typing in Visual Studio 17.8.4 #19132
Labels
core runtime
issues related to core runtime
platform:windows
issues related to the Windows platform
stale
issues that have not been addressed in a while; categorized by a bot
Describe the issue
Whenever I am typing in visual studio version 17.8.4 its starts consuming high CPU.
Is there any way I can stop it ?
Its loaded in process
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\ServiceHub\Hosts\ServiceHub.Host.netfx.x64\ServiceHub.IntellicodeModelService.exe
I have collected the dump by using procdump by using command -
procdump -n 3 -s 2 -c 10 4776
0:007> !runaway
User Mode Time
Thread Time
5:2150 0 days 0:00:19.703
6:858 0 days 0:00:15.015
7:298c 0 days 0:00:14.109
Stack for high CPU.
Call Site
00 ntdll!ZwWaitForAlertByThreadId
01 ntdll!RtlSleepConditionVariableSRW
02 KERNELBASE!SleepConditionVariableSRW
03 onnxruntime!OrtSessionOptionsAppendExecutionProvider_CPU
04 onnxruntime!OrtSessionOptionsAppendExecutionProvider_CPU
05 onnxruntime!OrtSessionOptionsAppendExecutionProvider_CPU
06 ucrtbase!thread_start<unsigned int (__cdecl*)(void *),1>
07 kernel32!BaseThreadInitThunk
08 ntdll!RtlUserThreadStart`
To reproduce
Urgency
I am not able to code anything on visual studio
Platform
Windows
OS Version
Windows 10
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.14.23.224
ONNX Runtime API
C#
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: