0

[Windows] WebStorm starts with DEBUG mode, exit with "Process finished with exit code -1073741819 (0xC0000005)", but when I starts with RUN mode, it won't happen.

enter image description here

3
  • 3
    0xC0000005 is the Windows error code for an Access Violation. For some reason, debugging your program causes an access violation. Without knowing anything about the details of your program, it's hard to help.
    – AKX
    Commented Sep 8, 2022 at 10:52
  • 1
    what Node.js version is it? exit code -1073741819 indicates 'access violation' error; this is likely a Node V8 issue
    – lena
    Commented Sep 8, 2022 at 15:11
  • There are some issues, this error does not always occur, the probability of this is uncertain. My node version is v14.18.2
    – dbwdbw1
    Commented Sep 9, 2022 at 2:00

0

Browse other questions tagged or ask your own question.