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
Why did the following crash occur? The system call to the native method for generating a WebP thumbnail crashed directly.
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f1eb2a3da7e, pid=15265, tid=0x00007f1eb3983700
JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12) Java VM: Java HotSpot(TM) 64-Bit Server VM (25.191-b12 mixed mode linux-amd64 compressed oops) Problematic frame: C [libwebp-imageio468137471292341033.so+0x30a7e] VP8FilterStrengthFromDelta+0x1e
Core dump written.
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 30199 com.luciad.imageio.webp.WebP.encodeRGBA(J[BIII)[B (0 bytes) @ 0x00007f211a80fadf [0x00007f211a80fa80+0x5f] J 44242 C2 com.luciad.imageio.webp.WebPWriter.write(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/IIOImage;Ljavax/imageio/ImageWriteParam;)V (49 bytes) @ 0x00007f21183f7454 [0x00007f21183f7340+0x114] J 39077 C2 net.coobird.thumbnailator.tasks.SourceSinkThumbnailTask.write(Ljava/awt/image/BufferedImage;)V (67 bytes) @ 0x00007f211bdd1a18 [0x00007f211bdce940+0x30d8] J 39148 C2 net.coobird.thumbnailator.Thumbnailator.createThumbnail(Lnet/coobird/thumbnailator/tasks/ThumbnailTask;)V (237 bytes) @ 0x00007f211bdbbe0c [0x00007f211bdba2e0+0x1b2c] J 39154 C2 net.coobird.thumbnailator.Thumbnails$Builder.toOutputStream(Ljava/io/OutputStream;)V (95 bytes) @ 0x00007f211a3b910c [0x00007f211a3b8660+0xaac]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why did the following crash occur? The system call to the native method for generating a WebP thumbnail crashed directly.
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f1eb2a3da7e, pid=15265, tid=0x00007f1eb3983700
JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.191-b12 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [libwebp-imageio468137471292341033.so+0x30a7e] VP8FilterStrengthFromDelta+0x1e
Core dump written.
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 30199 com.luciad.imageio.webp.WebP.encodeRGBA(J[BIII)[B (0 bytes) @ 0x00007f211a80fadf [0x00007f211a80fa80+0x5f]
J 44242 C2 com.luciad.imageio.webp.WebPWriter.write(Ljavax/imageio/metadata/IIOMetadata;Ljavax/imageio/IIOImage;Ljavax/imageio/ImageWriteParam;)V (49 bytes) @ 0x00007f21183f7454 [0x00007f21183f7340+0x114]
J 39077 C2 net.coobird.thumbnailator.tasks.SourceSinkThumbnailTask.write(Ljava/awt/image/BufferedImage;)V (67 bytes) @ 0x00007f211bdd1a18 [0x00007f211bdce940+0x30d8]
J 39148 C2 net.coobird.thumbnailator.Thumbnailator.createThumbnail(Lnet/coobird/thumbnailator/tasks/ThumbnailTask;)V (237 bytes) @ 0x00007f211bdbbe0c [0x00007f211bdba2e0+0x1b2c]
J 39154 C2 net.coobird.thumbnailator.Thumbnails$Builder.toOutputStream(Ljava/io/OutputStream;)V (95 bytes) @ 0x00007f211a3b910c [0x00007f211a3b8660+0xaac]
The text was updated successfully, but these errors were encountered: