react-native-notifications icon indicating copy to clipboard operation
react-native-notifications copied to clipboard

Crash occurring from call of completionHandler() in lib/ios/RNNotificationsStore.m:50:13

Open dbarner1 opened this issue 10 months ago • 2 comments

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!

dbarner1 avatar Apr 03 '25 18:04 dbarner1

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar May 06 '25 00:05 stale[bot]

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).

bachhuberdesign avatar May 10 '25 03:05 bachhuberdesign

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Jun 26 '25 18:06 stale[bot]

The issue has been closed for inactivity.

stale[bot] avatar Jul 18 '25 18:07 stale[bot]

This is still an issue and should not be closed

bachhuberdesign avatar Jul 23 '25 15:07 bachhuberdesign

still an issue

jeemercado avatar Oct 15 '25 09:10 jeemercado