<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> * **Version**: 8.1.0 * **Platform**: * * **Subsystem**: cli <!-- Enter your issue details below this comment. --> after 399cb25f6266a17f0e5ed838b37b9c8299a87224 there's an edge case that crashes `node` ```console D:\code\node$ Release\node.exe --inspect-port=0 > process.debugPort D:\code\node$ echo %ERRORLEVEL% -1073741819 D:\code\node$ ```