stef-levesque / vscode-hexdump

hexdump for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension host crashes while opening large binary files with extension vscode-hexdump

Golrath opened this issue · comments

Issue Type: Bug

Configuration:

  • extension "vscode-hexdump" is installed
  • Settings of displaysize and warnings are changed as follows
    --"hexdump.sizeDisplay": 31457280,
    --"hexdump.sizeWarning": 31457280

Repro Steps

  • open a folder with large binary files like raw picture (>25MB filesize)
  • call command "Show hexdump" from the context menu of the file in the browser

result: Visual studio code stops loading the file with the message "Extension host terminated unexpectedly."

awaited behavior: The file is loaded and displayed as hexdump

VS Code version: Code 1.21.0 (9a199d7, 2018-03-07T11:04:09.969Z)
OS version: Windows_NT x64 10.0.16299

Item Value
CPUs Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 2904)
Memory (System) 31.88GB (24.09GB free)
Process Argv C:\Program Files\Microsoft VS Code\Code.exe
Screen Reader no
VM 0%
Extension Author (truncated) Version
vscode-markdownlint Dav 0.13.0
githistory don 0.4.0
python ms- 2018.2.0
vscode-ai ms- 0.1.7
csharp ms- 1.14.0
PowerShell ms- 1.6.0
team ms- 1.122.0
vscode-docker Pet 0.0.25
vscode-icons rob 7.20.0
vscode-hexdump sle 1.6.0

i have same issue , 8kb bin file wont open . win10 64bit, VS-code 1.22.2

@Golrath @verilogcpu is it still happening with VSCode 1.27.2 ?