I'm on win32 using citrusperl v5.16.1 and I get failure for Plack-1.0018/t/Plack-Middleware/cgibin.t

Attempt to free unreferenced scalar: SV 0x16a06d4, Perl interpreter: 0x118600c at Plack-1.0018\blib\lib/Plack/App/WrapCGI.pm line 48

Any other win32 folks get this?

FWIW, WrapCGI.pm:48 is  exec($script) or Carp::croak("cannot exec: $!");, if I comment that out the failure moves to CGI::Compile line 33 which is a call to CORE::exit

update: happens with v5.14.1 also


Maybe related
kinda fix #109718: fork.t fails on Win32 since v5.15.4-465-g676a678
design problem #89142: On Win32 setting any encoding on STD(IN|OUT|ERR) with binmode causes subsequent fork calls to crash perl
resolved #88840: t/op/fork.t blocks in external process test on Win32
open #65136: (fork + socketpair) x 2 doesn't work under Windows, works under Linux
open #65134: (fork + pipe + pipe) x 2 doesn't work under Windows, works under Linux


In reply to t/Plack-Middleware/cgibin.t Attempt to free unreferenced scalar: SV 0x16a06d4, Perl interpreter: 0x118600c at Plack-1.0018\blib\lib/Plack/App/WrapCGI.pm line 48 by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.