I've experienced a strange failure with "Resource temporarily unavailable".

The hefty cascade of messages shown here, I think this is known as a "call stack"?:
Configuring R/RJ/RJBS/Dist-Zilla-6.037.tar.gz with Makefile.PL
      0 main perl 1106 child_info_fork::abort: \??\C:\ix\cygwin\usr\local\lib\perl5\site_perl\5.40\x86_64-cygwin-threads\auto\Compress\Raw\Bzip2\Bzip2.dll: Loaded to different address: parent(0x3F07F0000) != child(0x4C08D0000)

Error while running PL phase: Couldn't fork(): Resource temporarily unavailable at /usr/local/share/perl5/site_perl/5.40/Capture/Tiny.pm line 242.
        Capture::Tiny::_fork_exec("stderr", HASH(0xa03589cb8)) called at /usr/local/share/perl5/site_perl/5.40/Capture/Tiny.pm line 235
        Capture::Tiny::_start_tee("stderr", HASH(0xa03589cb8)) called at /usr/local/share/perl5/site_perl/5.40/Capture/Tiny.pm line 364
        Capture::Tiny::_capture_tee(1, 1, 1, 1, CODE(0xa02709420)) called at /usr/share/perl5/vendor_perl/5.40/CPAN/Reporter.pm line 161
        CPAN::Reporter::record_command("/usr/bin/perl Makefile.PL") called at /usr/local/share/perl5/site_perl/5.40/CPAN/Distribution.pm line 2093
        eval {...} called at /usr/local/share/perl5/site_perl/5.40/CPAN/Distribution.pm line 2093
        CPAN::Distribution::prepare(CPAN::Distribution=HASH(0xa09c73b00)) called at /usr/local/share/perl5/site_perl/5.40/CPAN/Distribution.pm line 2217
        CPAN::Distribution::make(CPAN::Distribution=HASH(0xa09c73b00)) called at /usr/local/share/perl5/site_perl/5.40/CPAN/Distribution.pm line 3676
        CPAN::Distribution::test(CPAN::Distribution=HASH(0xa09c73b00)) called at /usr/local/share/perl5/site_perl/5.40/CPAN/Distribution.pm line 4167
        CPAN::Distribution::install(CPAN::Distribution=HASH(0xa09c73b00)) called at /usr/local/share/perl5/site_perl/5.40/CPAN/Module.pm line 484
        eval {...} called at /usr/local/share/perl5/site_perl/5.40/CPAN/Module.pm line 483
        CPAN::Module::rematein(CPAN::Module=HASH(0xa09c70ce8), "install") called at /usr/local/share/perl5/site_perl/5.40/CPAN/Module.pm line 592
        CPAN::Module::install(CPAN::Module=HASH(0xa09c70ce8)) called at /usr/local/share/perl5/site_perl/5.40/CPAN/Shell.pm line 1901
        CPAN::Shell::rematein("CPAN::Shell", "install", "Dist::Zilla") called at /usr/local/share/perl5/site_perl/5.40/CPAN/Shell.pm line 2068
        CPAN::Shell::__ANON__("CPAN::Shell", "Dist::Zilla") called at /usr/local/share/perl5/site_perl/5.40/App/Cpan.pm line 635
        App::Cpan::__ANON__("Dist::Zilla") called at /usr/local/share/perl5/site_perl/5.40/App/Cpan.pm line 652
        App::Cpan::_default(ARRAY(0xa00027238), HASH(0xa014d9b80)) called at /usr/local/share/perl5/site_perl/5.40/App/Cpan.pm line 536
        App::Cpan::run("App::Cpan", "IO::Compress", "App::ccdiff", "Dist::Zilla") called at /usr/local/bin/cpan line 15

  RJBS/Dist-Zilla-6.037.tar.gz
  /usr/bin/perl Makefile.PL -- NOT OK
Stopping: 'install' failed for 'Dist::Zilla'.

I'd like to know what the good Monks think about that?

Feb 11, 2026 at 03:07 UTC


In reply to In CygPerl, a fork failed with error "Resource temporarily unavailable" by Intrepid

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.