Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak, the extension crashed 5 times in the last 5 minutes #100

Open
Juknum opened this issue Nov 7, 2023 · 4 comments
Open

Memory leak, the extension crashed 5 times in the last 5 minutes #100

Juknum opened this issue Nov 7, 2023 · 4 comments
Labels
info-needed Issue requires more information from poster

Comments

@Juknum
Copy link

Juknum commented Nov 7, 2023

Type: Bug

Memory leak -> crash

Code_helper was indicating 3.8 Go of RAM before not showing up (crashing I guess?)

Extension version: 5.4.20231106
VS Code version: Code 1.84.0 (Universal) (d037ac076cee195194f93ce6fe2bdfe2969cc82d, 2023-11-01T11:30:19.406Z)
OS version: Darwin arm64 23.2.0
Modes:

System Info
Item Value
CPUs Apple M2 (8 x 24)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) 4, 5, 5
Memory (System) 8.00GB (0.10GB free)
Process Argv --crash-reporter-id 20b5f878-5672-4c23-91bd-7d93d1e97538
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vslsvsres303:30308271
vserr242:30382549
pythontb:30283811
vsjup518:30340749
pythonptprofiler:30281270
vshan820:30294714
vstes263cf:30335440
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
pythonvs932:30410667
py29gd2263cf:30880073
vsclangdc:30486549
c4g48928:30535728
dsvsc012cf:30540253
pynewext54:30695312
azure-dev_surveyone:30548225
2e4cg342:30602488
f6dab269:30613381
vscrp:30673768
2i9eh265:30646982
showlangstatbar:30737416
pythonfmttext:30731395
fixshowwlkth:30771522
showindicator:30805244
pythongtdpath:30769146
i26e3531:30792625
pythonnosmt12:30797651
pythonidxpt:30866567
pythonnoceb:30805159
synctok:30869157
dsvsc013:30795093
dsvsc014:30804076
dsvsc015:30845448
pythontestfixt:30871694
pythonregdiag2:30871582
pythonmypyd1:30879173
pythoncet00cf:30874137
h48ei257:30883392
pythontbext0:30879054
dsvsc016:30880769
dsvsc017:30880892
dsvsc018cf:30880895
aa_t_chat:30882232

@Juknum
Copy link
Author

Juknum commented Nov 7, 2023

Might be related to #93

@mjbvz
Copy link
Contributor

mjbvz commented Dec 7, 2023

Please share an example project which demonstrates the issue so we can investigate it

@mjbvz mjbvz added the info-needed Issue requires more information from poster label Dec 7, 2023
@Juknum
Copy link
Author

Juknum commented Dec 22, 2023

I was using it within a VSCode workspace :

{
  "folders": [
    {
      "path": "api"
    },
    {
      "path": "sith4"
    }
  ],
  "settings": {
    "vsicons.presets.nestjs": true,
    "files.exclude": {
      "**/.git": true,
      "**/.svn": true,
      "**/.hg": true,
      "**/CVS": true,
      "**/.DS_Store": true,
      "**/Thumbs.db": true,
      "**/node_modules": false
    },
    "liveServer.settings.multiRootWorkspaceName": "api",
    "cSpell.words": [
      "BLURPLE",
      "mikro"
    ]
  }
}

Where api and sith4 are respectively those repo:

@mmcintyre123

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants