11 2019 档案

摘要:[https://blog.csdn.net/qq_22238021/article/details/79872978] ##本质原因在于:程序访问了非法的地址 1.引用空指针 2.野指针 3.访问越界 造成的原因有多种: 主观原因: 1.新申请指针忘记赋NULL,也忘记分配空间,直接使用造成非法访 阅读全文
posted @ 2019-11-18 18:59 HKSun 阅读(1312) 评论(0) 推荐(0)
摘要:[https://www.cnblogs.com/weiyouqing/p/7544988.html] 阅读全文
posted @ 2019-11-14 10:25 HKSun 阅读(103) 评论(0) 推荐(0)
摘要:[https://blog.csdn.net/xj9120/article/details/91380074] 1.bt 2.frame number 3.一般是内存问题 4.kill 阅读全文
posted @ 2019-11-14 09:49 HKSun 阅读(667) 评论(0) 推荐(0)