为 规避域名合规问题(https://otheve.beacon.qq.com/analytics/v2_upload) V4.5.2 版本代码手动编译成静态库,项目中偶现崩溃 #3109
Replies: 2 comments
-
|
1、可以更新到最新的 commit 编译看问题是否还存在; |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
由于长时间没有进一步的信息反馈,暂时关闭此问题。如果后续仍有需要,欢迎重新打开。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
已崩溃:com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000000000002c
0
CamScanner_Lite
tgfx::GLTexture::release(tgfx::GPU*) + 1113832
1
CamScanner_Lite
tgfx::EAGLWindow::~EAGLWindow() + 1121992
2
CamScanner_Lite
tgfx::EAGLWindow::~EAGLWindow() + 1122136
3
CamScanner_Lite
memory:3587
std::__1::shared_ptr::~shared_ptr() + 3587
4
CamScanner_Lite
pag::GPUDrawable::~GPUDrawable() + 306716
5
CamScanner_Lite
memory:3587
std::__1::shared_ptr::~shared_ptr() + 3587
6
CamScanner_Lite
pag::PAGSurface::~PAGSurface() + 360980
7
CamScanner_Lite
memory:3587
std::__1::shared_ptr::~shared_ptr() + 3587
10
libobjc.A.dylib
_objc_rootDealloc + 72
11
CamScanner_Lite
-[PAGSurface dealloc] + 300224
12
CamScanner_Lite
-[PAGView dealloc] + 300816
13
libobjc.A.dylib
object_cxxDestructFromClass(objc_object*, objc_class*) + 116
20
UIKitCore
-[UIView dealloc] + 1028
21
CamScanner_Lite
MBProgressHUD.m:247
-[MBProgressHUD dealloc] + 247
22
Foundation
_NSKVOPerformWithDeallocatingObservable + 180
33
UIKitCore
UIApplicationMain + 336
34
CamScanner_Lite
main.m:65
Beta Was this translation helpful? Give feedback.
All reactions