# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x3bba6670, pid=1836, tid=2660
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) Client VM (24.79-b02 mixed mode windows-x86 )
# Problematic frame:
# C [facematcherdll.dll+0x6670]
#
# 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:\myeclipse_youth\mywork\work\com.shixu.faceui\hs_err_pid1836.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
*************** [nvssdk]Update time : 2013-07-29 ***************
在调用库文件的时候崩溃的,单独的调用是没问题的,放到项目中就有问题了
f.write(_lpStreamData.getByteArray(iOffset, iJpgSize));
f.flush();
String fileName = strDate + ".jpg";
// //测试
// String fileName = "WCB.jpg";
String featureUrl = FaceConfig.RECORD_SB_IMGURL + strDate + ".jpg";
// 做其他处理
// 获取人脸特征
float[] resu = FaceMatcher.getInfo(featureUrl);
System.out.println("获取人脸特征---");
// 服务器请求地址
String url = FaceConfig.SERVER_URL + "record/addRecord.do";
// 将float数组转化为字符串
String res = faceUtil.StringBuffer(resu);
// 弹出对话框 显示信息
PopWindow.main(featureUrl, "。。。。。。。。。。。。。");
float[] resu = FaceMatcher.getInfo(featureUrl);这句代码崩溃的。
求大神解答了
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x3bba6670, pid=1836, tid=2660
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) Client VM (24.79-b02 mixed mode windows-x86 )
# Problematic frame:
# C [facematcherdll.dll+0x6670]
#
# 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:\myeclipse_youth\mywork\work\com.shixu.faceui\hs_err_pid1836.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
*************** [nvssdk]Update time : 2013-07-29 ***************
在调用库文件的时候崩溃的,单独的调用是没问题的,放到项目中就有问题了
f.write(_lpStreamData.getByteArray(iOffset, iJpgSize));
f.flush();
String fileName = strDate + ".jpg";
// //测试
// String fileName = "WCB.jpg";
String featureUrl = FaceConfig.RECORD_SB_IMGURL + strDate + ".jpg";
// 做其他处理
// 获取人脸特征
float[] resu = FaceMatcher.getInfo(featureUrl);
System.out.println("获取人脸特征---");
// 服务器请求地址
String url = FaceConfig.SERVER_URL + "record/addRecord.do";
// 将float数组转化为字符串
String res = faceUtil.StringBuffer(resu);
// 弹出对话框 显示信息
PopWindow.main(featureUrl, "。。。。。。。。。。。。。");
float[] resu = FaceMatcher.getInfo(featureUrl);这句代码崩溃的。
求大神解答了