Vips (Windows binary) seems to be stuck in loop forever #4690
Replies: 4 comments 13 replies
-
The screenshot only includes partial command line but it looks like temporary files are being used, which could suggest this is a filesystem-related thing e.g. files disappearing, moving or being overwritten during processing. To be able to help further, we'll need complete steps to reproduce, e.g. a shell script that consistently creates the scenario. |
Beta Was this translation helpful? Give feedback.
-
I can reproduce this with some command line scripting. |
Beta Was this translation helpful? Give feedback.
-
I tried the recommended static version and this produced the issue on the first try within seconds after starting the test script.
|
Beta Was this translation helpful? Give feedback.
-
It seems this is a known issue in libc++, see: llvm/llvm-project#110954. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are executing the Windows command line executable in parallel and sometimes the vips.exe never returns from the conversion but seems to stall. Running the exact same command line on the exact same asset later again works fine as expected.
The requested operation is generating a small jpeg from a bigger jpg image.
This happens on all modern Windows version including 10, 11 and recent Server versions.
Is there any way to tackle this in some way?
Screenshots
You can see here how several stalled vips.exe processes are effectively blocking the entire machine and look at the CPU-time column for the accumulated runtime of these processes.
Beta Was this translation helpful? Give feedback.
All reactions