我开发了一个应用程序,在我的笔记本电脑上使用xuggler库和Intel DualCore处理器,似乎任何工作正常。 但是现在我需要在具有Intel Xeon E3-1230v2处理器的服务器上设置我的应用程序,每次运行应用程序时我都会在本机库上出错:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000013e96520, pid=1724, tid=3804
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [xuggle5326780242083232878.dll+0x736520] Java_com_xuggle_ferry_FerryJNI_SWIGRefCountedTesterUpcast+0x66f005
#
# Core dump written. Default location: D:\tomcat\hs_err_pid1724.mdmp
#
# 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.
#
我在这个项目上花了很多时间,我真的需要这个在服务器上工作,我发现在线xuggler 5.5可以解决问题,但我仍然得到错误。 对于我在网上看到的这个问题,像Ivy Bridge这样的处理器类型,有什么办法可以让xuggler在我的机器上工作吗?