zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

node: symbol lookup error: /app/node_modules/images/vendor/linux-x64-binding.node: undefined symbol: _ZN2v87Isolate19CheckMemoryPressureEv #260

Open cnn007 opened 1 year ago

cnn007 commented 1 year ago

错误信息: 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

silentacorn commented 1 year ago

we met the same crash fatal.

chambaz commented 1 year ago

I'm also getting this error. Runs fine locally on my Mac but getting this error in prod on Ubuntu.

LukeV111 commented 1 year ago

Any fix @chambaz ?

oxUnd commented 1 year ago

重新下代码编译一下就好了

jpgaus commented 12 months ago

重新下代码编译一下就好了

编译好的代码,能更新一下吗?

luhaimin commented 11 months ago

我也遇到了这个问题,希望能尽快处理下

oxUnd commented 11 months ago

linux-x64-binding.node.zip

Please test it.

dr41d45 commented 10 months ago

confirm that this one does not crash on my Linux machine.

linux-x64-binding.node.zip @oxUnd

lncircle commented 10 months ago

@oxUnd

linux-x64-binding.node.zip

Please test it.

重新编译和将你的包进行替换,都还是报错的 node (v17.0 v16.17) centos 同样的代码,在 M1 node v16.17 是可以正常运行的

zefitwse commented 10 months ago

我在linux服务器上也遇到了同样的问题,这个到底是啥问题,怎么引起的?