
获得徽章 0
- jym,领导让我找一个免费得研发管理工具,他想知道我们每天干了什么,项目处于什么阶段,是否逾期,逾期原因是什么,后面是否有安排等等需求,请问除了开源得禅道外,还有什么支持私有化部署得此类工具软件呀,自拍镇楼评论点赞
- 求助帖子,后端 #
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8d4e91290, pid=4244, tid=0x000000000000089c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_341-b10) (build 1.8.0_341-b10)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.341-b10 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [vcruntime140.dll+0x1290]
# Core dump written. Default location: D:\access-api\hs_err_pid4244.mdmp
程序部署在windows 2016 server standard 64-bit服务中,隔几个小时就崩掉,前端502,请问是什么问题, 部分java代码 : String sTime;
//布防点编号
String MonitoringSiteID;
HCNetSDK.BYTE_ARRAY byte_array1 = new HCNetSDK.BYTE_ARRAY(25);
byte_array1.write();
Pointer pbyte_array1 = byte_array1.getPointer();
log.info("read之前:pUser.size:{}", pUser.toString());
pbyte_array1.write(0, pUser.getByteArray(0, byte_array1.size()), 0, byte_array1.size());
问题出在pUser.getByteArray中, 请教各位大佬有遇到过类似问题嘛?展开1点赞