-
Notifications
You must be signed in to change notification settings - Fork 71
RealmTasks macOS 100% CPU consumption #370
Comments
I noticed that behavior a couple of times but wasn't able to reproduce it constantly. Here is (probably) related crash stack trace from our conversation in Slack:
|
Weight Self Weight Symbol Name Apparently, a thread or two keep calling realm::util::msync |
either the core is called repeatedly or it goes into a loop committing a transaction |
maybe @morten-krogh has some idea |
|
Once a Task is created by another app and comes to the macOS app through sync, the app starts consuming 100% CPU and never stops doing so.
Otherwise works normally.
The iOS version does not display such a behavior. Albeit, for the duration of syncing it eats up 100% CPU too (that takes several seconds, if some changes accumulated while offline).
The text was updated successfully, but these errors were encountered: