Bug 167088
| Summary: | scim huge delay with rhgb | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> |
| Component: | scim | Assignee: | Jens Petersen <petersen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | eng-i18n-bugs |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | scim-1.4.2-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-04-27 06:40:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 167798 | ||
|
Description
Warren Togami
2005-08-30 05:41:24 UTC
http://people.redhat.com/wtogami/archive/2005/bootchart-unset.svgz bootchart revealing that scim is causing the huge delay during bootup. http://people.redhat.com/wtogami/archive/2005/bootchart-set-simple.svgz export GTK_IM_MODULE=gtk-im-context-simple in rc.sysinit before rhgb is launched hides the problem, as would the proposed solution to Bug #167090. Bug #167090 is the GTK_IM_MODULE problem, when solved will unfortunately only hide this problem. This problem itself must be investigated in order to be sure it wont cause defects during regular desktop operation, firstboot, or other uses of GTK+. Warren commented the other day that this may be due to scim being launched while the root filesystem is still mounted read-only. Added a patch in scim-1.4.2-2 to set the gtk immodule lang list empty. Actually making the lang list empty is the solution that we agreed upon for Bug #167090. That change does effectively negate the huge rhgb delay problem which was probably our most serious bug. This bug is a different issue where scim gets stuck for a long time if it cannot create its sockets. I think we should make scim fail immediately rather than wait such a long time. Resetting to FC5Target, this is a lower priority issue now. Hmm... I think I was wrong about r/o filesystem being the cause of this problem. By the time rhgb runs here, the root is already remounted r/w. While we are avoiding this problem with the immodule language removal, we should still figure out the cause. A more recent version of SCIM no longer enables IM in GTK+ password dialogs, so there are now two things preventing this from happening in gnome-ssh-askpass. I suppose this is only a symptom of the debug prints going to stdout combined with the crap redirection used by askpass. Hopefully nothing else is affected by this. So closing... oops, the password dialog thing was meant for Bug #168654. This might still be a problem... retesting. Closing for now. Please reopen if the problem occurs again. |