Red5 / red5-hls-plugin

HLS support as a plugin for Red5
Apache License 2.0
80 stars 51 forks source link

about JVM fatal #11

Open maxjiang153 opened 9 years ago

maxjiang153 commented 9 years ago

Hello! I try to start red5 server with hlsapp,But jvm will fatal. My system is os x 10.10 and the jvm version is 1.7.0_45.

 Here is the error message:

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x000000011b954dd0, pid=13049, tid=49667

JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)

Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode bsd-amd64 compressed oops)

Problematic frame:

C [xuggle1430673703518043839.tmp+0x23add0] flush_buffer+0x10

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:

/Users/JiangWei/Downloads/red5-server-1.0.3-RELEASE/hs_err_pid13049.log

Compiled method (c1) 21999 1495 3 java.util.concurrent.CopyOnWriteArrayList$COWIterator::hasNext (18 bytes) total in heap [0x0000000110502610,0x00000001105029e8] = 984 relocation [0x0000000110502730,0x0000000110502768] = 56 main code [0x0000000110502780,0x00000001105028e0] = 352 stub code [0x00000001105028e0,0x0000000110502970] = 144 oops [0x0000000110502970,0x0000000110502978] = 8 scopes data [0x0000000110502978,0x0000000110502990] = 24 scopes pcs [0x0000000110502990,0x00000001105029d0] = 64 dependencies [0x00000001105029d0,0x00000001105029d8] = 8 nul chk table [0x00000001105029d8,0x00000001105029e8] = 16

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

How can I fix this?