A fatal error has been detected by the Java Runtime Environment,该怎么处理

A fatal error has been detected by the Java Runtime Environment
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x3107e5bd, pid=1016, tid=4712
#
# JRE version: 6.0_21-b07
# Java VM: Java HotSpot(TM) Client VM (17.0-b17 mixed mode windows-x86 )
# Problematic frame:
# C [jacob.dll+0xe5bd]
#
# An error report file with more information is saved as:
# F:\jboss\bin\hs_err_pid1016.log
[thread 744 also had an error]
#
# 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 report the bug.

myeclipse+jobss在运行的时候,出现这种错误,并且还自己把jboss停了。
这个怎么办啊?程序在别人的电脑上好好的,在我这里就有问题了。求解!

------解决方案--------------------
F:\jboss\bin\hs_err_pid1016.log

估计可能是内存问题了。
------解决方案--------------------
本质应该是由于java采用jni方式调用了jboss,而dll执行中出现了问题,这种问题不好调试;看看jboss配置什么的吧