-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Crash after upgrading to v7.0.1 (FBSDKCrashHandler.m line 182) #1435
Comments
Happens for us as well. This is crashing a production application on launch. Not cool. |
It's time to migrate to |
My Husband had the same issue this morning when trying to use the Waze app. It would open then close again immediately. We are driving for a few days and using Waze but didn’t have the problem until this morning. After trying things like delete and reload the app, shutting down the phone, etc, I finally solved the issue by deleting the Waze app, shutting down the phone, restarting the phone, then reloading the Waze app. It started to go through its start up questions (allow app to use location etc) and went down twice, but as soon as all the questions were answered it worked and has been on and working fine for the last 45 minutes. |
It's just FB fixed the problem |
Duplicate of #1427 |
@joesus - This parent issue you mentioned doesn't look like duplicate of this one. The reason for crash & even the SDK Version is totally different there. They are talking about SDK v5.0.2 And it is v7.0.1 Are we sure about it ? Also, can you please update whether this got fixed or not ? |
@siddheshc27 are you still seeing the crash? |
Yes, our users are still facing it. Till yesterday, it was one crash per user. But now the status is like 11 Users & 20 Crashes for the build which contains FB SDK v7.0.1. The recent one logged at 12:02 PM. |
Thanks for reporting the issue! We are looking into it. |
@siddheshc27 would you please provide your app id so that we can disable it on our side to prevent crash for your production user? Thanks! |
@tianqibt - Facebook App ID or AppStore Connect's App ID ? If Facebook App ID, is it ok to share it here? |
You can share your app name here, and we will be able to find out the Facebook App ID. Also it would be helpful you can provide crash rate, pattern of those crashes, repro steps, etc. |
App Name: Shaadi.com: #1 Matchmaking App 38% of Total crashes are getting reported due to Facebook SDK (FBSDKCrashHandler.m line 182) We are not able to reproduce these crashes. Attaching some information from Firebase Logs - Stack Trace: Crashed: com.google.GDTCORStorage Crash Info Entry: |
@siddheshc27 would you please provide the last 5 digits of your app id for us to confirm? Thanks! |
@tianqibt - Can there be some better private place where we should carry out this exercise? |
@siddheshc27 please use the latest release 7.1.1 Also please subscribe to notifications about releases as this will help you stay on the latest, most stable versions. https://docs.github.com/en/enterprise/2.15/user/articles/watching-and-unwatching-repositories |
@siddheshc27 v6.3.0 is the version before we introduce signal handler and will not producing that crash. |
@joesus - This started with v7.1.1 itself. Initially, I'd used the same version SDK and crashes started appearing. Did you fix the crash from server side OR you are just saying to update SDK to v7.1.1 ? |
Did you happen to fix the crashes from server side ?? |
@siddheshc27 please send your App ID to tianqibt@fb.com. |
@tianqibt - sent. |
Any updates on this issue, we are observing a similar issue in our app |
In case, someone looking for a solution: #1431 (comment) |
I fixed it by doing
|
@artud2000 would you please share the reproduce steps? Thanks! |
Checklist
Environment
Describe your dev environment here, giving as many details as possible. If you have them, make sure to include:
Xcode Version:
11.3.1
Swift Version:
5.1
(if issue is Swift related)Installation Platform & Verison:
Manual
version7.0.1
These are the details from Crash Log
Error:
FBSDKCrashHandler.m line 182
Stack Trace:
Crashed: com.apple.main-thread
0 libsystem_platform.dylib 0x1b54bf184 _os_unfair_lock_recursive_abort + 36
1 libsystem_platform.dylib 0x1b54bd074 _os_unfair_lock_lock_slow + 304
2 libobjc.A.dylib 0x1b54e03e8 lookUpImpOrForward + 128
3 libobjc.A.dylib 0x1b54ccd60 _objc_msgSend_uncached + 64
4 Shaadi 0x1022545a8 FBSDKSignalHandler + 182 (FBSDKCrashHandler.m:182)
5 libsystem_platform.dylib 0x1b54bf404 _sigtramp + 44
6 libobjc.A.dylib 0x1b54d6188 getMethodNoSuper_nolock(objc_class*, objc_selector*) + 44
7 libobjc.A.dylib 0x1b54e04d4 lookUpImpOrForward + 364
8 libobjc.A.dylib 0x1b54ccd60 _objc_msgSend_uncached + 64
9 StoreKit 0x1c4798dd4 __PurchaseDidSucceedNotification + 32
10 CoreFoundation 0x1b5714474 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 28
11 CoreFoundation 0x1b57144c4 ___CFXRegistrationPost1_block_invoke + 68
12 libdispatch.dylib 0x1b545aec4 _dispatch_call_block_and_release + 32
13 libdispatch.dylib 0x1b545c33c _dispatch_client_callout + 20
14 libdispatch.dylib 0x1b5468600 _dispatch_main_queue_callback_4CF + 832
15 CoreFoundation 0x1b57376b0 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
16 CoreFoundation 0x1b57322c8 __CFRunLoopRun + 1708
17 CoreFoundation 0x1b57318f4 CFRunLoopRunSpecific + 480
18 GraphicsServices 0x1bfb48604 GSEventRunModal + 164
19 UIKitCore 0x1b9905358 UIApplicationMain + 1944
20 Shaadi 0x100d79320 main + 17 (main.m:17)
21 libdyld.dylib 0x1b55ad2dc start + 4
The text was updated successfully, but these errors were encountered: