element-hq / element-hq/element-ios
Crash in MXSpaceService.buildGraph()
- Dominant language
- Swift
- Stars
- 1.8k
- Forks
- 544
- PR merge metrics
- PR metrics pending
Description
It is visible in the organiser. There are occurences in 1.8.2 and 1.6.2.
```
Exception Type: EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: RUNNINGBOARD 3735883980
Triggered by Thread: 0
Kernel Triage:
VM - pmap_enter failed with resource shortage
VM - Compressor failed a blocking pager_get
Thread 0 name:
Thread 0 Crashed:
0 CoreFoundation 0x00000001806e08bc -[NSArray containsObject:] + 156 (NSArray.m:74)
1 CoreFoundation 0x00000001806e0898 -[NSArray containsObject:] + 120 (NSArray.m:74)
2 MatrixSDK 0x000000010742c11c 0x10722c000 + 2097436
3 CoreFoundation 0x00000001806cc714 __NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__ + 24 (NSDictionaryHelpers.m:10)
4 CoreFoundation 0x000000018072a8b8 -[__NSDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:] + 184 (NSDictionaryI.m:152)
5 MatrixSDK 0x000000010742c06c 0x10722c000 + 2097260
6 MatrixSDK 0x00000001073dbeb4 0x10722c000 + 1769140
7 MatrixSDK 0x00000001073dbe58 0x10722c000 + 1769048
8 MatrixSDK 0x00000001074bc408 closure #1 in MXSpaceService.buildGraph() + 16 (MXSpaceService.swift:438)
9 MatrixSDK 0x00000001074bc408 thunk for @callee_guaranteed (@guaranteed MXRoom) -> (@owned String?, @error @owned Error) + 16 (:0)
10 MatrixSDK 0x00000001074bc408 specialized Sequence.compactMap(_:) + 80 (:0)
11 MatrixSDK 0x00000001074bc408 MXSpaceService.buildGraph() + 680 (MXSpaceService.swift:437)
12 MatrixSDK 0x00000001074b8f9c MXSpaceService.handleSyncResponse(_:) + 72 (MXSpaceService.swift:205)
13 MatrixSDK 0x00000001074b9280 @objc MXSpaceService.handleSyncResponse(_:) + 48 (:0)
14 MatrixSDK 0x000000010741f7bc 0x10722c000 + 2045884
15 libdispatch.dylib 0x0000000180395924 _dispatch_call_block_and_release + 32 (init.c:1517)
16 libdispatch.dylib 0x0000000180397670 _dispatch_client_callout + 20 (object.m:560)
17 libdispatch.dylib 0x00000001803a5b70 _dispatch_main_queue_callback_4CF + 944 (inline_internal.h:2601)
18 CoreFoundation 0x00000001806ddd84 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1795)
19 CoreFoundation 0x0000000180697f5c __CFRunLoopRun + 2540 (CFRunLoop.c:3144)
20 CoreFoundation 0x00000001806ab468 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268)
21 GraphicsServices 0x000000019c23638c GSEventRunModal + 164 (GSEvent.c:2200)
22 UIKitCore 0x000000018304d088 -[UIApplication _run] + 1100 (UIApplication.m:3493)
23 UIKitCore 0x0000000182dcb958 UIApplicationMain + 2092 (UIApplication.m:5046)
24 Riot 0x0000000104f3f19c main + 68 (AppDelegate.swift:21)
25 dyld 0x0000000105a11aa4 start + 520 (dyldMain.cpp:879)
Contributor guide
Assessment
This issue has not been assessed yet.