Bug 767931
Summary: | Reading from pipe finished early, when SIGALRM received | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Šimon Lukašík <slukasik> | ||||||||
Component: | perl | Assignee: | Petr Pisar <ppisar> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 16 | CC: | cweyl, iarnell, jpazdziora, kasal, lkundrak, mmaslano, ppisar, psabata, rc040203, tcallawa | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | perl-5.14.2-193.fc16 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2012-01-07 22:57:09 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: | |||||||||||
Attachments: |
|
Description
Šimon Lukašík
2011-12-15 09:40:25 UTC
Created attachment 547150 [details]
The reproducer
Created attachment 547151 [details]
Strace of the reproducer
Please note the line 248, where the read() syscall resumes from alarms
and sends 8192 bytes of data. Perl ends up the cycle immediately.
At least it's working with 5.10.x. I'll try bisect to find the rotten commit. I've already tried to rebuild perl-5.12.4-163 from Fedora 15 on Fedora 16 and the bug was not reproducible any more. Created attachment 548881 [details]
Fix
Marcela found this fix in development tree in commit be48bbe8d671b6841c3ec7cb734b98071afe3cd9.
perl-5.14 / F17--16 affected only. perl-5.14.2-193.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/perl-5.14.2-193.fc16 Package perl-5.14.2-193.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing perl-5.14.2-193.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-17271/perl-5.14.2-193.fc16 then log in and leave karma (feedback). perl-5.14.2-193.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |