vscode icon indicating copy to clipboard operation
vscode copied to clipboard

the window has crashed (reason: 'crashed', code: '132')

Open iceonGit opened this issue 2 years ago • 7 comments

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.79.2
  • OS Version: Ubuntu 20.04

Steps to Reproduce:

Running code from the terminal gives me this error , it just happened out of the blue and is persisting despite all my efforts to uninstall and reinstall Vscode and removing the Code folder in ~/.config.

Screenshot from 2023-07-04 10-38-16

This issue persists even in the older versions and the insider version of VsCode which I tried to install to sidestep the issue, even powering off and restarting doesn't do the trick .

iceonGit avatar Jul 04 '23 05:07 iceonGit

files.zip

Here's the crash dump.

iceonGit avatar Jul 04 '23 05:07 iceonGit

Symbolicated

symbolicated-bf.log

The crash occurs in viz::ClientGpuMemoryBufferManager::ClientGpuMemoryBufferManager

The issue is also a potential duplicate of #141280, but I wasn't able to symbolicate logs for that issue and check.

Does the issue occur when extensions are disabled?

rzhao271 avatar Jul 05 '23 17:07 rzhao271

Yes it does , even when I try to run code --disable-extensions , even manually disabling every single extesion doesn't help . Moreover this issue was replicated in the previous versions and insider edition I tried to install after uninstalling v1.79.2.

iceonGit avatar Jul 06 '23 09:07 iceonGit

Does the issue still occur when running code --disable-gpu?

rzhao271 avatar Jul 06 '23 15:07 rzhao271

Yes it does

iceonGit avatar Jul 08 '23 01:07 iceonGit

It does with almost every possible option except code --no-sandbox

iceonGit avatar Jul 08 '23 01:07 iceonGit

It's happening in 1.80 too .

iceonGit avatar Jul 09 '23 06:07 iceonGit

Sorry for the late follow-up, @iceonGit. Does the issue still occur on the latest (1.85) release? Also, how are you launching Code from the terminal? Is it just code, for example, or something else like code .? If the issue is still occurring, does anything show up when running code --verbose?

rzhao271 avatar Dec 07 '23 21:12 rzhao271

Just had a look at the crash logs, the issue is unrelated to https://github.com/microsoft/vscode/issues/141280

The crash is happening at failing to start the GpuMemoryThread in the gpu process. This is way more of an issue specific to the user's OS setup. Starting off with testing with newer versions of the application is good. If the application still crashes, next step would be get the type of failure when starting the thread.

deepak1556 avatar Dec 08 '23 02:12 deepak1556

It does , in all instances of running the command "code" and with all known flags except code --no-sandbox .

On Fri, 8 Dec 2023, 3:29 am Raymond Zhao, @.***> wrote:

Sorry for the late follow-up, @iceonGit https://github.com/iceonGit. Does the issue still occur on the latest (1.85) release? Also, how are you launching Code from the terminal? Is it just code, for example, or something else like code .? If the issue is still occurring, does anything show up when running code --verbose?

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/186959#issuecomment-1846174013, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZBGRLBFBTAJHTCFIOYOJ6DYII32ZAVCNFSM6AAAAAAZ5GLHC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBWGE3TIMBRGM . You are receiving this because you were mentioned.Message ID: @.***>

iceonGit avatar Dec 11 '23 12:12 iceonGit

Can you also check if the crash is present with our insiders https://code.visualstudio.com/insiders/ which comes with a newer version of the runtime.

deepak1556 avatar Dec 11 '23 13:12 deepak1556

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!

vscodenpa avatar Dec 24 '23 11:12 vscodenpa