2013-04-11 61 views
2

我試圖使用Xuggle 5.4從視頻獲取幀。我使用的IDE是Eclipse Juno。上次(大概是一個月前),我嘗試了5秒的間隔,但是今天當我嘗試運行代碼時,我得到了以下錯誤使用Xuggle時在Eclipse中檢測到致命錯誤

# 
# A fatal error has been detected by the Java Runtime Environment: 
# 
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006ee76520, pid=4340, tid=7344 
# 
# JRE version: 7.0_09-b05 
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.5-b02 mixed mode windows-amd64 compressed oops) 
# Problematic frame: 
# C [xuggle1062976990104623257.dll+0x736520] Java_com_xuggle_ferry_FerryJNI_SWIGRefCountedTesterUpcast+0x66f005 
# 
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows 
# 
# An error report file with more information is saved as: 
# D:\Eclipse workspaces\Eclipse Juno\VideoSteganography\hs_err_pid4340.log 
# 
# 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. 
#

當我GOOGLE了這個,我發現類似的類似問題,但我沒有得到任何解決方案或導致這個問題。

這可能是什麼原因?我無法找到導致崩潰的原生代碼。我曾經在任何可用的時候更新Java。

我的需求是從視頻文件中獲取幀,還有哪些其他方式可以完成此項工作?隨意問細節。

回答

0

問題在於Java7更新。我剛回到Java6。現在它適用於我現在

1

我不得不切換到JRE7的32BIT比它再次工作。