Bug 78830
Summary: | gnome2-info2html infinite loop when started from redhat-config-network | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | David Masterson <davidm_95123> |
Component: | yelp | Assignee: | Christopher Aillon <caillon> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | michael, sankark_k |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | athlon | ||
OS: | Linux | ||
URL: | N/A | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-11-06 12:44:34 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: |
Description
David Masterson
2002-12-01 20:03:03 UTC
Confirming - I also see this problem. $ rpm -q redhat-config-network redhat-config-network-1.1.20-1 This priority should be upgraded to HIGH. Its severity rating might also need to be upgraded since it can render a machine slow without any means of correcting it (without manually finding and killing the gnome2-info2html process). The component may need to be switched to libgnome since the race condition should also be detected by gnome2-info2html. Reason? Since redhat-config-network runs as root, gnome2-info2html also gets spawned with root privileges and will consume almost all CPU until a super-user kill ends the process. Killing redhat-config-network will not perpetuate a SIGTERM down to gnome2-info2html. This is executed: import gnome gnome.url_show("ghelp:///usr/share/redhat-config-network/help/index.html") Assigning to yelp It looks like neat has to call gnome_program_init for show_url to work. This is not a workaround (except for su'ers), but I think it is interesting to note that if I kill -9 the gnome2-info2html process, then the Help Browser does come back, and does show the intended page. I do think the priority or severity of this bug should be increased. Imagine my chagrin this morning to find that our webserver has been spending most of its cycles navel gazing instead of cycling pages. It's probably been doing that for a day or so now. Yeah, I don't have enough resources for a dedicated sysadmin. I suspect that's a good chunk of your market. even does not work if gnome_program_init was called before... why is info2html called?? these pages are already in html??? harald: I'm not sure what you mean here. In the latest beta, when i click on help in r-c-network i get a mozilla window, not yelp. *** Bug 80236 has been marked as a duplicate of this bug. *** This has been changed to use the web browser instead of yelp and works fine in current release. |