-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Deadlock] ASImageNode.tintColor #1731
Comments
Does it relate? |
Investigation Note: I've tried to back to stable version (6176aa4) However, the deadlock caused after this PR #1617 merged. So, maybe the code I wrote has some problems. For now, I continue using this hash (6176aa4). Thanks cc @nguyenhuy |
@muukii - Can you share what's happening on the other threads? it looks like it might be occurring when trying to ascend the node hierarchy to find a tintColor |
@rahul-malik Ok! I will share the all of threads tomorrow. |
I got the backtrace from lldb when it's breaking on dead-locking.
|
Hi, I'm sorry to hurry. |
#1732 is the proposed fix for this issue. |
@jparise wow, thank you! I'll check! |
Change is merged |
a quick question, when would this fixes be shipped with official release build ? |
Thank you for the great library.
And I've found a deadlock problem on
ASImageNode.tintColor
.Let me issue about this.
I'm using Texture on
37e28300de631f38bb5420972ccc520e4e307d90
The text was updated successfully, but these errors were encountered: