Node unconditionally uses AVX512 instructions (illegal instruction starting Extension Host agent) #214630
Labels
bug
Issue identified by VS Code Team member as probable bug
electron-29-update
extension-host
Extension host issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
upstream-issue-linked
This is an upstream issue that has been reported upstream
Does this issue occur when all extensions are disabled?: Yes/No
Seeing this both on release and on insiders:
Release:
Version: 1.90.0 (Universal)
Commit: 89de5a8
Inisders:
Version: 1.91.0-insider (Universal)
Commit: 6facfe2
Steps to Reproduce:
Result: Extension host crashes immediately:
The node backtrace here is:
This machine is AMD Ryzen Threadripper PRO 7975WX, but for compatibility with https://pernos.co/, I've explicitly disabled AVX-512 by adding
clearcpuid=304
toGRUB_CMDLINE_LINUX_DEFAULT
in/etc/default/grub
As you can see, AVX512 isn't listed in the /proc/cpuinfo:
This bug is similar to #180843
The text was updated successfully, but these errors were encountered: