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

[$250] Investigate iOS crash com.apple.main-thread libsystem_kernel.dylib #43790

Closed
mountiny opened this issue Jun 14, 2024 · 12 comments
Closed
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors

Comments

@mountiny
Copy link
Contributor

mountiny commented Jun 14, 2024

Investigate crash:

No idea, its quite cryptic

Crashed: com.apple.main-thread
0  libsystem_kernel.dylib         0x14344 __abort_with_payload + 8
1  libsystem_kernel.dylib         0x33c8c abort_with_payload_wrapper_internal + 104
2  libsystem_kernel.dylib         0x33c24 abort_with_payload_wrapper_internal + 30
3  libobjc.A.dylib                0xae9c _objc_fatalv(unsigned long long, unsigned long long, char const*, char*) + 116
4  libobjc.A.dylib                0xae28 _objc_fatalv(unsigned long long, unsigned long long, char const*, char*) + 30
5  libobjc.A.dylib                0xd9cc objc_class::setInstanceSize(unsigned int) + 834
6  libobjc.A.dylib                0x862c resolveMethod_locked(objc_object*, objc_selector*, objc_class*, int) + 180
7  libobjc.A.dylib                0x5b38 class_respondsToSelector_inst + 252
8  Foundation                     0x718a8 +[NSBundle bundleForClass:] + 48
9  UIAccessibility                0x54158 -[NSObject(UIAccessibilityAutomation) _accessibilityUserTestingElementBaseType] + 92
10 UIAccessibility                0x2c260 -[NSObject(AXPrivCategory) _iosAccessibilityAttributeValue:] + 7932
11 UIAccessibility                0x55860 _accessibilityAttributesForObject + 272
12 UIAccessibility                0x55180 -[NSObject(UIAccessibilityAutomation) _accessibilityUserTestingSnapshotDescendantsWithAttributes:maxDepth:maxChildren:maxArrayCount:honorsModalViews:] + 564
13 UIAccessibility                0x567b8 -[NSObject(UIAccessibilityAutomation) _accessibilityUserTestingSnapshotWithOptions:] + 868
14 UIAccessibility                0x295d8 -[NSObject(AXPrivCategory) _iosAccessibilityAttributeValue:forParameter:] + 8556
15 UIKit                          0x4d68c -[UIApplicationAccessibility _iosAccessibilityAttributeValue:forParameter:] + 696
16 UIAccessibility                0x898c _copyParameterizedAttributeValueCallback + 344
17 AXRuntime                      0xe51c ___AXXMIGCopyParameterizedAttributeValue_block_invoke + 64
18 AXRuntime                      0xdde4 _handleNonMainThreadCallback + 60
19 AXRuntime                      0xe3a8 _AXXMIGCopyParameterizedAttributeValue + 392
20 AXRuntime                      0x8638 AXUIElementCopyParameterizedAttributeValueRecursive + 644
21 AXRuntime                      0x831c AXUIElementCopyParameterizedAttributeValue + 96
22 XCTAutomationSupport           0x20ff4 (Missing UUID 238d9dc1995c3a589c8965c70dd1f5de)
23 XCTAutomationSupport           0x18378 (Missing UUID 238d9dc1995c3a589c8965c70dd1f5de)
24 XCTAutomationSupport           0x28e14 (Missing UUID 238d9dc1995c3a589c8965c70dd1f5de)
25 XCTAutomationSupport           0x131e0 (Missing UUID 238d9dc1995c3a589c8965c70dd1f5de)
26 CoreFoundation                 0x65c9c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 28
27 CoreFoundation                 0x53dec __CFRunLoopDoBlocks + 356
28 CoreFoundation                 0x53ad0 __CFRunLoopRun + 2440
29 CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
30 GraphicsServices               0x11a8 GSEventRunModal + 164
31 UIKitCore                      0x40a90c -[UIApplication _run] + 888
32 UIKitCore                      0x4be9d0 UIApplicationMain + 340
33 New Expensify                  0x92dc main + 7 (main.m:7)
34 ???                            0x1b6389e4c (Missing)
        
Issue OwnerCurrent Issue Owner: @
Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01c34276f5c5bb1006
  • Upwork Job ID: 1801738851651225882
  • Last Price Increase: 2024-06-21
@mountiny mountiny added External Added to denote the issue can be worked on by a contributor Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Jun 14, 2024
@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Jun 14, 2024
Copy link

melvin-bot bot commented Jun 14, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @sobitneupane (External)

Copy link

melvin-bot bot commented Jun 14, 2024

Triggered auto assignment to @trjExpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.

@mountiny mountiny added External Added to denote the issue can be worked on by a contributor and removed External Added to denote the issue can be worked on by a contributor labels Jun 14, 2024
@melvin-bot melvin-bot bot changed the title Investigate iOS crash com.apple.main-thread libsystem_kernel.dylib [$250] Investigate iOS crash com.apple.main-thread libsystem_kernel.dylib Jun 14, 2024
Copy link

melvin-bot bot commented Jun 14, 2024

Job added to Upwork: https://www.upwork.com/jobs/~01c34276f5c5bb1006

Copy link

melvin-bot bot commented Jun 14, 2024

Current assignee @sobitneupane is eligible for the External assigner, not assigning anyone new.

@melvin-bot melvin-bot bot added the Overdue label Jun 17, 2024
Copy link

melvin-bot bot commented Jun 18, 2024

@trjExpensify, @sobitneupane Whoops! This issue is 2 days overdue. Let's get this updated quick!

@trjExpensify
Copy link
Contributor

Thoughts on that @mountiny?

@melvin-bot melvin-bot bot removed the Overdue label Jun 18, 2024
@mountiny
Copy link
Contributor Author

@badeggg that is internal only link, I have posted the logs from the crash in the issue, there is not much more details about it unfortunately

@melvin-bot melvin-bot bot added the Overdue label Jun 20, 2024
@sobitneupane
Copy link
Contributor

Waiting for proposals.

@melvin-bot melvin-bot bot removed the Overdue label Jun 21, 2024
Copy link

melvin-bot bot commented Jun 21, 2024

📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸

@melvin-bot melvin-bot bot added the Overdue label Jun 24, 2024
@trjExpensify
Copy link
Contributor

Confirming this needs to go in the #newdot-quality project @mountiny?

@melvin-bot melvin-bot bot removed the Overdue label Jun 24, 2024
@mountiny
Copy link
Contributor Author

No I think we can close this for now, the crash logs available are not really useful and given we got no proposals I think we can close and see if in future we get better reproduction steps/ crash logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors
Projects
None yet
Development

No branches or pull requests

4 participants