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 with new Core Data storage for room summaries #5412

Closed
manuroe opened this issue Jan 20, 2022 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#1345
Closed

Crash with new Core Data storage for room summaries #5412

manuroe opened this issue Jan 20, 2022 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#1345
Assignees
Labels
S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@manuroe
Copy link
Member

manuroe commented Jan 20, 2022

The exception is Can't do bit operators on non-numbers:

1642612998 - 2022-01-19 17:23:18 +0000
Can't do bit operators on non-numbers
Application: Riot (im.vector.app)
Application version: 1.6.13 (r20220117131338)
Matrix SDK version: 0.20.16
Build: develop #20220117131338
iPhone 15.2.1

Main thread: YES
(
0 CoreFoundation 0x0000000180b09110 16FAA70C-278C-3561-859E-CEC407C2DC7C + 626960
1 libobjc.A.dylib 0x0000000199343d64 objc_exception_throw + 60
2 Foundation 0x00000001822956d0 9618B2F2-A4C2-3E07-B7EE-D8D9E1BDEAEC + 9936
3 Foundation 0x00000001822f6e88 9618B2F2-A4C2-3E07-B7EE-D8D9E1BDEAEC + 409224
4 Foundation 0x00000001822e0a0c 9618B2F2-A4C2-3E07-B7EE-D8D9E1BDEAEC + 317964
5 Foundation 0x00000001822af9f0 9618B2F2-A4C2-3E07-B7EE-D8D9E1BDEAEC + 117232
6 Foundation 0x00000001822b37f4 9618B2F2-A4C2-3E07-B7EE-D8D9E1BDEAEC + 133108
7 CoreData 0x00000001881efb64 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 1203044
8 CoreData 0x00000001881d6a4c 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 1100364
9 CoreData 0x00000001880ea0b4 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 131252
10 CoreData 0x00000001880ea2dc 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 131804
11 CoreData 0x00000001880d4580 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 42368
12 CoreFoundation 0x0000000180a9af88 16FAA70C-278C-3561-859E-CEC407C2DC7C + 176008
13 CoreFoundation 0x0000000180b36c3c 16FAA70C-278C-3561-859E-CEC407C2DC7C + 814140
14 CoreFoundation 0x0000000180b09ff4 16FAA70C-278C-3561-859E-CEC407C2DC7C + 630772
15 CoreFoundation 0x0000000180ab0df4 _CFXNotificationPost + 716
16 Foundation 0x00000001822adf68 9618B2F2-A4C2-3E07-B7EE-D8D9E1BDEAEC + 110440
17 CoreData 0x00000001880f33e4 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 168932
18 CoreData 0x00000001880ea43c 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 132156
19 CoreData 0x00000001880e8ad0 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 125648
20 CoreData 0x00000001881c965c 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 1046108
21 CoreData 0x0000000188217bf4 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 1367028
22 CoreData 0x00000001880ea0b4 4BE1DD33-C2BC-310E-B09D-45C187174F4E + 131252
23 libdispatch.dylib 0x000000018077b670 EDD169E1-D0DB-3808-A19E-99C1CD5A1C4C + 18032
24 libdispatch.dylib 0x0000000180789b70 _dispatch_main_queue_callback_4CF + 944
25 CoreFoundation 0x0000000180ac1d84 16FAA70C-278C-3561-859E-CEC407C2DC7C + 335236
26 CoreFoundation 0x0000000180a7bf5c 16FAA70C-278C-3561-859E-CEC407C2DC7C + 48988
27 CoreFoundation 0x0000000180a8f468 CFRunLoopRunSpecific + 600
28 GraphicsServices 0x000000019c61a38c GSEventRunModal + 164
29 UIKitCore 0x0000000183431088 CD7F7BA2-A2C6-3727-AFF6-9BAAB60CC6AB + 5349512
30 UIKitCore 0x00000001831af958 UIApplicationMain + 2092
31 Riot 0x0000000102918eec Riot + 2674412
32 dyld 0x000000010324daa4 start + 520
)
@ismailgulek ismailgulek self-assigned this Jan 24, 2022
@SBiOSoftWhare SBiOSoftWhare added S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems labels Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants