We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, when concurrent to call vips_foreign_save_png_build( by restful interface,http) , it would be crash.
some logs are: Stack: [0x00007f1fa8af9000,0x00007f1fa8bfa000], sp=0x00007f1fa8bf7170, free space=1016k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libvips.so7057099580503627381+0x12aac5] vips_foreign_save_png_build+0x45
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j com.criteo.vips.VipsImage.writePNGToArrayNative(IZIZ)[B+0 j com.criteo.vips.VipsImage.writePNGToArray(IZIZ)[B+6
The text was updated successfully, but these errors were encountered:
Hello, Can you please share more context? (code source, example, ...) Is it a similar than the executor service in this example?
Sorry, something went wrong.
No branches or pull requests
Hello, when concurrent to call vips_foreign_save_png_build( by restful interface,http) , it would be crash.
some logs are:
Stack: [0x00007f1fa8af9000,0x00007f1fa8bfa000], sp=0x00007f1fa8bf7170, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libvips.so7057099580503627381+0x12aac5] vips_foreign_save_png_build+0x45
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.criteo.vips.VipsImage.writePNGToArrayNative(IZIZ)[B+0
j com.criteo.vips.VipsImage.writePNGToArray(IZIZ)[B+6
The text was updated successfully, but these errors were encountered: