-
Notifications
You must be signed in to change notification settings - Fork 205
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
node: symbol lookup error: /app/node_modules/images/vendor/linux-x64-binding.node: undefined symbol: _ZN2v87Isolate19CheckMemoryPressureEv #260
Comments
we met the same crash fatal. |
I'm also getting this error. Runs fine locally on my Mac but getting this error in prod on Ubuntu. |
Any fix @chambaz ? |
重新下代码编译一下就好了 |
编译好的代码,能更新一下吗? |
我也遇到了这个问题,希望能尽快处理下 |
Please test it. |
confirm that this one does not crash on my Linux machine. |
重新编译和将你的包进行替换,都还是报错的 node (v17.0 v16.17) centos |
我在linux服务器上也遇到了同样的问题,这个到底是啥问题,怎么引起的? |
无解吗? |
错误信息:
node: symbol lookup error: /app/node_modules/images/vendor/linux-x64-binding.node: undefined symbol: _ZN2v87Isolate19CheckMemoryPressureEv
版本
centos 7.5
Linux test 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
这两个都试了
"images": "^3.2.3",
"images": "^3.2.4",
nodejs:v16.17.0
The text was updated successfully, but these errors were encountered: