【问题标题】:Safari - Web site Crashing in iOS 6.0.1 and not in iOS 5.xSafari - 网站在 iOS 6.0.1 而不是在 iOS 5.x 中崩溃
【发布时间】:2013-01-31 13:07:11
【问题描述】:

我正在尝试在 iPad 3 Safari 浏览器中打开以下 URL。 http://www.pearsonschool.com/index.cfm?locator=PS1yJe&PMDbProgramId=110081&sampleId=11241

并执行以下步骤:

点击“自己探索Teacher Place的创新技术” 在左上角,点击“Dash” -> 教师内容 然后选择 CMP3 Grade 7 点击强调负面 然后点击“3”(乘除法..) 选择“问题 3.1” 点击“启动”按钮

在这里,我们有 3 个选项来扩展,即启动视频、连接到先前或知识以及提出挑战。 通过单击这些选项右侧的“>”按钮展开所有 3 个项目。 滚动到底部

它崩溃了。

它在 iOS 5 Safari 上运行良好。但它在 iOS 6.0.1 Safari 上崩溃了。

以下是我在崩溃时注意到的消息:

??Jan 31 07:21:13 Happiestminds kernel[0] <Debug>: 008192.238887 wlan.A[568] AppleBCMWLANNetManager::checkRealTimeTraffic():  now 8192.238881625 num entries 4
??Jan 31 07:22:07 Happiestminds ReportCrash[355] <Notice>: Formulating crash report for process MobileSafari[230]
??Jan 31 07:22:07 Happiestminds ReportCrash[355] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
??Jan 31 07:22:07 Happiestminds com.apple.launchd[1] (UIKitApplication:com.apple.mobilesafari[0x61fb][230]) <Warning>: (UIKitApplication:com.apple.mobilesafari[0x61fb]) Job appears to have crashed: Segmentation fault: 11
??Jan 31 07:22:07 Happiestminds backboardd[51] <Warning>: Application 'UIKitApplication:com.apple.mobilesafari[0x61fb]' exited abnormally with signal 11: Segmentation fault: 11
??Jan 31 07:22:07 Happiestminds ReportCrash[355] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/MobileSafari_2013-01-31-072206_Happiestminds.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0

我不明白为什么它会在最新的 safari 中崩溃.... 谷歌搜索时,我发现一些 URL 说它的问题与重定向有关,一些说关于书签,还有一些说关于内存管理。但我找不到确切的问题。

有人可以帮我确定确切的问题吗?

【问题讨论】:

    标签: safari crash ipad-3


    【解决方案1】:

    您可以尝试在 mac 上使用 chrome 调试 javascript,将 console.log 添加到您的代码中并按照本教程进行操作:

    http://devcoma.blogspot.it/2014/03/how-to-investigate-ios-safari-crashes.html

    我使用安装在我的 mac 上的代理来调试和跟踪从 ios safari 到 chrome 开发工具。

    我发现,在我的网络应用程序上,safari 在使用 iframe、css 转换、css 溢出属性和 jQuery 就绪事件时崩溃了,显然不是同时发生的。

    【讨论】:

      【解决方案2】:

      当浏览器有更新时,我们也必须分别更改代码中的 javascript 等。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2022-09-28
        • 1970-01-01
        • 1970-01-01
        • 2015-05-25
        • 1970-01-01
        • 2017-03-19
        • 2012-01-17
        • 2011-12-25
        相关资源
        最近更新 更多