-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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 |
Thank you, @deepak1556! When an update rolls into Insider, and if this issue is tagged, I'll try again and update with results. Appreciate all you do! |
there is a lot of people that use the visual studio they need to clarify/ verify that the next update that they do works before they release it to both locations for windows, Linux, and raspberry pi 5 or what ever people use |
Using
but I also have the Issue that most of my extensions except for a few Microsoft ones are not being shown in the Extensions tab, they are also not enabled but they were in the folder. I just looked for the path and now they are all gone. |
@deepak1556, the updated Insiders is no longer crashing for me. Thank you!
|
Thanks for confirming @simonkurtz-MSFT |
i am still unable to use it my raspberry pi 5 it still crashes |
@vtkacik45 what is the exact version information of the executable you are running? |
I also have a similar problem: Problem appears to be VSCODE fetching update information on 1.98.* or maybe requesting telemetry after 30 seconds.
Not examined the data flow with 'wireshark', because at the moment I need to use VSCODE, but it does seem related to a network request, because the RPI 5 receives a stream of ACK's from the Microsoft Azure server at 4.152.45.235 |
You can stop the crashing on a PI 5 either by adding the flag --js-flags="--nodecommit_pooled_pages" (as stated in a post above) or by adding kernel=kernel8.img to /boot/firmware/config.txt I have tried both methods and the flag is the best work-a-round so far as you retain full performance of the PI5 |
@Annie-UK |
You can also install Code Insiders to verify the forthcoming general release fixes this. Please see my comment above for details. |
1.98.2 |
@vtkacik45 |
a mi me funciono agregando la opcion 2 kernel=kernel8.img* |
Muchas Gracias!! |
I think I am possibly hitting this same issue in #244404, I will try 1.99 Insiders. |
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: