Crash堆栈
查看还原前堆栈
- 0 CoreFoundation 0x00000001847c02d8 ___exceptionPreprocess + 132
- 1 libobjc.A.dylib 0x0000000195f940e4 objc_exception_throw + 56
- 2 CoreFoundation 0x00000001846a3b34 _CFRunLoopRemoveTimer
- 3 QQReaderUI 0x0000000100a94838 -[BDSSpeechSynthesizer handleSynthesizerError:fromEngine:] + 372
- 4 QQReaderUI 0x0000000100a9c924 __ZNSt3__110__function6__funcIZ52-[BDSSpeechSynthesizer serverReturnError:sessionID:]E4$_24NS_9allocatorIS2_EEFvP16RetainableObjectEEclEOS6_ + 452
- 5 QQReaderUI 0x0000000100aadb6c __ZNKSt3__18functionIFvP16RetainableObjectEEclES2_ + 40
- 6 QQReaderUI 0x0000000100aad860 __ZN14AppRunloopTask7runTaskEv + 36
- 7 QQReaderUI 0x0000000100aad7f8 __ZN10AppRunloop10threadMainEv + 68
- 8 QQReaderUI 0x0000000100aae138 __ZN9AppThread14threadLauncherEPv + 100
- 9 libsystem_pthread.dylib 0x00000001967c7dc8 __pthread_body + 164
- 10 libsystem_pthread.dylib 0x00000001967c7d24 _pthread_start + 156
- 11 libsystem_pthread.dylib 0x00000001967c4ef8 start_wqthread + 4
- *** -[__NSArrayI objectAtIndex:]: index 5 beyond bounds [0 .. 4]
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
好滴,谢谢了,我们检查下代码。
复现不了,我们rdm上报的,用户不是很多,看堆栈是挂在这里
[BDSSpeechSynthesizer handleSynthesizerError:fromEngine:]
这个函数里,有数组的运算逻辑吗?可以查一下,O(∩_∩)O谢谢
数组越界?请问合成的数据是什么?有什么可复现的步骤吗?