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

ShardProcess: Trying to add a disposable to a DisposableStore that has already been disposed of #83205

Closed
bpasero opened this issue Oct 24, 2019 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug shared-process VS Code shared process issues verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Oct 24, 2019

Saw this shutting down quickly after starting up:

Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
    at DisposableStore.add (/home/bpasero/development/monaco/out/vs/base/common/lifecycle.js:116:30)
    at EventEmitter.<anonymous> (/home/bpasero/development/monaco/out/vs/code/electron-main/sharedProcess.js:91:33)
    at Object.onceWrapper (events.js:288:20)
    at EventEmitter.emit (events.js:200:13)
    at WebContents.<anonymous> (/home/bpasero/development/monaco/.build/electron/resources/electron.asar/browser/api/web-contents.js:335:21)
    at WebContents.emit (events.js:200:13)

@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug shared-process VS Code shared process issues labels Oct 24, 2019
@joaomoreno joaomoreno added this to the October 2019 milestone Oct 24, 2019
@bpasero bpasero added the verified Verification succeeded label Oct 29, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 8, 2019
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 shared-process VS Code shared process issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants