There are many crashes reported for WebKitLegacy on Crashlytics and I have been using webview in my application. There is no way to figure out why these crashes occur. I have set the delegate and webview to nil in viewwilldisappear method. But still it is crashing. Can please someone help me in this?
[
This error might be misleading. Are you using NSAttributedString to load HTML or to display "web link" like button? If so you might be calling the HTML importer from a background thread. See details here:
Unable to reproduce WebKitLegacy -[_WebSafeForwarder forwardInvocation:] crash
Related
I am getting some crash reports as following on Firebase Crashlytics. Unable to reproduce from our side. Is there any way to check this crash? or any reason?
enter image description here
enter image description here
My app encountered this crash in recent months.From the stacktrace as the following, I can‘t find any clue.This crash only happened on iOS 11.2.x and background thread. This bug almost happened only once on each user's device. I don't know if it is a bug from Apple.Can anybody give me some clues about this bug? Thanks a lot!
I am seeing many crashes on my Unity game on iOS, and when looking at the crash report, I see the cause as BaseBoard.
Here is a snapshot from the xCode organizer:
Can anyone point in some direction what might cause this? I don't recognize any of my code there..
What is BaseBoard class?
Our app uses AVSpeechSynthesizer to speak short pieces of text. After the release of iOS 11 we started to see crash reports on Crashlytics in the Apple private class, AXSpeechManager:
Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000010
libAXSpeechManager.dylib__61-[AXSpeechManager speechSynthesizer:didStartSpeakingRequest:]_block_invoke + 48
While debugging, I can see that this method is called when AVSpeechSynthesizer is speaking text. But I cannot reproduce this crash on device or in simulator.
Does anyone has the same issue or has clues what can cause it? Our app allows users to edit text which will be synthesized. Maybe, some users enter text that causes AXSpeechManager to crash?
I have integrated Flurry 4.3 SDK in my app, also uploaded the correct Desym file. I not getting the object and method call info for crashes in some cases, but i am getting them in other cases.
This is what i am getting in some cases.
17 MyApp 0x0009744f __mh_execute_header + 394319
I have added the following lines in app delegate.
[Flurry setCrashReportingEnabled:YES];
[Flurry startSession:kFlurryAppKey];
Please help me out in resolving this, as i am not getting the full readable stack trace.