-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
invalid next size (fast) - ARMv7 - Raspbian GNU/Linux 9 (stretch) #1359
Comments
Hello, did you see #1336? This definitely looks like a mismatch in the value of |
Yes, i went trough the steps described in that issue, so i changed Thank you for the help, Edit: spelling |
The pre-compiled libvips v8.6.1 for ARMv7 was erroneously compiled without setting To work around this until sharp v0.21.0 is out, re-compiling sharp with an explicit |
I think i found the problem, i changed the line above where it says: To: So it was (as usually) a human error. I can't test right now but i will report as soon as i get home. I'm very thankful for your help and your amazing library. Cheers, Max |
Okay, it worked! |
Hi,
I'm having an error with sharp on my raspberry pi, the same code works flawlessly with the same sharp version on my macbook. Here's the error:
*** Error in '/usr/local/bin/node': free(): invalid next size (fast): 0x71700dd8 ***
And heres the code:
I have tried installing sharp without preinstalling libvips and then installing sharp with preinstall libvips and --sharpcxx11=1. Then i have tried to change _GLIBCXX_USE_CXX11_ABI=1 in binding.gyp with
npm rebuild
. Also i have tried node version 9, 10.0.0, 10.8.0 and 10.9.0.gdp backtrace
General Information
CPU:
ARMv7 Processor rev 4 (v7l)
OS:
Linux version 4.14.50-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611))
node:
v10.9.0
npm:
6.2.0
sharp.versions:
{ cairo: '1.14.12', croco: '0.6.12', exif: '0.6.21', expat: '2.2.5', ffi: '3.2.1', fontconfig: '2.12.6', freetype: '2.9', gdkpixbuf: '2.36.11', gif: '5.1.4', glib: '2.55.1', gsf: '1.14.42', harfbuzz: '1.7.4', jpeg: '1.5.3', lcms: '2.9-', orc: '0.4.28', pango: '1.41.0', pixman: '0.34.0', png: '1.6.34', svg: '2.42.0', tiff: '4.0.9-cda4b06', vips: '8.6.1', webp: '0.6.1', xml: '2.9.7', zlib: '1.2.11' }
Any help would be greatly appreciated,
Cheers Max
PS(Edit): The code is running in a seperate thread
Edit2: npm rebuild not reinstall
The text was updated successfully, but these errors were encountered: