-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
8.2.0 still crash #2769
Comments
Hello @shenyinghao. Do you have a reliable way to reproduce this error? Can you share you us some code? |
This is an online problem. Only the online crash log I fed back above did not recur during the development process, but there are many online crashes. Please help me check it |
Thanks @shenyinghao. |
0 SentryDispatchQueueWrapper.m - 第 59 行 SentryTracer.m - 第 223 行 SentryTracer.m - 第 354 行 SentrySpan.m - 第 157 行 SentryNSDataTracker.m - 第 257 行 SentryNSDataTracker.m - 第 88 行 SentryNSDataSwizzling.m - 第 82 行 DiskStorage.swift - 第 150 行 ImageCache.swift - 第 418 行 ImageCache.swift - 第 320 行 - 第 1922980 行 |
This is the most detailed record. Although the sentry platform has not found the report of this problem, I have this problem in the firebase-bug statistics |
I believe you have solved some problems, but this problem still exists in version 8.2.0 已崩溃:com.apple.NSURLSession-work SentryDispatchQueueWrapper.m - 第 68 行 SentryTracer.m - 第 223 行 SentryTracer.m - 第 354 行 SentryNetworkTracker.m - 第 290 行 SentryNetworkTrackingIntegration.m - 第 72 行 |
Again @shenyinghao, please give us the error message of the crash. |
Crashlytics - Stack traceApplication: com.shop.identifierPlatform: appleVersion: 2.6.5 (1102)Issue: 41ad00d3fc1074a584df9bd6d8e068cfSession: 4d919e7f71ba43448772aaa4782d89d7_DNE_0_v2Date: Wed Mar 15 2023 06:47:32 GMT+0800com.apple.main-thread com.apple.uikit.eventfetch-thread com..base.central-task-thread KSCrash Exception Handler (Secondary) KSCrash Exception Handler (Primary) com.bugsnag.app-hang-detector com.apple.CFNetwork.CustomProtocols com.google.firebase.crashlytics.MachExceptionServer com.apple.NSURLConnectionLoader Thread SentryCrash Exception Handler (Secondary) io.sentry.app-hang-tracker AVAudioSession Notify Thread Thread Crashed: com.apple.NSURLSession-work Thread Thread Thread com.google.GDTCORFlatFileStorage Thread Thread |
@shenyinghao, I still need to get the error message. An example would be
or
|
Here are several error messages for the crash:
|
@wxhzzsf, I don't understand why you think your error messages relate to this crash, as they don't point to Sentry. The stacktraces of @shenyinghao point all to the following location.
Can you please share some stacktraces, including the error message, @wxhzzsf? |
|
|
Fixed with #2834 |
Platform
iOS
Installed
CocoaPods
Version
8.2.0
Steps to Reproduce
libobjc.A.dylib
objc_release_x0 + 16
1
libobjc.A.dylib
objc_release + 16
2
SentryDispatchQueueWrapper.m - 第 68 行
-[SentryDispatchQueueWrapper dispatchAfter:block:] + 68
3
SentryTracer.m - 第 223 行
-[SentryTracer dispatchIdleTimeout] + 223
4
SentryTracer.m - 第 354 行
-[SentryTracer spanFinished:] + 354
5
SentrySpan.m - 第 157 行
-[SentrySpan finishWithStatus:] + 157
6
SentryNetworkTracker.m - 第 290 行
-[SentryNetworkTracker urlSessionTask:setState:] + 290
7
SentryNetworkTrackingIntegration.m - 第 72 行
__57+[SentryNetworkTrackingIntegration swizzleURLSessionTask]_block_invoke_2.27 + 72
Expected Result
no crash
Actual Result
There are many crashes. Please solve this problem as soon as possible. Currently, the crashes caused by sentry SDK account for 90%
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: