收藏
回答

企业微信开发获取会话记录的时候,运行一段时间报错?

A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000076d6f23c, pid=9492, tid=0x00000000000020b4

#

# JRE version: Java(TM) SE Runtime Environment (8.0_251-b08) (build 1.8.0_251-b08)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.251-b08 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C  [ntdll.dll+0x4f23c]

#

# 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:

# E:\workspace\wx_session_record\hs_err_pid9492.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.

#

回答关注问题邀请回答
收藏

1 个回答

  • 陈培彬
    陈培彬
    2020-10-21

    兄弟解决了吗?


    2020-10-21
    有用
    回复 3
    • 陈培彬
      陈培彬
      2020-10-23
      在sdk调用完成之后,需要做注销,并初始化会话管理器中的sdk和initType       

      if (sdk!=0){
                  Finance.DestroySdk(sdk);
                  sdk=0;
                  initType=0;
              }
      2020-10-23
      回复
    • 阳光彩虹小黑马qzz
      阳光彩虹小黑马qzz
      2021-07-28回复陈培彬
      兄弟,啥意思?是指init sdk前先做这个判断吗?
      2021-07-28
      回复
    • 月下无缺
      月下无缺
      2022-01-04回复陈培彬
      能否提供一下完整代码
      2022-01-04
      回复
登录 后发表内容
问题标签