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

Extension host: Trying to load the allocator multiple times. This is *not* supported. #143353

Closed
bpasero opened this issue Feb 18, 2022 · 2 comments · Fixed by #143223
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug electron Issues and items related to Electron electron-17-update Issues related to electron 17 update insiders-released Patch has been released in VS Code Insiders macos Issues with VS Code on MAC/OS X upstream Issue identified as 'upstream' component related (exists outside of VS Code) verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Feb 18, 2022

When running exploration builds I see this error message printed right on startup:

image

@bpasero bpasero added the electron-17-update Issues related to electron 17 update label Feb 18, 2022
@deepak1556 deepak1556 added bug Issue identified by VS Code Team member as probable bug electron Issues and items related to Electron upstream Issue identified as 'upstream' component related (exists outside of VS Code) labels Feb 18, 2022
@deepak1556
Copy link
Collaborator

Issue only affects internal builds, regressed with https://domoreexp.visualstudio.com/Teamspace/_git/electron-build/pullrequest/472054

Error is from the partition allocator trying to be registered more than once in the same process https://source.chromium.org/chromium/chromium/src/+/main:base/allocator/allocator_shim_override_mac_default_zone.h;l=247-254

@deepak1556 deepak1556 added this to the February 2022 milestone Feb 18, 2022
@deepak1556 deepak1556 added the macos Issues with VS Code on MAC/OS X label Feb 18, 2022
@deepak1556
Copy link
Collaborator

Addressed in https://domoreexp.visualstudio.com/Teamspace/_git/electron-build/pullrequest/480015

@deepak1556 deepak1556 modified the milestones: February 2022, March 2022 Feb 24, 2022
@bpasero bpasero added the verified Verification succeeded label Mar 22, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug electron Issues and items related to Electron electron-17-update Issues related to electron 17 update insiders-released Patch has been released in VS Code Insiders macos Issues with VS Code on MAC/OS X upstream Issue identified as 'upstream' component related (exists outside of VS Code) verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@bpasero @deepak1556 and others