[Bug 172739] New: Deep recursion in CGI::Carp::warn

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 8 22:19:32 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172739

           Summary: Deep recursion in CGI::Carp::warn
           Product: Fedora Core
           Version: fc4
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: perl
        AssignedTo: jvdias at redhat.com
        ReportedBy: jorris at redhat.com
         QAContact: dkl at redhat.com
                CC: fedora-perl-devel-list at redhat.com


Description of problem:
CGI::Carp::Warn experiences deep recursion when hit, followed by a segmentation
fault. This can make developing any web applications using CGI::Carp::Warn
difficult, as any trivial warning will cause pages of log output followed by a
crash.

See https://rt.perl.org/rt3/Ticket/Display.html?id=36521 for details and
possible patches.

Version-Release number of selected component (if applicable):
perl-5.8.6-15

How reproducible:
Always

Steps to Reproduce:
Execute script:
#!/usr/bin/perl

use CGI::Carp qw(fatalsToBrowser);
use diagnostics;

warn "foo";

Results:
Deeply nested warning message followed by segfault.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list