-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when use Sougou Input method #19
Comments
Hi, @publicBenz, how can I reproduce the bug? |
@devxoul Make the textView becomeFirstResponder, and the change the input method to Sougou, crash.. |
@publicBenz Thanks, I'll take a look for it soon :) |
@publicBenz What is 'Sougou'? |
@devxoul Sorry, it is Soguo. An input method for iOS. http://pinyin.sogou.com/mac/ |
@publicBenz 修复了没?一样遇到了 |
Meet the same bug, increase crash rate with 0.036 % |
@publicBenz, @nutcn: I installed Sogou on my iPhone and it works properly. Which version of UITextView+Placeholder and Sogou are you using? |
2016-01-08 16:43:46.797 MyAPP[14249:60b] UMLOG: error: session_id=D24909DC00345158A3E9FC348CA53AAC, context=Only run on the main thread!
(null)
(
0 CoreFoundation 0x00000001884bef6c + 160
1 libobjc.A.dylib 0x00000001949c81fc objc_exception_throw + 60
2 CoreFoundation 0x00000001884bee10 + 0
3 Foundation 0x0000000188ff6e20 + 88
4 UIFoundation 0x00000001915dc654 + 416
5 UIFoundation 0x00000001915dc318 + 1752
6 UIFoundation 0x000000019160ac2c + 240
7 UIFoundation 0x000000019160e100 + 616
8 UIFoundation 0x000000019160e168 + 36
9 UIFoundation 0x0000000191632a64 + 176
10 UIFoundation 0x000000019163209c + 100
11 UIKit 0x000000018b536a48 + 252
12 UIKit 0x000000018b53692c + 164
13 MyAPP 0x00000001006dfe7c -[UITextView(Placeholder) placeholderLabel] + 168
14 MyAPP 0x00000001006e0228 -[UITextView(Placeholder) placeholder] + 36
15 SogouInputIPhone.dylib 0x0000000102036ea0 APPLE_UIKeyboardImpl_getInputTextField_Placeholder + 136
16 SogouInputIPhone.dylib 0x0000000101e0fb94 _ZN17SogouIMENameSpace13t_quantifiers20CheckShowQuantifiersEiNS_17e_QuantifiersTypeENS_9InputTypeEPti + 22008
17 SogouInputIPhone.dylib 0x0000000101e0fdd0 _ZN17SogouIMENameSpace13t_quantifiers20CheckShowQuantifiersEiNS_17e_QuantifiersTypeENS_9InputTypeEPti + 22580
18 Foundation 0x000000018904040c + 1000
19 libsystem_pthread.dylib 0x0000000195137e1c + 168
20 libsystem_pthread.dylib 0x0000000195137d74 + 0
21 libsystem_pthread.dylib 0x0000000195135554 thread_start + 4
)
2016-01-08 16:43:47.815 MyAPP[14249:f017] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Only run on the main thread!'
The text was updated successfully, but these errors were encountered: