0

我开发了一个应用程序,它在我的笔记本电脑上使用 xuggler 库和英特尔双核处理器,一切似乎都很好。但是,现在我需要在具有 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 在我的机器上工作吗?

4

0 回答 0