microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.59k stars 29.03k forks source link

VScode crashed (reason: 'oom', code: '-536870904') #198739

Closed mdsaif1024 closed 10 months ago

mdsaif1024 commented 11 months ago

Type: Bug

When I want to run my project named "NewsRoom". It compiled successfully and when the browser windows open it goes on loading and loading and at last it says page unresponsive. And after sometimes the vs code get terminated and show a message "The window has crashed (reason: 'oom', code: '-536870904')"

VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info |Item|Value| |---|---| |CPUs|11th Gen Intel(R) Core(TM) i3-1115G4 @ 3.00GHz (4 x 2995)| |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)|undefined| |Memory (System)|7.80GB (1.45GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (17) Extension|Author (truncated)|Version ---|---|--- code-assist|dig|0.0.1 es7-react-js-snippets|dsz|4.4.3 auto-rename-tag|for|0.1.10 google-fonts|lio|0.0.1 jupyter|ms-|2023.10.1100000000 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 remote-wsl|ms-|0.81.8 material-icon-theme|PKi|4.32.0 LiveServer|rit|5.7.9 bootstrap4-vscode|the|6.1.0 intellicode-api-usage-examples|Vis|0.2.8 vscodeintellicode|Vis|1.2.30 vscode-java-pack|vsc|0.25.15 JavaScriptSnippets|xab|1.8.0
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263cf:30335440 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593:30376534 pythonvs932:30410667 py29gd2263:30880072 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 282f8724:30602487 f6dab269:30613381 a9j8j154:30646983 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 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 pythontbext0:30879054 accentitlementsc:30887149 dsvsc016:30886110 dsvsc017cf:30886113 dsvsc018:30886114 aa_t_chat:30882232 ```
chrmarti commented 11 months ago

OOM likely stands for Out Of Memory. Does this also occur when you run with all VS Code extension turned off? (F1 > Developer: Reload With Extensions Disabled)

mdsaif1024 commented 11 months ago

Yes it happens after disabling all installed extension too.

On Tue, Nov 21, 2023, 2:03 PM Christof Marti @.***> wrote:

OOM likely stands for Out Of Memory. Does this also occur when you run with all VS Code extension turned off? (F1 > Developer: Reload With Extensions Disabled)

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/198739#issuecomment-1820454882, or unsubscribe https://github.com/notifications/unsubscribe-auth/A52II4E5QW4VM47IF434ODDYFRRNBAVCNFSM6AAAAAA7UC6ACWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRQGQ2TIOBYGI . You are receiving this because you authored the thread.Message ID: @.***>

chrmarti commented 11 months ago

This might be a problem with your code. Please try stopping it in the debugger while the page is loading or attach a profiler to see what is going on.

vscodenpa commented 10 months ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!