Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Deep recursion in CGI::Carp::warn https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172739 ------- Additional Comments From jvdias@xxxxxxxxxx 2005-11-08 18:43 EST ------- 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 . -- 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.