Skip Menu |

This queue is for tickets about the Proc-ProcessTable CPAN distribution.

Report information
The Basics
Id: 85597
Status: resolved
Priority: 0/
Queue: Proc-ProcessTable

People
Owner: Nobody in particular
Requestors: fulko.hew [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: PID_ZOMBIE nor PID_ORPHANED exist any more under Cygwin
Date: Fri, 24 May 2013 11:55:28 -0400
To: bug-Proc-ProcessTable [...] rt.cpan.org
From: Fulko Hew <fulko.hew [...] gmail.com>
While trying to build under Cygwin NT-6.1-WOW64 I get the error: OS.c:212:31: error: ‘PID_ORPHANED’ undeclared (first use in this function) I found an RT bug ticket #14836: "Cygwin patch: PID_ZOMBIE => PID_ORPHANED" However, looking at sys/cygwin.h, neither PID_ZOMBIE nor PID_ORPHANED exist anymore!
This is fixed in the repository on github: https://github.com/jwbargsten/perl-proc-processtable I just uploaded version 0.48 to cpan, with this version compilation under cygwin should be no problem.
I'll fix this bug for now. If you still experience the same issue with version 0.48, drop a note and I'll reopen it.
Subject: Re: [rt.cpan.org #85597] PID_ZOMBIE nor PID_ORPHANED exist any more under Cygwin
Date: Mon, 27 May 2013 08:19:10 -0400
To: bug-Proc-ProcessTable [...] rt.cpan.org
From: Fulko Hew <fulko.hew [...] gmail.com>
On Mon, May 27, 2013 at 4:03 AM, jwbargsten via RT <bug-Proc-ProcessTable@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=85597 > > > I'll fix this bug for now. If you still experience the same issue with version 0.48, drop a note and I'll reopen it.
Thanks, I confirm that the new versions fixes the issue!