vscode: 1.30.0 crash on macOS High Sierra

  • VSCode Version 1.30.0 c6e592b2b5770e40a98cb9c2715a8ef89aec3d74 x64
  • OS Version: 10.13.6

Steps to Reproduce:

  1. Launch vscode

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

code --verbose --disable-extensions

[main 5:19:53 PM] Starting VS Code
[main 5:19:53 PM] from: /Applications/Visual Studio Code.app/Contents/Resources/app
[main 5:19:53 PM] args: { _: [],
  help: false,
  h: false,
  version: false,
  v: false,
  wait: false,
  w: false,
  diff: false,
  d: false,
  add: false,
  a: false,
  goto: false,
  g: false,
  'new-window': false,
  n: false,
  'unity-launch': false,
  'reuse-window': false,
  r: false,
  'open-url': false,
  performance: false,
  p: false,
  'prof-startup': false,
  verbose: true,
  logExtensionHostCommunication: false,
  'disable-extensions': true,
  disableExtensions: true,
  'list-extensions': false,
  'show-versions': false,
  nolazy: false,
  issue: false,
  'skip-getting-started': false,
  'skip-release-notes': false,
  'sticky-quickopen': false,
  'disable-restore-windows': false,
  'disable-telemetry': false,
  'disable-updates': false,
  'disable-crash-reporter': false,
  'skip-add-to-recently-opened': false,
  status: false,
  s: false,
  'file-write': false,
  'file-chmod': false,
  'driver-verbose': false,
  trace: false }
[main 5:19:53 PM] Resolving machine identifier...
[main 5:19:53 PM] Resolved machine identifier: 774dc360b8a0bc1f045eb772064b596112b71f3c01f4cfb7b73b3d9e48846c63
[main 5:19:53 PM] [storage :memory:] open()
[main 5:19:53 PM] [storage :memory:] getItems(): Map(0) {}
[main 5:19:53 PM] update#setState idle
[main 5:19:53 PM] windowsManager#open
2018-12-14 17:19:53.735 Electron[746:20824] *** Assertion failure in -[NSWindowStackController _enterWindow:intoFullScreenWithWindow:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1561.60.100/WindowTabs/NSWindowStackController.m:914

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 24 (11 by maintainers)

Commits related to this issue

Most upvoted comments

I’ve just managed to start Code by opening random file outside of the last active workspace before crash. The Code started with new undefined workspace and that probably helped. Now I can open the original workspace, open new native tabs and can’t replicate the issue anymore.