-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Crash on linux with 16KB page size from Electron 34 update #242742
Comments
Same. I can reproduce it with all extensions disabled on Fedora aarch64. The error message I got is: The following is the log before crashing:
|
@digitarald @dbaeumer @lramos15 A humble request Our 20-person team is experiencing a critical workflow disruption on Raspberry Pi 5 due to this same VS Code issue, producing the same error code. We would be extremely thankful to you and the VS Code team for an immediate fix. This is a high-priority issue requiring urgent attention. Thanks. |
终端进程“C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe”已终止,退出代码: -1073741510。 版本: 1.98.0 (user setup) |
Hi @dbaeumer. This blocker is really showstopper. It would be a huge thanks from me if you say the date of new release with the fix. |
I am encountering this issue as well on Fedora Asahi. Difference is I am getting error code 133. Impossible to exit as well, I need to SIGKILL it. |
Can you share the crash dump following the steps at https://github.com/microsoft/vscode/wiki/Native-Crash-Issues#creating-a-crash-report |
Can you also confirm if launching with |
I can confirm this fixes the crash on Fedora Asahi (no crash in the last 5 mins). |
Reopening to mark as candidate for |
@deepak1556 maybe pin this issue until the recovery release lands? |
Crashing for me as well. |
release 1.98.1 has the same issue |
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
screen message::::
The window terminated unexpectedly(reason 'crashed', code: '5')
terminal output after crash:::
[main 2025-03-05T22:41:50.284Z] update#setState idle
[main 2025-03-05T22:41:52.553Z] CodeWindow: renderer process gone (reason: crashed, code: 5)
[main 2025-03-05T22:41:53.095Z] Extension host with pid 15010 exited with code: 0, signal: unknown.
Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at s.send (node:electron/js2c/browser_init:2:93065)
at _.send (node:electron/js2c/browser_init:2:76113)
at Iw.send (file:///usr/share/code/resources/app/out/main.js:33:23069)
at wf.p (file:///usr/share/code/resources/app/out/main.js:31:19452)
at wf.o (file:///usr/share/code/resources/app/out/main.js:31:19417)
at wf.m (file:///usr/share/code/resources/app/out/main.js:31:19279)
at qo.value (file:///usr/share/code/resources/app/out/main.js:32:265)
at I.B (file:///usr/share/code/resources/app/out/main.js:30:2373)
at I.C (file:///usr/share/code/resources/app/out/main.js:30:2443)
at I.fire (file:///usr/share/code/resources/app/out/main.js:30:2660)
at qo.value (file:///usr/share/code/resources/app/out/main.js:43:13058)
at I.B (file:///usr/share/code/resources/app/out/main.js:30:2373)
at I.fire (file:///usr/share/code/resources/app/out/main.js:30:2591)
at ForkUtilityProcess.T (file:///usr/share/code/resources/app/out/main.js:28:7328)
at ForkUtilityProcess.emit (node:events:518:28)
at ForkUtilityProcess.a.emit (node:electron/js2c/browser_init:2:71917)
Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at s.send (node:electron/js2c/browser_init:2:93065)
at _.send (node:electron/js2c/browser_init:2:76113)
at Iw.send (file:///usr/share/code/resources/app/out/main.js:33:23069)
at wf.p (file:///usr/share/code/resources/app/out/main.js:31:19452)
at wf.o (file:///usr/share/code/resources/app/out/main.js:31:19417)
at wf.m (file:///usr/share/code/resources/app/out/main.js:31:19279)
at s.then.Error.m.id (file:///usr/share/code/resources/app/out/main.js:31:20206)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: