Crash occurring from call of completionHandler() in lib/ios/RNNotificationsStore.m:50:13
We have an app running in production that uses this repo. We're noticing crashes of the app happening when completionHandler is called from within lib/ios/RNNotificationsStore.m:50:13.
Stack trace shows:
BUG IN CLIENT OF LIBDISPATCH: Unbalanced call to dispatch_group_leave() __39-[RNNotificationsStore completeAction:]_block_invoke
It looks like this module has made more calls to dispatch_group_leave() than to dispatch_group_enter()
If I was an iOS developer I would help here, but any assistance to fix this would be appreciated!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Not much to add to this but we are seeing the same issue as @dbarner1 after adding code that calls completionHandler(). Have not been able to re-create it yet but all of the crashes we've seen have been on iOS 18.4. However, that may be a coincidence (we only have a small sample size to compare against currently).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The issue has been closed for inactivity.
This is still an issue and should not be closed
still an issue