GitHub App Crash Report
#178558
Replies: 2 comments
-
|
Ok |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the detailed report — that’s really useful. It seems the crash might be tied to iOS’s keyboard handling. Try disabling third-party keyboards or clearing the app cache, and make sure both iOS and GitHub are fully updated. If it keeps happening, report it directly through GitHub’s support so they can patch it quickly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub App Crash Report
• Device Model: iPhone 13 (Model Code: iPhone13,2)
• OS Version: iPhone OS 26.1 (Build Version: 23B82)
• App Version: GitHub 1.232.0 (Build Version: 176662072)
• Crash Time: 2025-11-01 15:19:06 (UTC+8)
• Crash ID: 1B402B1A-FB50-40FB-A081-0958953E15F3
When performing keyboard input/candidate word display-related operations in the app, the application crashes suddenly without any prior warning. The issue may recur when repeating the same operations after restarting the app.
• Crash Type: EXC_CRASH (SIGABRT, Abort trap: 6)
• Core Error: abort() called (libsystem_c.dylib)
• Trigger Chain: UIKit Keyboard State Management (_UIKeyboardStateManager) → Input Responder Chain (UIResponder(WritingToolsSupport)) → Initialization Exception of NSConcreteAttributedString
Reproduction Steps
Open the GitHub App and navigate to a page requiring text input
Activate the keyboard to prepare for input or switch candidate words.
The app crashes immediately.
Troubleshooting Actions Already Attempted
Restarted the device and reopened the app; the issue persists.
Uninstalled and reinstalled the app; the problem remains unresolved.
Beta Was this translation helpful? Give feedback.
All reactions