2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Node.jsプログラムがコード3221225477で落ちた際の対処メモ

Posted at

環境

  • Windows10
  • VSCode V1.50.1
  • Node.js V12.0.0

現象

Node.jsプログラムをF5デバッグ実行し、ブラウザからアクセスすると、
デバッグコンソールに Process exited with code 3221225477 が表示され、プログラムが落ちる。

対処

Node.jsのバグだった模様。Node.jsのV12系の最新(V12.19.0)にアップデートすることで解消。
※ちなみに「3221225477」はWindowsのアクセス違反に関するクラッシュコードらしいです。

参考

https://stackoverflow.com/questions/58756101/npm-err-errno-3221225477-error-in-node-when-making-a-query-using-oracledb
https://github.com/microsoft/vscode/issues/39818

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?