-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
When I'm using Java2DFrameUtils.toBufferedImage(mat); Method, an exception causes the service to exit. The exception information of the error is
`#
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f3d4d55fa41, pid=21614, tid=0x00007f3c5c7e4700
JRE version: Java(TM) SE Runtime Environment (8.0_291-b10) (build 1.8.0_291-b10)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.291-b10 mixed mode linux-amd64 compressed oops)
Problematic frame:
J 6355 C2 org.bytedeco.javacv.Java2DFrameConverter.flipCopyWithGamma(Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIZDZI)V (635 bytes) @ 0x00007f3d4d55fa41 [0x00007f3d4d55eee0+0xb61]
Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
An error report file with more information is saved as:`
sebastianhorwege