TelegramMessenger / TelegramMessenger/Telegram-iOS
Random Crash on main.m line 14: return UIApplicationMain(argc, argv, @"Application", @"AppDelegate");
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
My app is based on Telegram Fork. Most users are using it without any problem, but some of the users experienced crash upon app launch. After I investigated the crash log in Xcode Organizer > Crashes, we found that there are 100+ crashes (of more than 10,000 launches) on this line:
return UIApplicationMain(argc, argv, @"Application", @"AppDelegate");
Other threads in the same crash are working fine. Did anyone experience this issue too?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with main.m line 14 and the Xcode Organizer > Crashes logs cited in the report; compare affected launch traces with successful launches. Done requires identifying a reproducible cause and documenting a concrete fix or verified explanation, but the issue provides no failing test or reproduction steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100