-
Notifications
You must be signed in to change notification settings - Fork 53
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
[BUG] -[UIView(PAGUgenWidget) ugenLayoutSubviews] background thread crash #202
Labels
bug
Something isn't working
Comments
Hi. In our case it was Pangle sdk bug. |
Isn't this your SDK? PAGAdSDK.xcframework +[UIView(PAGUgenWidget) load]
-[UIView ugenLayoutSubviews] |
同样也出现了, 循环调用 |
经过查找, 发现 5.7.0.6.0 这个版本开始出现问题, 5.6.0.9.0这个没问题 |
我 5.8.0.8.0 也崩 |
|
6.1.0.4 还在crash,都5个多月了。 |
Reproduced when launching swiftUI previews in Xcode:
|
遇到同一个问题, 感觉是flutter 问题? |
这个问题6.2.x.x及以上版本已经修复,可以升级更新到最新版本。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug | 问题描述
PAGUgenWidget.m 在后台线程调用 layoutsubviews 导致崩溃
Environmental information | 环境信息
To Reproduce | 如何复现
occasionally appear 偶现
Screenshots | 截图
Backtrace | 相关堆栈
Fatal Exception: NSInternalInconsistencyException
Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread.
The text was updated successfully, but these errors were encountered: