Skip to content
New issue

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

Crash in [RoomViewController setupActions] #4162

Closed
manuroe opened this issue Mar 29, 2021 · 0 comments · Fixed by #4151
Closed

Crash in [RoomViewController setupActions] #4162

manuroe opened this issue Mar 29, 2021 · 0 comments · Fixed by #4151

Comments

@manuroe
Copy link
Member

manuroe commented Mar 29, 2021

on 1.2.8 TF:

ate/Time:           2021-03-27 07:47:37.5667 +0000
Launch Time:         2021-03-27 07:47:19.0708 +0000
OS Version:          iPhone OS 14.4.1 (18D61)
Release Type:        User
Baseband Version:    2.03.04
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Last Exception Backtrace:
0   CoreFoundation                	0x184d8986c __exceptionPreprocess + 220 (NSException.m:199)
1   libobjc.A.dylib               	0x199da5c50 objc_exception_throw + 60 (objc-exception.mm:565)
2   CoreFoundation                	0x184c9095c -[NSObject(NSObject) doesNotRecognizeSelector:] + 144 (NSObject.m:146)
3   UIKitCore                     	0x187776cf4 -[UIResponder doesNotRecognizeSelector:] + 300 (UIResponder.m:626)
4   CoreFoundation                	0x184d8c438 ___forwarding___ + 1444 (NSForwarding.m:3597)
5   CoreFoundation                	0x184d8e740 _CF_forwarding_prep_0 + 96
6   Riot                          	0x10441f86c -[RoomViewController setupActions] + 764 (RoomViewController.m:1707)
7   Riot                          	0x104418a04 -[RoomViewController viewDidLoad] + 6316 (RoomViewController.m:416)
8   UIKitCore                     	0x187016744 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 108 (UIViewController.m:2376)
9   UIKitCore                     	0x18701af70 -[UIViewController loadViewIfRequired] + 956 (UIViewController.m:3505)
10  UIKitCore                     	0x186f599e8 -[UINavigationController _updateScrollViewFromViewController:toViewController:] + 144 (UINavigationController.m:6687)
11  UIKitCore                     	0x186f45ce8 -[UINavigationController _startCustomTransition:] + 2220 (UINavigationController.m:2011)
12  UIKitCore                     	0x186f5aafc -[UINavigationController _startDeferredTransitionIfNeeded:] + 704 (UINavigationController.m:6953)
13  UIKitCore                     	0x186f5bf88 -[UINavigationController __viewWillLayoutSubviews] + 168 (UINavigationController.m:7239)
14  UIKitCore                     	0x186f3da18 -[UILayoutContainerView layoutSubviews] + 228 (UILayoutContainerView.m:86)
15  UIKitCore                     	0x187c8bec4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2504 (UIView.m:17526)
16  QuartzCore                    	0x1881a6644 -[CALayer layoutSublayers] + 308 (CALayer.mm:10147)
17  QuartzCore                    	0x1881a6b18 CA::Layer::layout_if_needed(CA::Transaction*) + 524 (CALayer.mm:10014)
18  QuartzCore                    	0x1881bb30c CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 144 (CALayer.mm:2485)
19  QuartzCore                    	0x188100640 CA::Context::commit_transaction(CA::Transaction*, double, double*) + 416 (CAContextInternal.mm:2449)
20  QuartzCore                    	0x18812bb08 CA::Transaction::commit() + 732 (CATransactionInternal.mm:449)
21  UIKitCore                     	0x187771bf4 _afterCACommitHandler + 144 (UIApplication.m:2962)
22  CoreFoundation                	0x184d04358 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36 (CFRunLoop.c:1799)
23  CoreFoundation                	0x184cfe5c4 __CFRunLoopDoObservers + 576 (CFRunLoop.c:1912)
24  CoreFoundation                	0x184cfeb74 __CFRunLoopRun + 1056 (CFRunLoop.c:2953)
25  CoreFoundation                	0x184cfe21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
26  GraphicsServices              	0x19c8cb784 GSEventRunModal + 164 (GSEvent.c:2259)
27  UIKitCore                     	0x18773eee8 -[UIApplication _run] + 1072 (UIApplication.m:3253)
28  UIKitCore                     	0x18774475c UIApplicationMain + 168 (UIApplication.m:4707)
29  Riot                          	0x104479eec main + 68 (AppDelegate.swift:21)
30  libdyld.dylib                 	0x1849be6b0 start + 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants