Open nandorojo opened 7 months ago
I'm not sure if it's the same issue but I'm experiencing something very similiar, these are two different crash reports:
Versions:
"react-native-ios-context-menu": "^2.5.1",
"react-native-ios-utilities": "^4.4.4",
I wonder if this release helps:
https://github.com/dominicstop/react-native-ios-utilities/releases/tag/v4.4.6-0
Or maybe a fix is in progress. I'll test it once it's past pre-release
@focux your particular issue might be fixed by upgrading all your versions
Awesome, I'll give it a try. Thanks for the heads up.
@nandorojo Are you still experiencing this? If yes, have you found a way to remedy this in case the significant portion of the user base is affected?
this happens with me too, when the component unmounts
+1
Any update on this one? Affecting a relatively large amount of users on:
"react-native-ios-context-menu": "^2.5.1",
"react-native-ios-utilities": "^4.4.5",
Same issue here
Getting crashes on Expo SDK 50. Here are the versions:
Here's the raw stack trace:
Click me to view stack trace
``` OS Version: iOS 17.3.1 (21D61) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: SEGV_ACCERR Crashed Thread: 0 Application Specific Information: retain > Attempted to dereference null pointer. Thread 0 Crashed: 0 libobjc.A.dylib 0x3093518a4 lookUpImpOrForward 1 libobjc.A.dylib 0x30934ccc0 [inlined] _objc_msgSend_uncached 2 libobjc.A.dylib 0x30934ccc0 _objc_msgSend_uncached 3 SandGig 0x202cc5ba4 RNICleanableViewSenderType 4 SandGig 0x202cc4670 RNICleanableViewSenderType 5 SandGig 0x202cc3c98 RNICleanableViewRegistry.notifyCleanup (RNICleanableViewRegistry.swift:174) 6 SandGig 0x202cc4218 thunk for closure 7 SandGig 0x202c28da8 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke (RCTUIManager.m:1208) 8 SandGig 0x202c28e98 __44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke_2 (RCTUIManager.m:1228) 9 libdispatch.dylib 0x328c766a4 _dispatch_call_block_and_release 10 libdispatch.dylib 0x328c782fc _dispatch_client_callout 11 libdispatch.dylib 0x328c86994 _dispatch_main_queue_drain 12 libdispatch.dylib 0x328c865ac _dispatch_main_queue_callback_4CF 13 CoreFoundation 0x318cb2f98 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ 14 CoreFoundation 0x318cafca4 __CFRunLoopRun 15 CoreFoundation 0x318caf3f4 CFRunLoopRunSpecific 16 GraphicsServices 0x39f84b4f4 GSEventRunModal 17 UIKitCore 0x31d30289c -[UIApplication _run] 18 UIKitCore 0x31d301ed8 UIApplicationMain 19 SandGig 0x2020f8410 main (main.m:7) 20