You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found this in the log when shutting down Tribler. Even though it did not crash Tribler, it might be the case that the channel processing procedure is not shut down correctly (since the metadata store is already set to None while the channel is still processing).
[PID:4931] 2020-04-22 10:46:54,838 - ERROR <gigachannel_manager:266> GigaChannelManager._process_download(): Error when processing channel dir download: 'NoneType' object has no attribute '_db'
The text was updated successfully, but these errors were encountered:
Indeed, this points to a bigger problem of shutdown sequence being a mess between GigaChannelManager and MetadataStore. To solve it properly, the channel-processing and thread-handling functionality should be arranged between them differently. I'm not sure this is worth it at RC5 stage.
ichorid
changed the title
[7.5.0-RC5] Error when processing channel dir download: 'NoneType' object has no attribute '_db'
[7.5.0-RC5] MetadataStore and GigaChannelManager shutdown sequence error
May 4, 2020
Found this in the log when shutting down Tribler. Even though it did not crash Tribler, it might be the case that the channel processing procedure is not shut down correctly (since the metadata store is already set to
None
while the channel is still processing).The text was updated successfully, but these errors were encountered: