Closed
Bug 1427992
Opened 8 years ago
Closed 8 years ago
Crash @objc UIScrollView.swizzle_setBounds(bounds:) + 68
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | 10.5 | --- |
People
(Reporter: csuciu, Assigned: garvan)
Details
Attachments
(1 file)
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Last Exception Backtrace:
0 CoreFoundation 0x18417e364 __exceptionPreprocess + 124 (NSException.m:166)
1 libobjc.A.dylib 0x1833c4528 objc_exception_throw + 56 (objc-exception.mm:521)
2 CoreFoundation 0x18417e2ac +[NSException raise:format:] + 116 (NSException.m:141)
3 QuartzCore 0x1881ca8cc CA::Layer::set_bounds(CA::Rect const&, bool) + 204 (CALayer.mm:3977)
4 QuartzCore 0x1881bc5c0 -[CALayer setBounds:] + 124 (CALayer.mm:4028)
5 UIKit 0x18d6ab634 -[UIView(Geometry) setBounds:] + 424 (UIView.m:8581)
6 UIKit 0x18d6b8ff0 -[UIScrollView setBounds:] + 1004 (UIScrollView.m:1655)
7 Client 0x1005c9560 @objc UIScrollView.swizzle_setBounds(bounds:) + 68 (UIScrollViewSwizzled.swift:0)
8 UIKit 0x18d67de90 -[UIScrollView setContentOffset:] + 368 (UIScrollView.m:1875)
9 UIKit 0x18d960d44 -[UIScrollView(UIScrollViewInternal) _setContentOffset:animated:animationCurve:animationAdjustsForContentOffsetDelta:animation:] + 852 (UIScrollView.m:8273)
10 WebKit 0x1934f768c -[WKPDFView web_setMinimumSize:] + 416 (WKPDFView.mm:235)
11 WebKit 0x19351cf04 -[WKWebView _frameOrBoundsChanged] + 116 (WKWebView.mm:2359)
12 WebKit 0x193518714 -[WKWebView setBounds:] + 192 (WKWebView.mm:1148)
13 UIKit 0x18d93afb8 -[UIView(Geometry) _applyISEngineLayoutValuesToBoundsOnly:] + 476 (UIView.m:8485)
14 UIKit 0x18d6771ec -[UIView(Geometry) _resizeWithOldSuperviewSize:] + 124 (UIView.m:8539)
15 CoreFoundation 0x18405790c -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 444 (NSArrayM_Common.h:387)
16 UIKit 0x18d6656d8 -[UIView(Geometry) resizeSubviewsWithOldSize:] + 160 (UIView.m:8225)
17 UIKit 0x18d74c98c -[UIView(AdditionalLayoutSupport) _is_layout] + 152 (NSLayoutConstraint_UIKitAdditions.m:3071)
18 UIKit 0x18d93e7e4 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 896 (UIView.m:10409)
19 UIKit 0x18d65cf00 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1276 (UIView.m:15124)
20 QuartzCore 0x1881c1998 -[CALayer layoutSublayers] + 184 (CALayer.mm:9302)
21 QuartzCore 0x1881c5b20 CA::Layer::layout_if_needed(CA::Transaction*) + 332 (CALayer.mm:9182)
22 QuartzCore 0x18813236c CA::Context::commit_transaction(CA::Transaction*) + 336 (CALayer.mm:2416)
23 QuartzCore 0x188159b90 CA::Transaction::commit() + 540 (CATransactionInternal.mm:425)
24 QuartzCore 0x18815a9d0 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 92 (CATransactionInternal.mm:795)
25 CoreFoundation 0x184125edc __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1824)
26 CoreFoundation 0x184123894 __CFRunLoopDoObservers + 412 (CFRunLoop.c:1934)
27 CoreFoundation 0x184123e50 __CFRunLoopRun + 1292 (CFRunLoop.c:2948)
28 CoreFoundation 0x184043e58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
29 GraphicsServices 0x185ef0f84 GSEventRunModal + 100 (GSEvent.c:2245)
30 UIKit 0x18d6c367c UIApplicationMain + 236 (UIApplication.m:3956)
31 Client 0x100544304 main + 296 (main.swift:16)
32 libdyld.dylib 0x183b6056c start + 4
| Reporter | ||
Comment 1•8 years ago
|
||
This is currently the #1 crasher in the Xcode crash reports for version 10.4 with 2057 occurrences.
It's iOS 11.x specific.
Attachment #8940757 -
Flags: review?(sarentz)
Updated•8 years ago
|
Updated•8 years ago
|
Attachment #8940757 -
Flags: review?(sarentz) → review+
landed on master an 10.x
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•