| Summary: | leaked fd | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Kratochvil <jan.kratochvil> | ||||
| Component: | expect | Assignee: | Vitezslav Crhonek <vcrhonek> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | hhorak, jan.kratochvil, mmuzila, patrickm, vcrhonek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| URL: | http://lists.gnu.org/archive/html/bug-dejagnu/2013-08/msg00000.html | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | expect-5.45-18.fc22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-09-09 11:41:27 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Jan Kratochvil
2013-08-26 19:18:11 UTC
Created attachment 934436 [details]
fd leak patch
I found out that the problem isn't in dejagnu. The problem seems to be
in expect.
The problem can be reproduced also by:
echo 'remote_exec target "ls -l /proc/self/fd/"' >dejagnuleak.exp
expect -- /usr/share/dejagnu/runtest.exp dejagnuleak.exp
Attached patch solves the problem in Fedora 20. I haven't tested
it in RHEL.
Reassigning to expect...
|