We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
13-Jun-2013 04:23 PM Jonathan Gary: Summary: Using, Xcode Version 4.6.2 (4H1003), with enabled guard malloc, any app crashes revealing extended candidate scroll view.
Steps to Reproduce:
Expected Results:
Actual Results:
bt
if let
guard let
self
__68-[UIKeyboardCandidateScrollViewController initiateIncrementalLayout]_block_invoke_0403 + 436, stop reason = EXC_BAD_ACCESS (code=1, address=0x39599fe4) frame #0: 0x0089ff25 UIKit
-[UIKeyboardCandidateScrollViewController layoutRowsWithLimit:] + 3060 frame #2: 0x0089ea53 UIKit
__NSFireDelayedPerform + 380 frame #4: 0x01490376 CoreFoundation
__CFRunLoopDoTimer + 534 frame #6: 0x01477a82 CoreFoundation
CFRunLoopRunSpecific + 276 frame #8: 0x01476e1b CoreFoundation
GSEventRunModal + 88 frame #10: 0x01e0b668 GraphicsServices
UIApplicationMain + 1211 frame #12: 0x0000245d HelloWorld
Regression:
Notes:
Product Version: 6.1 Created: 2013-06-13T23:51:45.446172 Originated: 2013-06-13T00:00:00 Open Radar Link: http://www.openradar.me/14149634
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
13-Jun-2013 04:23 PM Jonathan Gary:
Summary:
Using, Xcode Version 4.6.2 (4H1003), with enabled guard malloc, any app crashes revealing extended candidate scroll view.
Steps to Reproduce:
Expected Results:
Actual Results:
bt
if let
andguard let
to assign toself
in failable value type initializers #1: tid = 0x1c03, 0x0089ff25 UIKit__68-[UIKeyboardCandidateScrollViewController initiateIncrementalLayout]_block_invoke_0403 + 436, stop reason = EXC_BAD_ACCESS (code=1, address=0x39599fe4) frame #0: 0x0089ff25 UIKit
68-[UIKeyboardCandidateScrollViewController initiateIncrementalLayout]_block_invoke_0403 + 436frame 22108400: Swift 2.0b4: Allow
if let
andguard let
to assign toself
in failable value type initializers #1: 0x0089e894 UIKit-[UIKeyboardCandidateScrollViewController layoutRowsWithLimit:] + 3060 frame #2: 0x0089ea53 UIKit
-[UIKeyboardCandidateScrollViewController stepIncrementalLayout] + 250frame 22108354: Swift 2.0b4: Curried initializer syntax #3: 0x000235b3 Foundation
__NSFireDelayedPerform + 380 frame #4: 0x01490376 CoreFoundation
__CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 22frame 22108118: Apple Music: No Love Icon On CarPlay #5: 0x0148fe06 CoreFoundation
__CFRunLoopDoTimer + 534 frame #6: 0x01477a82 CoreFoundation
__CFRunLoopRun + 1810frame 22107493: Xocde 7, can't run playground. Unable to create target for stub executable. unable to find executable for #7: 0x01476f44 CoreFoundation
CFRunLoopRunSpecific + 276 frame #8: 0x01476e1b CoreFoundation
CFRunLoopRunInMode + 123frame 22107374: Xcode should mark debugging messages originating from the main thread #9: 0x01e0b7e3 GraphicsServices
GSEventRunModal + 88 frame #10: 0x01e0b668 GraphicsServices
GSEventRun + 104frame 22106545: automaticallyAdjustsScrollViewInsets doesn't change insets on iOS 9 #11: 0x00402ffc UIKit
UIApplicationMain + 1211 frame #12: 0x0000245d HelloWorld
main(argc=1, argv=0xbffff2a8) + 125 at main.m:53Regression:
Notes:
Product Version: 6.1
Created: 2013-06-13T23:51:45.446172
Originated: 2013-06-13T00:00:00
Open Radar Link: http://www.openradar.me/14149634
The text was updated successfully, but these errors were encountered: