forked from phuang/ibus-m17n
-
Notifications
You must be signed in to change notification settings - Fork 10
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
ibus-m17n always crash #39
Comments
fujiwarat
added a commit
to fujiwarat/ibus-m17n
that referenced
this issue
Jan 16, 2022
fujiwarat
added a commit
to fujiwarat/ibus-m17n
that referenced
this issue
Jan 16, 2022
create_ic_for_im() calls minput_create_ic() and m17n always can be NULL. Avoid g_return_if_fail() and just return in casee m17n is NULL if the behavior is expected since CI treats warnings as errors. Resolves: ibus#39
mike-fabian
pushed a commit
that referenced
this issue
Jan 18, 2022
create_ic_for_im() calls minput_create_ic() and m17n always can be NULL. Avoid g_return_if_fail() and just return in casee m17n is NULL if the behavior is expected since CI treats warnings as errors. Resolves: #39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
The engine_name is broken.
And many assertion errors of "m17n != NULL" are also output.
The text was updated successfully, but these errors were encountered: