Hi, I was trying to deploy my application on production on perl 5.12.1 and have encountered this issue where the child elements are getting killed by itself on starting the application. As part of this change we had also upgrade the perl version to 5.12.1 so that we can make use of the DBIX module. The same application or code is working fine in my pre live env. Also we had installed the perl lib just by creating a tar of the libs used in pre live(working) and copy pasting it to production env. Is there a chance this would have caused this? Or is it happening because it requires any additional modules? We got the following error during the change-: INFO (main::(1790)) 17/11/2011 02:03:21:97 Making a new child INFO (main::(1799)) 17/11/2011 02:03:22:01 <Application> Started and Listening INFO (main::_the_reaper(1527)) 17/11/2011 02:03:22:04 It appears that one or more children has died. Check if this is the case and clean up INFO (main::_the_reaper(1540)) 17/11/2011 02:03:22:04 Dead child was PID: 28537 INFO (main::_the_reaper(1540)) 17/11/2011 02:03:22:04 Dead child was PID: 28538 INFO (main::_the_reaper(1540)) 17/11/2011 02:03:22:04 Dead child was PID: 28539 Please can someone please let me know if they have ever encountered this kind of a prob? I need to have a resolution to this at the earliest.

In reply to Child processes getting killed by itself on application startup deployed on Perl 5.12.1 by ritesh292

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.