I got a Debug Alert when I run Thread search, the message box's content are shown below:
---------------------------
wxWidgets Debug Alert
---------------------------
../../src/common/unichar.cpp(62): assert ""Assert failure"" failed in ToHi8bit(): character cannot be converted to single byte [in thread 134]
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
---------------------------
是(Y) 否(N) 取消
---------------------------
This happens from time to time.
Steps to reproduce?
Are you using non-ASCII characters?
Yes, I have some non-ASCII characters in my source files, but the strange thing is not all the source files containing the non-ASCII characters will cause this issue.
I try to reproduce, but it looks like the error happens by searching one word, but not another word, so this is really strange issue, and hard to track down.
May be fixed by [r12857], can you test it?
Related
Commit: [r12857]
I will test your fix in the next days. Thanks.