Bug 113154
| Summary: | filedescriptor leak | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kasper Dupont <bugzilla> | ||||||
| Component: | gdm | Assignee: | Havoc Pennington <hp> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 1 | CC: | bart.martens, mitr, wfm3, wtogami | ||||||
| Target Milestone: | --- | Keywords: | EasyFix, Patch | ||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2004-02-04 05:36:58 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: | 114986 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Kasper Dupont
2004-01-08 22:56:15 UTC
Created attachment 97423 [details]
display declared dead too early
*** Bug 114551 has been marked as a duplicate of this bug. *** FYI, this is known upstream http://bugzilla.gnome.org/show_bug.cgi?id=126465 But this patch can be applied now as a fix leaving it open for the developer to decide on resolution marking easyfix and patch Bug #110315 was the same problem, now patched in rawhide gdm-2.4.4.5-8 with the recount method used in gdm-2.5.90.0. In my testing here it seems to prevent the file descriptor leak as well as the broken Maximum XDMCP session counter problem. Should I remove the recount and add Bart's patch instead? Bart's solution is much cleaner if it solves both the file descriptor leak and xdmcp_sessions counter problems. Whatever Bart and George Lebl agree on, I will apply to FC2 rawhide and FC1 updates. Eric Harrison's testing indicates that Bart's patch fixes the file descriptor but not xdmcp_session counting problem, while George Lebl's recounting method from gdm-2.5.90.0 seems to avoid both problems in gdm-2.4.4.5. Would it be proper to apply both patches in gdm-2.4.4.5? Created attachment 97457 [details] gdm-2.4.4.5-xdmcp_sessions.patch Upon further examination and comparison with gdm-2.4.4.7 and upstream CVS, Bart's patch would not be proper after George's change nor is it upstream. This is the updated patch that will go into gdm-2.4.4.5-9 rawhide to match this checkin: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&root=/cvs/gnome&subdir=gdm2/daemon&command=DIFF_FRAMESET&file=display.c&rev2=1.58.2.1&rev1=1.58 Closing... re-open if you really disagree with this change. |