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
If a database interaction thread dies from an unhandled exception then the main thread will not be able to pass the cyclic barrier, thus it will hang indefinitely.
The text was updated successfully, but these errors were encountered:
maximilianpilz
changed the title
Prevent main thread hanging at cyclic barrier from unhandled exception
Main thread hangs at cyclic barrier from unhandled exception in a DatabaseInteractionThread
Jul 17, 2024
If a database interaction thread dies from an unhandled exception then the main thread will not be able to pass the cyclic barrier, thus it will hang indefinitely.
The text was updated successfully, but these errors were encountered: