We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.99
iOS 原生
在app中调用exit(); 能正常退出
在app中调用exit(); 会阻塞线程,延迟2~3秒后app才能退出
这是bugly上的堆栈信息: 0 libsystem_kernel.dylib ___ulock_wait + 8 1 libsystem_pthread.dylib __pthread_join + 456 2 libc++.1.dylib std::__1::thread::join() + 36 3 libpag pag::StrokeStyle::verify() const + 11900 4 libpag pag::StrokeStyle::verify() const + 11716
The text was updated successfully, but these errors were encountered:
kevingpqi123
No branches or pull requests
【版本信息】
4.2.99
【平台信息】
iOS 原生
【预期的表现】
在app中调用exit(); 能正常退出
【实际的情况】
在app中调用exit(); 会阻塞线程,延迟2~3秒后app才能退出
【Demo及附件】
这是bugly上的堆栈信息:
0 libsystem_kernel.dylib
___ulock_wait + 8
1 libsystem_pthread.dylib
__pthread_join + 456
2 libc++.1.dylib
std::__1::thread::join() + 36
3 libpag
pag::StrokeStyle::verify() const + 11900
4 libpag
pag::StrokeStyle::verify() const + 11716
The text was updated successfully, but these errors were encountered: