Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
While Cursor was idle, the user extension host for load-aws-secrets-cli sustained high CPU and grew to approximately 1.35 GB RAM:
extension-host (user) load-aws-secrets-cli
PID: 42340
CPU: 24% system CPU (~3.8 logical cores on this 16-core system)
Memory: 1348 MB
All other Cursor processes, including the user extension host for the other workspace, were at 0% CPU.
Cursor Extension Bisect completed with:
No extension identified. This might be a problem with Cursor
This rules out installed third-party extensions as the cause. The workload remains in Cursor’s user extension-host process.
An Extension Host CPU Profile was captured. Profile duration: 50.37 seconds; 90,166 samples.
(idle): 49.701 s / 98.68%
(program): 0.251 s / 0.50%
The JavaScript event loop is almost entirely idle, despite the process consuming several CPU cores. This suggests the CPU is in native/background worker threads rather than JavaScript execution.
A Process Monitor capture showed extremely high filesystem activity while idle:
Path / directory Total events Opens Closes
C:\ 549,311 167,181 143,299
C:\Documents and Settings 286,593 95,530 71,648
C:\Users 95,524 23,881 23,881
C:\ 167,194 47,770 47,770
Neither workspace is rooted at C:\
Steps to Reproduce
No steps, this starts happening straight from startup
Expected Behavior
I didn’t expect cursor to query C:\ root or C:\Documents and Settings at all, especially not repeatedly like this. The user extension host should remain near-idle.
Operating System
Windows 10/11
Version Information
Cursor: 3.16.17 (6b2afae…, stable)
Additional Information
Environment:
- Cursor: 3.16.17 (
6b2afae..., stable) - OS: Windows 11, build
10.0.26200 - CPU: Intel Core Ultra 7 255H, 16 logical processors
Does this stop you from using Cursor
No - Cursor works, but with this issue