Skip to content
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

A fatal error has been detected by the Java Runtime Environment when WebP.encodeRGBA #23

Open
HappyWYQ opened this issue Jun 17, 2024 · 0 comments

Comments

@HappyWYQ
Copy link

HappyWYQ commented Jun 17, 2024

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant