Bug 172739
| Summary: | Deep recursion in CGI::Carp::warn | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jon Orris <jorris> |
| Component: | perl | Assignee: | Robin Norwood <robin.norwood> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 5.8.7-0.7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-10-04 18:37:39 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
Jon Orris
2005-11-08 22:19:31 UTC
Oh dear! Yes, this appears to be an issue with perl-5.8.6-* in FC-4, and with the latest perl-5.8.7 in FC-5/Rawhide. investigating ... This only happens in FC-4 and FC-5 with the 'use diagnostics;' - without this,
the command completes ok:
$ perl -e 'use CGI::Carp; CGI::Carp::warn("foo");'
[Tue Nov 8 18:25:03 2005] -e: foo at -e line 1.
The 'use CGI::Carp; use diagnostics; CGI::Carp::warn("foo");' works fine with
RHEL-3's perl-5.8.0-90.2 and RHEL-4's perl-5.8.5-17.RHEL4 .
This is upstream perl bug: '#36521: Deep recursion on subroutine "CGI::Carp::warn"' ( http://rt.perl.org/rt3/Ticket/Display.html?id=36521 ) The upstream patch #25160 has been applied to perl-5.8.6-16 (FC-4) and perl-5.8.7-0.7 (FC5) in CVS, and will be released to FC-4 updates and Rawhide shortly . assigning to rnorwood |