EXC_BAD_ACCESS: TTSCreateDecryptedDataFromEncryptedData

I'm getting this crash occurring recently in dev mode in iOS 14.3 on my iPhone X. Has anyone come across this similar issue?

Stack Trace:
Code Block
OS Version: iOS 14.3 (18C66)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: BUS_NOOP at 0x0000000147600000
Crashed Thread: 45
Application Specific Information:
appendBytes:length: > appendData: > containsString: > countByEnumeratingWithState:objects:count: > dataUsingEncoding: > JBOs > path >
Attempted to dereference garbage pointer 0x147600000.
Thread 45 Crashed:
0 TextToSpeech 0x340a12674 TTSCreateDecryptedDataFromEncryptedData
1 TextToSpeechBundleSupport 0x351d36b88 -[TTSVocalizer loadResource:mimeType:resourceURL:supportsAccurateWordCallbacks:]
2 TextToSpeechBundleSupport 0x351d34188 -[TTSSpeechServerInstance _loadVoiceResource:voiceResource:]
3 TextToSpeechBundleSupport 0x351d33c80 -[TTSSpeechServerInstance _initializeSpeechEngine:]
4 TextToSpeechBundleSupport 0x351d33f00 -[TTSSpeechServerInstance _initializeSpeech:]
5 TextToSpeechBundleSupport 0x351d3149c -[TTSSpeechServerInstance _processCurrentRequest:]
6 TextToSpeechBundleSupport 0x351d32630 -[TTSSpeechServerInstance _handleSpeechThread]
7 TextToSpeechBundleSupport 0x351d31450 _SpeechThread
8 libsystem_pthread.dylib 0x393d15b38 _pthread_start

Answered by Engineer in 658865022
Yes, I started getting this error yesterday in my iPad App. The speech aspect of my App is not a central feature so it may have been present for some time. I have an not had any success tracking downing cause. This may not help much but at least you know you are not alone.
Accepted Answer
This is being discussed here: https://developer.apple.com/forums/thread/671863
Actually, I marked this as answered but looking more closely at that thread...

It seems to be talking about a different problem where that issue happens for CERTAIN voices, and my issue happens randomly with the voice I am using com.apple.speech.voice.Alex
EXC_BAD_ACCESS: TTSCreateDecryptedDataFromEncryptedData
 
 
Q