microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.42k stars 233 forks source link

Assertion in conpty.cc Line 110 when exiting VS Code #671

Closed shanselman closed 4 months ago

shanselman commented 4 months ago

Environment details

Issue description

When exiting visual studio code on windows I now get a single system bell a quick flash of an error message.

It's so fast I had to do screen recording to capture the single frame!

image

Assertion Failed File: node-pty\src\win\conpty.cc Line:110 Expression: status == napi_ok

shanselman commented 4 months ago

@deepak1556 @Tyriar interesting stuff here!

deepak1556 commented 4 months ago

Thanks for the report, I am able to repro the issue.