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 [MXSession directUserIdInRoom:] #4911

Closed
manuroe opened this issue Sep 27, 2021 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#1242
Closed

Crash in [MXSession directUserIdInRoom:] #4911

manuroe opened this issue Sep 27, 2021 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#1242
Assignees
Labels
crash T-Defect Something isn't working: bugs, crashes, hangs and other reported problems X-Release-Blocker

Comments

@manuroe
Copy link
Member

manuroe commented Sep 27, 2021

in 1.6.0:

OS Version:          iPhone OS 15.0 (19A344)
Release Type:        User
Baseband Version:    5.00.00
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: RUNNINGBOARD; [3735883980]

Triggered by Thread:  0

Thread 0 name:   Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   CoreFoundation                	       0x183f02008 -[__NSDictionaryI objectForKeyedSubscript:] + 248
1   CoreFoundation                	       0x183f01f6c -[__NSDictionaryI objectForKeyedSubscript:] + 92
2   MatrixSDK                     	       0x108488ce4 -[MXSession directUserIdInRoom:] + 2018532 (MXSession.m:0)
3   MatrixSDK                     	       0x10844176c -[MXRoom directUserId] + 1726316 (MXRoom.m:0)
4   MatrixSDK                     	       0x108441710 -[MXRoom isDirect] + 1726224 (MXRoom.m:0)
5   Riot                          	       0x104b8a728 -[EventFormatter session:updateRoomSummary:withStateEvents:roomState:] + 288552 (EventFormatter.m:420)
6   MatrixSDK                     	       0x108456a9c __35-[MXRoomSummary handleStateEvents:]_block_invoke + 1813148 (MXRoomSummary.m:681)
7   MatrixSDK                     	       0x10842ed4c __16-[MXRoom state:]_block_invoke + 1649996 (MXRoom.m:210)
8   MatrixSDK                     	       0x10842e698 -[MXRoom liveTimeline:] + 1648280 (MXRoom.m:0)
9   MatrixSDK                     	       0x10842ece8 -[MXRoom state:] + 1649896 (MXRoom.m:212)
10  MatrixSDK                     	       0x10845697c -[MXRoomSummary handleStateEvents:] + 1812860 (MXRoomSummary.m:678)
11  MatrixSDK                     	       0x1083257a4 -[MXEventTimeline handleStateEvents:direction:] + 563108 (MXEventTimeline.m:852)
12  MatrixSDK                     	       0x108324828 -[MXEventTimeline addEvent:direction:fromStore:isRoomInitialSync:] + 559144 (MXEventTimeline.m:684)
13  MatrixSDK                     	       0x1083234a4 __51-[MXEventTimeline handleJoinedRoomSync:onComplete:]_block_invoke.191 + 554148 (MXEventTimeline.m:499)
14  MatrixSDK                     	       0x1083261d8 -[MXEventTimeline decryptEvents:ifNewerThanTimestamp:onComplete:] + 565720 (MXEventTimeline.m:994)
15  MatrixSDK                     	       0x10832320c -[MXEventTimeline handleJoinedRoomSync:onComplete:] + 553484 (MXEventTimeline.m:489)
16  MatrixSDK                     	       0x108430aac __42-[MXRoom handleJoinedRoomSync:onComplete:]_block_invoke + 1657516 (MXRoom.m:398)
17  MatrixSDK                     	       0x10842e698 -[MXRoom liveTimeline:] + 1648280 (MXRoom.m:0)
18  MatrixSDK                     	       0x108430928 -[MXRoom handleJoinedRoomSync:onComplete:] + 1657128 (MXRoom.m:399)
19  MatrixSDK                     	       0x10847b1dc __59-[MXSession handleSyncResponse:completion:storeCompletion:]_block_invoke + 1962460 (MXSession.m:465)
20  libdispatch.dylib             	       0x183bf52ec _dispatch_call_block_and_release + 24
21  libdispatch.dylib             	       0x183bf62f0 _dispatch_client_callout + 16
22  libdispatch.dylib             	       0x183bd76a4 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 904
23  CoreFoundation                	       0x183ee57f8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
24  CoreFoundation                	       0x183ea30f8 __CFRunLoopRun + 2528
25  CoreFoundation                	       0x183eb5d8c CFRunLoopRunSpecific + 572
26  GraphicsServices              	       0x19dfc39a0 GSEventRunModal + 160
27  UIKitCore                     	       0x1866eb018 -[UIApplication _run] + 1080
28  UIKitCore                     	       0x18647f29c UIApplicationMain + 2060
29  Riot                          	       0x104cd62b0 main + 1647280 (AppDelegate.swift:21)
30  dyld                          	       0x106a10190 start + 444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash T-Defect Something isn't working: bugs, crashes, hangs and other reported problems X-Release-Blocker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants