我们使用UIWebView加载远程html,它很长时间都运行良好。最近,我们在Fabric上遇到了以下崩溃,它只发生在iOS 10.3.0及更高版本上。
当Webkit尝试导入LocalStorage时,它会在StorageThread上崩溃。是否有任何人也会遇到这样的问题,或者是否有任何提示可以阻止它?
崩溃日志
21。崩溃:WebCore:LocalStorage
- WebKitLegacy 0x18a00a828 WebKit :: StorageAreaImpl :: importItems(WTF :: HashMap,WTF :: HashTraits> const&)+ 50
- WebKitLegacy 0x18a00bc6c WebKit :: StorageAreaSync :: performImport()+ 336
- WebKitLegacy 0x18a00f370 WebCore :: StorageThread :: threadEntryPoint()+ 108
- JavaScriptCore 0x1880cef7c WTF :: threadEntryPoint(void *)+ 212
- JavaScriptCore 0x1880cee8c WTF :: wtfThreadEntryPoint(void *)+ 24
- libsystem_pthread.dylib 0x1832b168c _pthread_body + 240
- libsystem_pthread.dylib 0x1832b159c _pthread_body + 282 7 libsystem_pthread.dylib 0x1832aecb4 thread_start + 4
醇>
答案 0 :(得分:0)
您可以尝试在应用中删除远程html中的localStorage.setItem
。