Summary: | uim-xim crash with XIM_CREATE_IC | ||
---|---|---|---|
Product: | UIM | Reporter: | Akira TAGOH <akira> |
Component: | bridge: XIM | Assignee: | uim-bugs |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | testcase |
Description
Akira TAGOH
2008-08-24 21:19:13 UTC
Thanks for your detailed analysis. It seems uim-xim destroys its IM when creating the IC fails. I'll change the behavior as you suggested. Index: ximim.cpp =================================================================== --- ximim.cpp (revision 5520) +++ ximim.cpp (working copy) @@ -126,7 +126,6 @@ if (!ic) { mConn->push_error_packet(mID, icid, ERR_Style, "invalid im style"); - mConn->terminate(); return; } std::pair<C16, XimIC *> n(ic->get_icid(), ic); That patch works fine. thanks! Fixed in trunk. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.