Skip to content
New issue

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

iOS上,调用exit()退出app,会造成主线程卡主2~3秒再退出 #2645

Open
xiongHenry opened this issue Dec 31, 2024 · 0 comments
Open
Assignees

Comments

@xiongHenry
Copy link

【版本信息】

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants