MontageInfo类的JMagick方法setGeometry崩溃JMV

发布于 2024-12-29 05:51:59 字数 1002 浏览 1 评论 0原文

尝试将多张图像剪辑成一张。使用默认几何体效果很好。但如果我尝试设置它,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

Trying to montage multiple images into one. Wortks fine with default geometry. But if i try to set it, JVM crashes.

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

OS: Windows 7, using JDK 1.6. JMagick v 6.3.9 Q16

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文