Wed Apr 22 09:14:05 2020: Request 132398 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: PAR::Packer and fork Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: vld....@sfr.fr Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=132398 >
On 2020-04-22 08:13:31, vld....@sfr.fr wrote: > La gestion des fork ne fonctionne pas, fin prématuré de l'exe suivit > egalement des erreurs Windows What's the error message? Try replacing the wait call with waitpid. Note: the Windows version of PAR::Packer is special: the custom Perl interpreter runs as (spawned) child of the bootstrap process, while on *nix Perl is exec'ed by bootstrap. Cheers, Roderich