Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode segmentation fault on CentOS8 non-4k pagesize aarch64(arm64) #108509

Closed
itas109 opened this issue Oct 12, 2020 · 6 comments · Fixed by #145527
Closed

VSCode segmentation fault on CentOS8 non-4k pagesize aarch64(arm64) #108509

itas109 opened this issue Oct 12, 2020 · 6 comments · Fixed by #145527
Assignees
Labels
electron Issues and items related to Electron freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues insiders-released Patch has been released in VS Code Insiders linux Issues with VS Code on Linux upstream-issue-linked This is an upstream issue that has been reported upstream
Milestone

Comments

@itas109
Copy link

itas109 commented Oct 12, 2020

  • VSCode Version: September 2020 (version 1.50)
  • OS Version: CentOS 8.2 aarch64 pagesize 64k

Steps to Reproduce:

download code-stable-arm64-1602050866.tar.gz
tar zxvf code-stable-arm64-1602050866.tar.gz
cd VSCode-linux-arm64
./code 
segmentation fault

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

@vscodebot
Copy link

vscodebot bot commented Oct 12, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@itas109
Copy link
Author

itas109 commented Oct 12, 2020

I think it is linux kernel's PAGESIZE problem ( chromium ).

PAGESIZE = 64k on cetos 8 aarch64
but,
PAGESIZE = 4K on other linux(such debian aarch64)
PAGESIZE = 4K on centos 8 x86_64

$ getconf PAGESIZE
65535

@itas109 itas109 changed the title VSCode segmentation fault on CentOS8 aarch64(arm64) VSCode segmentation fault on CentOS8 non-4k pagesize aarch64(arm64) Oct 12, 2020
@itas109
Copy link
Author

itas109 commented Oct 12, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

not the same problem

@deepak1556
Copy link
Collaborator

@deepak1556 deepak1556 added the info-needed Issue requires more information from poster label Nov 5, 2020
@itas109
Copy link
Author

itas109 commented Nov 5, 2020

electron v10.1.5 has the same problem.
I had reported to electron/electron#25387

@deepak1556
Copy link
Collaborator

Thanks!

@deepak1556 deepak1556 added electron Issues and items related to Electron freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues linux Issues with VS Code on Linux upstream-issue-linked This is an upstream issue that has been reported upstream and removed info-needed Issue requires more information from poster labels Nov 5, 2020
@VSCodeTriageBot VSCodeTriageBot added the unreleased Patch has not yet been released in VS Code Insiders label Jun 10, 2022
@VSCodeTriageBot VSCodeTriageBot added this to the June 2022 milestone Jun 10, 2022
@VSCodeTriageBot VSCodeTriageBot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jun 13, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jul 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
electron Issues and items related to Electron freeze-slow-crash-leak VS Code crashing, performance, freeze and memory leak issues insiders-released Patch has been released in VS Code Insiders linux Issues with VS Code on Linux upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants