develooper Front page | perl.par | Postings from February 2012

[rt.cpan.org #65745]

From:
Roderich Schupp via RT
Date:
February 9, 2012 00:03
Subject:
[rt.cpan.org #65745]
Message ID:
rt-3.8.HEAD-17370-1328774593-493.65745-15-0@rt.cpan.org
Thu Feb 09 03:03:13 2012: Request 65745 was acted upon.
Transaction: Correspondence added by RSCHUPP
       Queue: PAR-Packer
     Subject: (No subject given)
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: dirk@dirkundsari.de
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=65745 >


On 2011-02-15 13:31:40, Dirk80 wrote:
> If I create a process from a perl script with "open" or
> "Win32::Process::Create" and this process is a "pp packed executable"
> then it is NOT possible to send it the kill signal. Because the "pid" I
> get from "open" or "Win32::Process::Create" does NOT seem to be the pid
> of the unpacked perl script which is finally doing the work.

Your observation is correct, but can't be fixed:
it's due to how PAR::Packer works (and the fact that Windows 
doesn't have a exec system call, only spawn).

Cheers, Roderich



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About