Skip to content

VS Code crashes when trying to open dialog window #320788

Description

@coolfocks

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

  • VS Code Version: 1.123.0, 6a44c352bd24569c417e530095901b649960f9f8, x64

  • OS Version: Arch

Steps to Reproduce:

  1. Open project
  2. Close opened tab which is un-saved
  3. Program hangs
  4. Program closes itself

OR

  1. Click Help -> About
  2. Program hangs
  3. program closes itself

verbose log output before crash, when trying to close unsaved file

[282898:0610/170153.241980:INFO:CONSOLE:442] "%cTRACE color: #888 DialogService#prompt Do you want to save the changes you made to productpage_proteins_text?", source: vscode-file://vscode-app/usr/lib/code/out/vs/workbench/workbench.desktop.main.js (442)
[0610/170153.258507:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.259257:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.259348:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.259408:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.262271:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.262860:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.262970:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.263006:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.263316:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/170153.263664:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/170153.263671:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/170153.267635:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/170153.267643:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/170153.267650:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/170153.267653:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range

verbose log output before crash, when clicking About vscode

[6735:0610/171912.398008:INFO:CONSOLE:442] "%cTRACE color: #888 CommandService#executeCommand workbench.action.showAboutDialog", source: vscode-file://vscode-app/usr/lib/code/out/vs/workbench/workbench.desktop.main.js (442)
[0610/171912.472316:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.473066:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.473158:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.473220:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.476083:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.476670:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.476780:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.476816:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.477124:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0610/171912.477476:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/171912.477483:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/171912.481309:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/171912.481317:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/171912.481324:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range
[0610/171912.481328:ERROR:third_party/crashpad/crashpad/util/process/process_memory_range.cc:75] read out of range

Downgrading to 1.122 fixes the issue

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions