Here is the Stacktrace from BugSense,
I'm using XCode 5 with ARC.
I got this crash this when I using a UIWebView.
Does anyone know what is the problem of it? Thank you!
0 CoreFoundation 0x2f8c6302 CFSetRemoveValue + 5
1 CFNetwork 0x2f5c16f1 + 24
2 CoreFoundation 0x2f947037 + 30
3 CoreFoundation 0x2f8bf8df CFRelease + 462
4 WebCore 0x37d5d3f3 + 142
5 WebCore 0x37d5d2e3 + 34
6 WebCore 0x37d5d2ad + 40
7 WebCore 0x37c8500b + 210
8 WebCore 0x37c8514f + 10
9 WebCore 0x37c18757 + 110
10 WebCore 0x37c18383 + 626
11 WebCore 0x37cceaab + 482
12 WebCore 0x37baefb3 + 98
13 WebCore 0x37c788d9 + 364
14 WebCore 0x37c78757 + 134
15 WebCore 0x37c77eb3 + 322
16 WebCore 0x37c77b43 + 1210
17 WebCore 0x37c7745d + 460
18 WebCore 0x37bf0b43 + 266
19 WebCore 0x37bf09db + 250
20 WebCore 0x37bee733 + 1562
21 WebCore 0x38306db9 + 464
22 WebCore 0x37bee0d3 + 882
23 WebCore 0x37bf08bd + 100
24 WebCore 0x37bee77d + 1636
25 WebCore 0x37bedfc1 + 608
26 WebCore 0x37bf08bd + 100
27 WebCore 0x37bee77d + 1636
28 WebCore 0x37bedfc1 + 608
29 WebCore 0x37bedcdf + 102
30 WebCore 0x37bed73f + 514
31 WebKit 0x3859d423 + 354
32 WebKit 0x3859d251 + 136
33 WebKit 0x3859d17d + 36
34 WebCore 0x37bed09f + 274
35 WebCore 0x37bed1d3 + 582
36 WebCore 0x37bed1d3 + 582
37 WebCore 0x37bed1d3 + 582
38 WebCore 0x37bed1d3 + 582
39 WebCore 0x37becf4b + 58
40 WebCore 0x37becf0b + 54
41 WebCore 0x37bece4f + 662
42 WebCore 0x37bec835 + 504
43 QuartzCore 0x31e40f91 + 2192
44 QuartzCore 0x31f1bd6d + 52
45 QuartzCore 0x31e406f3 + 82
46 QuartzCore 0x31e4039b + 1106
47 QuartzCore 0x31e2403d + 208
48 QuartzCore 0x31e23cd5 + 24
49 QuartzCore 0x31e236df + 230
50 QuartzCore 0x31e234ef + 314
51 QuartzCore 0x31e1d21d + 56
52 CoreFoundation 0x2f95a2a5 + 20
53 CoreFoundation 0x2f957c49 + 284
54 CoreFoundation 0x2f8c2f31 CFRunLoopRunSpecific + 556
55 CoreFoundation 0x2f8c2cf3 CFRunLoopRunInMode + 106
56 WebCore 0x37bad11b + 418
57 libsystem_pthread.dylib 0x3a833919 + 140
58 libsystem_pthread.dylib 0x3a83388b _pthread_start + 102
59 libsystem_pthread.dylib 0x3a831aa4 thread_start + 8
This crash report is from SIGNAL -> CFSetRemoveValue Running on iOS7 iPhone4
i'm having the same crash. However i've managed to symbolicate it so it'll contain more useful information. If it helps, at first I thought the device was running out of memory and crashing, however after carefully profiling a device whilst it crashed, I notice plenty is available. So this can't be the case. The website loaded in the UIWebView was an intensive HTML5 Game.