You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using the latest version? Is the version currently in use as reported by npm ls sharp the same as the latest version as reported by npm view sharp dist-tags.latest? Yes
Hello, this stacktrace appears to be from within Node.js itself and does not include any sharp or libvips functions.
Please can you try to get a backtrace using gdb rather than the segfault-handler module as you might have run into ddopson/node-segfault-handler#63 given the use of Node.js 13.
Are you able to recreate this without the use of QEMU? If not, please can you provide the flags you are starting qemu-system with to allow someone else to reproduce.
Are you using the latest version? Is the version currently in use as reported by
npm ls sharp
the same as the latest version as reported bynpm view sharp dist-tags.latest
? YesWhat are the steps to reproduce?
run this
What is the expected behaviour? Not crashing.
What is the output of running
npx envinfo --binaries --system
?System:
OS: Linux 4.19 Debian GNU/Linux 10 (buster) 10 (buster)
CPU: (3) x64 QEMU Virtual CPU version 2.5+
Memory: 301.80 MB / 986.84 MB
Container: Yes
Shell: 5.0.3 - /bin/bash
Binaries:
Node: 13.3.0 - /usr/bin/node
npm: 6.14.4 - /usr/bin/npm
I tried:
npm install github:lovell/sharp#master
npm install github:lovell/sharp#master --build-from-source
npm install sharp
npm install sharp --build-from-source
sharp.simd(false)
sharp.cache(false)
sharp.concurrency(1);
segfault-handler log:
Also cpu doesn't support avx instructions
/proc/cpuinfo (3 cores)
.toFile() is working without Segmentation fault
The text was updated successfully, but these errors were encountered: