0

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

并执行以下步骤:

点击“自己探索Teacher Place的创新技术” 在左上角,点击“Dash” -> Teacher Content 然后选择 CMP3 Grade 7 点击 Accentuate the Negative 然后点击“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 说它的问题与重定向有关,一些说关于书签,还有一些说关于内存管理。但我找不到确切的问题。

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

4

2 回答 2

1

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

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

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

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

于 2014-03-07T06:48:42.727 回答
-1

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

于 2013-06-29T07:39:11.703 回答