I have a page where I use highcharts. On ios6 safari sometimes crashes when it loads highcharts (very hard to reproduce, but it occurs more than acceptable).
So when I open that page then sometimes the lines are not being drawn of the chart or safari just crashes. The weird thing is that it only happens in the safari browser of ios6. On ios5 or chrome on ios6 everything works fine.
When I look at the crash log of the Safari app it says:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000001e
I haven't done any work with GWT Highcharts myself on iOS 6, but I recall that HighSoft does claim to support iPhone/iPad. Have you tried a basic Highcharts example page (just JS, no GWT) to see if that works correctly?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a page where I use highcharts. On ios6 safari sometimes crashes when it loads highcharts (very hard to reproduce, but it occurs more than acceptable).
So when I open that page then sometimes the lines are not being drawn of the chart or safari just crashes. The weird thing is that it only happens in the safari browser of ios6. On ios5 or chrome on ios6 everything works fine.
When I look at the crash log of the Safari app it says:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000001e
Thread 2 name: WebThread
Thread 2 Crashed:
0 ??? 0x01f6028c 0 + 32899724
1 JavaScriptCore 0x33c9ea16 0x33c5f000 + 260630
2 WebCore 0x3a24f9b2 0x3a12e000 + 1186226
3 WebCore 0x3a24f666 0x3a12e000 + 1185382
4 WebCore 0x3a28e93c 0x3a12e000 + 1444156
5 WebCore 0x3a2bf124 0x3a12e000 + 1642788
6 WebCore 0x3a2bf05c 0x3a12e000 + 1642588
7 WebCore 0x3a2bee9c 0x3a12e000 + 1642140
8 WebCore 0x3a2d6c88 0x3a12e000 + 1739912
9 WebCore 0x3a2d6b8e 0x3a12e000 + 1739662
10 WebCore 0x3a1f8f42 0x3a12e000 + 831298
11 WebCore 0x3a2d5532 0x3a12e000 + 1733938
12 WebCore 0x3a1f8d24 0x3a12e000 + 830756
13 CFNetwork 0x37cb25dc 0x37c2a000 + 558556
14 CFNetwork 0x37cb1cc8 0x37c2a000 + 556232
15 CFNetwork 0x37cda130 0x37c2a000 + 721200
16 CoreFoundation 0x37f2874a 0x37f20000 + 34634
17 CFNetwork 0x37cda58e 0x37c2a000 + 722318
18 CFNetwork 0x37c3e15a 0x37c2a000 + 82266
19 CoreFoundation 0x37fb7680 0x37f20000 + 620160
20 CoreFoundation 0x37fb6ee4 0x37f20000 + 618212
21 CoreFoundation 0x37fb5cb2 0x37f20000 + 613554
22 CoreFoundation 0x37f28eb8 0x37f20000 + 36536
23 CoreFoundation 0x37f28d44 0x37f20000 + 36164
24 WebCore 0x3a138a70 0x3a12e000 + 43632
25 libsystem_c.dylib 0x3557130e 0x35560000 + 70414
26 libsystem_c.dylib 0x355711d4 0x35560000 + 70100
Crashed Thread: 2
Does anyone else also have problems with ios6?
I haven't done any work with GWT Highcharts myself on iOS 6, but I recall that HighSoft does claim to support iPhone/iPad. Have you tried a basic Highcharts example page (just JS, no GWT) to see if that works correctly?