VSCode kills panel

Does anyone else have their panel die when VSCode is minimised (or maximised)?

Here's the error I see in the log:

Mar 07 18:19:07 host kernel: traps: mate-panel[70461] general protection fault ip:7986d959d50d sp:7ffe8a297680 error:0 in libgobject-2.0.so.0.8000.0[7986d956f000+37000]
1 Like

Did this recently start happening? VS Code 1.98 (just released) now uses the custom title bar by default, in case that's causing a bug in MATE panel.

Try changing the titlebar style setting to native, to rule it out.

3 Likes

It was happening before from time to time; now it happens every time. There's something in VSCode that's tripping up the panel, and even more so with their latest update. I have the global menu applet on my panel (i.e. vala-panel-appmenu); my early guess was that there's a problem with the two.

1 Like

Switching to the native title bar has stopped it from crashing every time; I'll wait and see if it 'intermittently' crashes as before. Hopefully it's stable.

1 Like

VS Code 1.98 is using Electron 34 too, in case you've got other Electron based apps to try.

Also assuming you're using the official build of VS Code instead of ones like VS Codium or Code - FOSS?

1 Like

Yeah; weird that no one else is experiencing the same bug.

1 Like