-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Incorrect display node thread affinity when reloading ASCollectionNode #1958
Comments
Update: crash occurs in |
@KRUBERLICK Hey I would have a couple of question:
Thank you very much! |
@maicki I'm using ASDK 1.9.80 and implicit hierarchy management on all nodes, so I don't use thread #2: tid = 0x280c4d, 0x0000000182e2cb48 libsystem_kernel.dylib thread #3: tid = 0x280c4e, 0x0000000182e11014 libsystem_kernel.dylib thread #4: tid = 0x280c4f, 0x0000000182e2d4d8 libsystem_kernel.dylib thread #5: tid = 0x280c50, 0x0000000182e2cb48 libsystem_kernel.dylib thread #9: tid = 0x280c6c, 0x0000000182e10fd8 libsystem_kernel.dylib thread #10: tid = 0x280c70, 0x0000000182e2c344 libsystem_kernel.dylib thread #11: tid = 0x280c71, 0x0000000182e2cb48 libsystem_kernel.dylib thread #12: tid = 0x280c72, 0x0000000182e2cb48 libsystem_kernel.dylib thread #13: tid = 0x280c73, 0x0000000182e2cb48 libsystem_kernel.dylib
|
@maicki when I use the empty ASCellNodes instead of custom nodes with ASTableNode feeds everything work OK - item insertion/deletion. So I guess the problem is hiding somewhere in the ASTableNodes... |
Update: switching to |
@KRUBERLICK Can you try updating to 1.9.81 or master. This issue should be fixed in there. |
@maicki just tried 1.9.81 and everything seems to work fine! |
@KRUBERLICK Great to hear :) Just to clarify you changed back to the |
@maicki yes, |
@KRUBERLICK I will close this issue for now. Please reopen in case you think it's not fixed. Thank you! |
I have a crash after trying to reload data in ASCollectionNode.
Here's my setup:
I have a ASTableNodes inside of ASCollectionNode cells. Each table node represents a separate feed list. I have an option to apply a filter to particular feed which must insert a new cell with filtered feed into collection node. When the filter is being reseted the filtered feed cell needs to be deleted.
Sometimes after new cell insertion/deletion the crash occurs.
I've been using
collectionNode.view.insertItemsAtIndexPaths:
to instantiate a new cell with filtered feed andcollectionNode.deleteItemsAtIndexPaths:
to remove the filtered feed.Any ideas or suggestions?
Thanks!
Here's some screens:
The text was updated successfully, but these errors were encountered: