有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java JMagick方法setGeometry of MontageInfo类崩溃JMV

试图将多张图片蒙太奇成一张。使用默认几何体,工作正常。但如果我试图设置它,JVM就会崩溃

MontageInfo montageInfo1 = new MontageInfo(new ImageInfo());
montageInfo1.setGeometry("+0+0");



#
# A fatal error has been detected by the Java Runtime Environment:
#
##  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x770f5ead, pid=5180, tid=5344
##
# JRE version: 6.0_30-b12
# Java VM: Java HotSpot(TM) Client VM (20.5-b03 interpreted mode, sharing windows-x86 )
# Problematic frame:
# C  [ntdll.dll+0x55ead]
#
# An error report file with more information is saved as:
# C:\Users\Lisp\Documents\NetBeansProjects\met7Test\hs_err_pid5180.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to repemphasized textort the bug.
#

#[error occurred during error reporting , id 0xc0000005]

Java Result: -1

操作系统:Windows 7,使用JDK 1.6。JMagick v 6.3.9 Q16


共 (0) 个答案