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

iOS 26 on iPhone Feature

Here's When iOS 26 Rolls Out Today in Every Time Zone [Update: Out Now!]

Monday September 15, 2025 12:00 am PDT by
Update 10:06 a.m.: iOS 26 is rolling out now, though it may take a bit for all users to see it, so keep checking! Today's the day! Apple is about to release iOS 26, which will deliver the biggest redesign since iOS 7 and bring a range of new features and improvements to iPhones worldwide. It's Apple's biggest software update of the year, and Apple announced at last week's iPhone event that...
iOS 26 Battery Glass Feature

Apple Says Installing iOS 26 Might Impact Battery Life

Monday September 15, 2025 10:56 am PDT by
In the iOS 26 release notes, Apple is warning iPhone users that installing the new software might have a temporary impact on battery life, which is normal. A new support document explains that major iOS updates require background setup like indexing data and files for search, downloading new assets, and updating apps. Further, Apple says that new features could require more resources,...
Tim Cook Rainbow

Apple Reportedly Plans to Launch These 10 Products in 'Coming Months'

Sunday September 14, 2025 8:45 am PDT by
Apple's annual September event is now in the rearview mirror, with the iPhone 17, iPhone 17 Pro, iPhone 17 Pro Max, iPhone Air, Apple Watch Series 11, Apple Watch Ultra 3, Apple Watch SE 3, and AirPods Pro 3 set to launch this Friday, September 19. As always, there is more to come. In his Power On newsletter today, Bloomberg's Mark Gurman said Apple plans to release many products in the...
AirPods Pro Firmware Feature

AirPods Pro 2 and AirPods 4 Get iOS 26 Features With New Firmware Update

Monday September 15, 2025 10:50 am PDT by
Apple today released updated firmware for the AirPods Pro 2 and the AirPods 4, introducing support for the new AirPods features that are included in iOS 26, iPadOS 26, and macOS Tahoe. The firmware has a build number of 8A356, and it replaces the current 7E93 firmware. With Apple's new software updates, the AirPods Pro 2 and the AirPods 4 support better audio quality for phone calls and...
iphone 17 lineup

iPhone 17 Models Launch on September 19 With These New Features

Friday September 12, 2025 7:58 am PDT by
Apple will launch its new iPhone 17 lineup and ultra-thin iPhone Air in stores on Friday, September 19, and the company has already shown off the new devices at its fall event, which ran with the the tagline "Awe dropping." The iPhone 17 series brings a host of new features and enhancements. Here's a rundown of the biggest upgrades and changes: iPhone 17 Display Changes The iPhone...
iOS 26 Feature

iOS 26 Available Now With These 8 New Features

Monday September 15, 2025 5:45 am PDT by
Following three months of beta testing, iOS 26 was released today, September 15. The update is compatible with the iPhone 11 series and newer, and it is available to install via the Settings app, under General → Software Update. Below, we have highlighted eight new features included in iOS 26. Even more new features and changes are outlined in Apple's release notes for the update. Some of ...
iPhone 17 Pro Air Boxes

iPhone Air and iPhone 17 Pro Boxes Revealed

Sunday September 14, 2025 1:36 pm PDT by
T-Mobile President Jon Freier today shared real-world photos of Apple's boxes for the iPhone Air, iPhone 17 Pro, and iPhone 17 models, which launch on Friday. Image Credit: Jon Freier Apple has typically included iPhone box renders in its product environmental reports, but it did not do so for the latest models. However, Apple's iPhone Upgrade Program page does offer some images of the boxes, ...

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)