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! 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:
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
How can I fix this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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.
The text was updated successfully, but these errors were encountered: