<div dir="ltr"><div dir="auto" style="word-wrap:break-word"><div><font color="#000000" face="Helvetica"><span style="font-size:12px">Sorry I haven&#39;t gotten this bug in yet, has taken us quite some time to find steps to reproduce. Turns out it does NOT require using the iOS 9 SDK to build, just that the device has iOS 9+ installed. </span></font><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">We also just now figured out today that having a custom keyboard activated is key to reproducing the crash, this never happens with the stock keyboard.</span></div><div><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">Will try to get a more complete report submitted soon, but wanted to get this over quickly in case it causes a light bulb to come on.</span><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px">- Ian</span><br></div><div><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:12px"><br></span></div><div style="direction:ltr"><blockquote type="cite"><div>On Oct 26, 2015, at 1:10 PM, Simon Fraser &lt;<a href="mailto:simon.fraser@apple.com" target="_blank">simon.fraser@apple.com</a>&gt; wrote:</div><br><div><div>We’re tracking an issue similar to this internally. Could you please file a bug report at bug <a href="http://reporter.apple.com" target="_blank">reporter.apple.com</a>, with a copy of the app and steps to reproduce?<br><br>Thanks<br>Simon<br><br><blockquote type="cite">On Oct 26, 2015, at 11:05 AM, Ian Ragsdale &lt;<a href="mailto:ian.ragsdale@gmail.com" target="_blank">ian.ragsdale@gmail.com</a>&gt; wrote:<br><br>Hi all, I&#39;m running into a strange crash when I build my application using the iOS 9 SDK (we don&#39;t see this crash in prior versions of our app).<br><br>The error we see is &quot;NSInternalInconsistencyException accessing _cachedSystemAnimationFence requires the main thread&quot;, and the stack trace is below.<br><br>Any ideas on how I might track this down or avoid it?<br><br>Thanks,<br>Ian<br><br>Thread : Fatal Exception: NSInternalInconsistencyException<br>0  CoreFoundation                 6527766344 __exceptionPreprocess + 124<br>1  libobjc.A.dylib                6878281600 objc_exception_throw + 56<br>2  CoreFoundation                 6527766040 +[NSException raise:format:]<br>3  Foundation                     6543444508 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 112<br>4  UIKit                          6620261688 -[UIApplication _cachedSystemAnimationFenceCreatingIfNecessary:] + 200<br>5  UIKit                          6620261884 -[UIApplication _systemAnimationFenceCreatingIfNecessary:] + 24<br>6  UIKit                          6620609076 +[UIWindow _synchronizedDrawingFence] + 116<br>7  UIKit                          <a href="tel:6625701528" value="+16625701528" target="_blank">6625701528</a> -[_UIRemoteViewController synchronizeAnimationsInActions:] + 124<br>8  UIKit                          <a href="tel:6625679332" value="+16625679332" target="_blank">6625679332</a> -[_UISizeTrackingView _geometryChanges:forAncestor:] + 540<br>9  UIKit                          6620678428 -[UIView _notifyGeometryObserversWithChangeInfo:] + 272<br>10 UIKit                          <a href="tel:6617880096" value="+16617880096" target="_blank">6617880096</a> -[UIView setCenter:] + 408<br>11 UIKit                          <a href="tel:6618589764" value="+16618589764" target="_blank">6618589764</a> -[UIView(Geometry) _applyISEngineLayoutValues] + 600<br>12 UIKit                          <a href="tel:6617592576" value="+16617592576" target="_blank">6617592576</a> -[UIView(Geometry) _resizeWithOldSuperviewSize:] + 136<br>13 CoreFoundation                 6526679440 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 132<br>14 CoreFoundation                 6526679176 -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 308<br>15 UIKit                          <a href="tel:6617521936" value="+16617521936" target="_blank">6617521936</a> -[UIView(Geometry) resizeSubviewsWithOldSize:] + 116<br>16 UIKit                          <a href="tel:6618590092" value="+16618590092" target="_blank">6618590092</a> -[UIView(AdditionalLayoutSupport) _is_layout] + 128<br>17 UIKit                          6620696916 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 756<br>18 UIKit                          <a href="tel:6617479084" value="+16617479084" target="_blank">6617479084</a> -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 644<br>19 QuartzCore                     <a href="tel:6609087320" value="+16609087320" target="_blank">6609087320</a> -[CALayer layoutSublayers] + 148<br>20 QuartzCore                     <a href="tel:6609065828" value="+16609065828" target="_blank">6609065828</a> CA::Layer::layout_if_needed(CA::Transaction*) + 292<br>21 QuartzCore                     <a href="tel:6609065508" value="+16609065508" target="_blank">6609065508</a> CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32<br>22 QuartzCore                     <a href="tel:6609063104" value="+16609063104" target="_blank">6609063104</a> CA::Context::commit_transaction(CA::Transaction*) + 252<br>23 QuartzCore                     <a href="tel:6609062408" value="+16609062408" target="_blank">6609062408</a> CA::Transaction::commit() + 512<br>24 QuartzCore                     <a href="tel:6609035512" value="+16609035512" target="_blank">6609035512</a> CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 80<br>25 CoreFoundation                 6527466448 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32<br>26 CoreFoundation                 6527457652 __CFRunLoopDoObservers + 372<br>27 CoreFoundation                 6526602432 CFRunLoopRunSpecific + 416<br>28 WebCore                        <a href="tel:6827173196" value="+16827173196" target="_blank">6827173196</a> RunWebThread(void*) + 456<br>29 libsystem_pthread.dylib        6888979240 _pthread_body + 156<br>30 libsystem_pthread.dylib        6888979084 _pthread_body<br>31 libsystem_pthread.dylib        6888968232 thread_start + 4<br>_______________________________________________<br>webkit-dev mailing list<br><a href="mailto:webkit-dev@lists.webkit.org" target="_blank">webkit-dev@lists.webkit.org</a><br><a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a><br></blockquote><br></div></div></blockquote></div><br></div></div>