Tencent / libpag

The official rendering library for PAG (Portable Animated Graphics) files that renders After Effects animations natively across multiple platforms.
https://pag.io
Other
4.96k stars 452 forks source link

4.3.33 海外Android设备出现大量闪退提醒 #1970

Open peter100u opened 9 months ago

peter100u commented 9 months ago

【版本信息】

4.3.33

【平台信息】

Android 原生

【预期的表现】

正在显示就好

【实际的情况】

出现崩溃,最近一周在googleplay后台出现了大量的闪退警告, 之前没有提醒,自己无法重现,测了好几部手机,都无法出现

【Demo及附件】

image

domchen commented 9 months ago

报错提示是访问Composition的duration时想要加锁,但是锁已经被释放了。但duration里的锁是个std::shared_ptr,获取的时候一定是确保实例存在的,所以这个层级不太可能有问题,有比较大概率是上层的对象释放了。挂在这行,但可能实际上堆栈源头几层的已经是野指针。目前只能分析出这些信息。看看是否还有进一步的堆栈。比如发生这个时候其他线程有没堆栈,看看都在做什么。

MynStill commented 1 month ago

遇到+1,有解决吗?

peter100u commented 1 month ago

遇到+1,有解决吗?

并没有解决。。。