项目场景:
代码集成三方库后,在程序即将退出时,报错崩溃,程序没有正常退出。提示如下错误: pure virtual method called terminate called without an active exception
使用gdb调试,查看程序堆栈 问题描…
项目场景:
Dubbo版本:2.7.6 问题描述:
在服务运行中频繁打印java.lang.IllegalStateException: safe guard client , should not be called ,must have a bug.的异常提示! 14:00:20.193 [Curator-TreeCache-1] WARN o.a.d.r.p.…
if (startSystemServer) { //判断是否需要startSystemServer Runnable r forkSystemServer(abiList, zygoteSocketName, zygoteServer);//通过fork的方式开启zygote的子进程,systemServer,并返回一个Runnale对象 // {code r null} in the parent (zygo…