Occasional errors from vips_text #4679
dloebl
started this conversation in
Help wanted
Replies: 1 comment 1 reply
-
If you hadn't already seen, there's a mutex around the logic within Lines 428 to 432 in 4474627 The Lines 505 to 512 in 4474627 This message maps to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are seeing occasional errors from
vips_text
:It's very inconsistent, it's working fine most of time, but it's sometimes failing with the above error if multiple
vips_text
operations are run after each other/in parallel. Basically what we are doing is to render text, render an SVG and then composite it on an existing image.I haven't found a real reproducer yet, so it's vague, but maybe someone has an idea what could be causing this? Are
vips_text
calls affecting each other in any way?The libvips versions tested were
v8.17.2
andv8.16.0
(it's failing with both)Beta Was this translation helpful? Give feedback.
All reactions