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

            Bug ID: 1456817
           Summary: Use of uninitialized value $fh in pattern match (m//)
                    at /usr/share/perl5/vendor_perl/Proc/PID/File.pm line
                    286.
           Product: Fedora
           Version: 25
         Component: perl-Proc-PID-File
          Severity: low
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected]



Created attachment 1283443
  --> https://bugzilla.redhat.com/attachment.cgi?id=1283443&action=edit
Perl test program for Proc::PID::File

Description of problem:

When calling the attached perl program I get the following error messages:

Use of uninitialized value $fh in pattern match (m//) at
/usr/share/perl5/vendor_perl/Proc/PID/File.pm line 286.
Use of uninitialized value $fh in pattern match (m//) at
/usr/share/perl5/vendor_perl/Proc/PID/File.pm line 286.

The problem seems to be that sub alive calls sub read without a parameter.



Version-Release number of selected component (if applicable):
perl-Proc-PID-File-1.28-1.fc25.noarch

How reproducible:
Always.

Steps to Reproduce:
1. Call the atteched perl program.

Actual results:
Error message:
Use of uninitialized value $fh in pattern match (m//) at
/usr/share/perl5/vendor_perl/Proc/PID/File.pm line 286.
Use of uninitialized value $fh in pattern match (m//) at
/usr/share/perl5/vendor_perl/Proc/PID/File.pm line 286.

Expected results:
Nothing (no error, no output)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to