-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS crash - RCTCxxBridge enqueueApplicationScript:url:onComplete #42224
Comments
|
|
We can't support in any way without a reproducer |
@cortinico I added a reproducer please check and revert Thanks |
@rupeshkk-iprogrammer you mentioned that you don't have a pattern to reproduce. |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
@rupeshkk-iprogrammer were you able to reproduce it? |
I have this same error EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000020 Don't what does this mean UIVIEW_IS_EXECUTING_ANIMATION_COMPLETION_BLOCK |
this happens on ios when I upload the build on testflight & try to update and open it. Steps:
Note: It crashes very rarely but it does as many people reported. I got the logs from Firebase 0 App Prod 0x316c48 -[RCTCxxBridge enqueueApplicationScript:url:onComplete:] + 1429 (RCTCxxBridge.mm:1429) |
Is there a fix to this? We have started to see this ever since we upgraded to RN 0.73 and it's increasing everyday |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
any one find a solution ? |
We are encountering the same issue where this crash occurs intermittently during a cycle of cold start, swiping away, and cold starting again, particularly on some older devices. Below is a sample crash log:
|
Did anyone fix it? Still causing a lot of crashes in my app |
In my case I get this error when get rootView in didFinishLaunchingWithOptions. I fixed this error with the code below Old code
New code
|
@rupeshkk-iprogrammer @faizanmansoori1 @maulikdhameliya @singhayush1403 @phyng |
same error, any one find a solution? |
Can't seem to fix this error for production. All crashes happen within 1 second of the app being started on iOS. After that it works. |
Description
we are experiencing this crash after upgrading react-native version from 0.66.5 to 0.71.13
Crashed: com.apple.root.user-interactive-qos
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000
__21-[RCTCxxBridge start]_block_invoke_2 + 512We
Steps to reproduce
unable to reproduce @debug mode, only occurs in Firebase crash logs.
React Native Version
0.71.13 (false)
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
I can not find any pattern to get to the crash issue.
This is the stacktrace I got from firebase.
Crashlytics - Stack trace
Platform: apple
Version: 10.0.0 (1)
Issue: 79e765fc6589aab56495ab1ac2b10d63
Session: ffed3e5f7ab449729098a9cb06b42316_DNE_0_v2
com.heartbeat.storage.1:952492006042:ios:f96f3a5be793b8f2ec1d23
0 Foundation 0x3d208c specialized Data.init(referencing:) + 842
1 0xf9314 HeartbeatStorage.load(from:) + 142 (HeartbeatStorage.swift:142)
2 0xf921c closure #1 in HeartbeatStorage.readAndWriteSync(using:) + 99 (HeartbeatStorage.swift:99)
3 0xf0e30 partial apply for thunk for @callee_guaranteed () -> () + 4309257776 (:4309257776)
4 0xf03c8 thunk for @escaping @callee_guaranteed () -> () + 4309255112 (:4309255112)
5 libdispatch.dylib 0x3eac _dispatch_client_callout + 20
6 libdispatch.dylib 0x13428 _dispatch_lane_barrier_sync_invoke_and_complete + 56
7 0xef1a8 HeartbeatController.flushHeartbeatFromToday() + 98 (HeartbeatStorage.swift:98)
8 0xed168 @objc _ObjC_HeartbeatController.flush() + 4309242216
9 0xeb224 -[FIRHeartbeatLogger heartbeatCodeForToday] + 81 (FIRHeartbeatLogger.m:81)
10 0x14ad5c -[FIRMessagingTokenFetchOperation performTokenOperation] + 61 (FIRMessagingTokenFetchOperation.m:61)
11 0x14fd34 __35-[FIRMessagingTokenOperation start]_block_invoke + 131 (FIRMessagingTokenOperation.m:131)
12 0x12ed14 __55-[FIRInstallations authTokenForcingRefresh:completion:]_block_invoke_2 + 225 (FIRInstallations.m:225)
13 0x1e9b58 __56-[FBLPromise chainOnQueue:chainedFulfill:chainedReject:]_block_invoke.18 + 273 (FBLPromise.m:273)
14 libdispatch.dylib 0x2320 _dispatch_call_block_and_release + 32
15 libdispatch.dylib 0x3eac _dispatch_client_callout + 20
16 libdispatch.dylib 0x12700 _dispatch_main_queue_drain + 1020
17 libdispatch.dylib 0x122f4 _dispatch_main_queue_callback_4CF + 44
18 CoreFoundation 0x98c28 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
19 CoreFoundation 0x7a560 __CFRunLoopRun + 1992
20 CoreFoundation 0x7f3ec CFRunLoopRunSpecific + 612
21 GraphicsServices 0x135c GSEventRunModal + 164
22 UIKitCore 0x39cf58 -[UIApplication _run] + 888
23 UIKitCore 0x39cbbc UIApplicationMain + 340
24 0xb460 main + 7 (main.m:7)
25 ??? 0x1b8eb4dec (Missing)
Thread
0 libsystem_kernel.dylib 0x11ac __workq_kernreturn + 8
1 libsystem_pthread.dylib 0xe28 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xb7c start_wqthread + 8
Thread
0 libsystem_pthread.dylib 0xb74 start_wqthread + 254
Screenshots and Videos
The text was updated successfully, but these errors were encountered: