Apple to Fix Telugu Character Bug Causing Devices to Crash in Minor iOS Update

Apple has confirmed that a fix for a recently discovered bug that causes apps like Messages to crash on iPhone, iPad, and Mac has been included in iOS 11.3, macOS 10.13.4, watchOS 4.3, and tvOS 11.3, updates that are currently being beta tested ahead of a release this spring.

Furthermore, Apple told iMore's Rene Ritchie that the bug will also be addressed in an upcoming iOS update that will be released in the near future, ahead of iOS 11.3, so customers won't need to wait several weeks for a fix. Minor updates for other operating systems will likely come at the same time.

telugu bug
The bug, induced by sending a specific character in the Indian language Telugu, causes certain apps on iPhones, iPads, and Macs to freeze up and become unresponsive. Messages, Safari, WhatsApp, Facebook Messenger, and other apps that accept text input are all affected.

When the character is sent in an iMessage, for example, it can freeze up the entire Messages app on all of a person's Mac and iOS devices. The Messages app will then refuse to function properly until the offending character is removed by deleting the conversation with the person who sent it.

In some situations, if the character is viewed through an iOS notification, it can cause the entire device to crash, resulting in a re-spring or worse.

Apple users who have received a message with the character will, as mentioned above, need to delete the Messages conversation with the person who sent the character. Alternatively, installing the iOS 11.3 or macOS 10.13.4 betas will fix the problem.

Related Forums: iOS 11, macOS High Sierra

Popular Stories

iPhone 17 Pro Dark Blue and Orange

iPhone 17 Release Date, Pre-Orders, and What to Expect

Thursday August 28, 2025 4:08 am PDT by
An iPhone 17 announcement is a dead cert for September 2025 – Apple has already sent out invites for an "Awe dropping" event on Tuesday, September 9 at the Apple Park campus in Cupertino, California. The timing follows Apple's trend of introducing new iPhone models annually in the fall. At the event, Apple is expected to unveil its new-generation iPhone 17, an all-new ultra-thin iPhone 17...
iPhone 17 Pro Iridescent Feature 2

iPhone 17 Pro Clear Case Leak Reveals Three Key Changes

Sunday August 31, 2025 1:26 pm PDT by
Apple is expected to unveil the iPhone 17 series on Tuesday, September 9, and last-minute rumors about the devices continue to surface. The latest info comes from a leaker known as Majin Bu, who has shared alleged images of Apple's Clear Case for the iPhone 17 Pro and Pro Max, or at least replicas. Image Credit: @MajinBuOfficial The images show three alleged changes compared to Apple's iP...
iphone 16 pro ghost hand

iPhone 17 Pro: 5 Reasons Not to Upgrade This Year

Monday September 1, 2025 4:35 am PDT by
Apple will launch its new iPhone 17 series this month, and the iPhone 17 Pro models are expected to get a new design for the rear casing and the camera area. But more significant changes to the lineup are not expected until next year, when the iPhone 18 models arrive. If you're thinking of trading in your iPhone for this year's latest, consider the following features rumored to be coming to...
xiaomi apple ad india

Apple and Samsung Push Back Against Xiaomi's Bold India Ads

Friday August 29, 2025 4:54 am PDT by
Apple and Samsung have reportedly issued cease-and-desist notices to Xiaomi in India for an ad campaign that directly compares the rivals' devices to Xiaomi's products. The two companies have threatened the Chinese vendor with legal action, calling the ads "disparaging." Ads have appeared in local print media and on social media that take pot shots at the competitors' premium offerings. One...
iOS 18 on iPhone Arrow Down

Apple Preparing iOS 18.7 for iPhones as iOS 26 Release Date Nears

Sunday August 31, 2025 4:35 pm PDT by
Apple is preparing to release iOS 18.7 for compatible iPhone models, according to evidence of the update in the MacRumors visitor logs. We expect iOS 18.7 to be released in September, alongside iOS 26. The update will likely include fixes for security vulnerabilities, but little else. iOS 18.7 will be one of the final updates ever released for the iPhone XS, iPhone XS Max, and iPhone XR,...

Top Rated Comments

mi7chy Avatar
99 months ago
This seems like a recurring semi-weekly occurrence. Maybe it's time to dump Messages and rewrite it from scratch with safe coding practices.
Score: 14 Votes (Like | Disagree)
fluchtpunkt Avatar
99 months ago
So assume a test sequence length of 3: 2,557,582,440,568,875 combinations.
And testing for 3 characters wouldn't have found that specific problem. The crashing character consists of 5 codepoints.

U+0C1C [Lo] TELUGU LETTER JA
U+0C4D [Mn] TELUGU SIGN VIRAMA
U+0C1E [Lo] TELUGU LETTER NYA
U+200C [Cf] ZERO WIDTH NON-JOINER
U+0C3E [Mn] TELUGU VOWEL SIGN AA

If you could test 1,000,000,000,000,000,000 combinations per second testing all possible characters that consist of 5 codepoints would still take 1.5 years.

And testing for characters consisting of 5 codepoint still won't be enough. The family emoji ‍‍‍ for example is actually a sequence of 7 codepoints. Woman + Zero Width Joiner (ZWJ) + Woman + ZWJ + Girl + ZWJ + Boy.

Unicode isn't like in the old times (like ASCII for example), where we had a direct 1:1 mapping between a codepoint and a character to render. Testing all Unicode combinations just won't work.
Score: 6 Votes (Like | Disagree)
daveak Avatar
99 months ago
So this isn't the first time a unicode problem has caused crashes. What is going on at Apple? After the first time you write a test which walks through every single character and tries to display it. Test fails when it crashes. Run test. Fix all crashes, problems solved. Why haven't they done this? Creating the test is 5 minutes work (admittedly the fixes won't be)
Score: 6 Votes (Like | Disagree)
crushna Avatar
99 months ago
This character/alphabet/word from my mother tongue is very very rarely used in a general conversation. Its is both hard to pronounce and also write . I am very surprised to actually somebody using this particular alphabet and found it to break the code. It must be someone who know the code
Score: 5 Votes (Like | Disagree)
justiny Avatar
99 months ago
What nose-picker adult living in their mom’s basement discover this bug?
Score: 5 Votes (Like | Disagree)
lkrupp Avatar
99 months ago
What nose-picker adult living in their mom’s basement discover this bug?
Actually it was discovered by an Italian developer. There have to be at least a couple of million Indians using iOS by now. Why didn’t they scream bloody murder immediately?
[doublepost=1518728203][/doublepost]
This seems like a recurring semi-weekly occurrence. Maybe it's time to dump Messages and rewrite it from scratch with safe coding practices.
Maybe time for you to switch platforms and be happy. But then there’s the serious Skype bug that Microsoft says is too much trouble to fix right now, and all the Android flaws that will never be patched because the carriers don’t care.
Score: 5 Votes (Like | Disagree)