Skip to content
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 non English IME is enabled (e.g. Chinese) on macOS #68

Open
leovan opened this issue Nov 13, 2018 · 5 comments
Open

Crash when non English IME is enabled (e.g. Chinese) on macOS #68

leovan opened this issue Nov 13, 2018 · 5 comments
Assignees
Labels

Comments

@leovan
Copy link

leovan commented Nov 13, 2018

It crashes when non English IME is enabled (e.g. Chinese) on macOS. After I switch it to English, it works fine. Problem may caused by Qt, below is the crash info:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib               	0x00007fff57226a1d objc_msgSend + 29
1   org.qt-project.QtCore         	0x0000000108a5b314 QCFString::toQString(__CFString const*) + 52
2   libqcocoa.dylib               	0x000000010ab6ab77 QCocoaInputContext::updateLocale() + 87
@topilski
Copy link
Member

Hey, thank you for the issue, i will try to fix.

@topilski topilski self-assigned this Nov 13, 2018
@topilski topilski added the bug label Nov 13, 2018
@topilski
Copy link
Member

Can't reproduce on my vm
vm

@leovan
Copy link
Author

leovan commented Nov 13, 2018

It's not the system language rather than the input method editor (IME) language causes the problem. Try to change IME to Chinese.

ime

@topilski
Copy link
Member

vm2
Nothing changed, how can i install your language?

@leovan
Copy link
Author

leovan commented Nov 13, 2018

After removing the "Squirrel" IME and add "Pinyin - Simplified" only, I got the same error. So I don't think it's a problem with specific IME. And it's hard to fix it without reproducing the problem. I found a repo https://github.com/fjh658/IDA7.0_SP which seems have the same issue, wish could help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants