Another bit of information:

I ran strace on both pids, pac_conn that spawns a bash session, and the bash session

1779 pts/0 Ss 0:00 \_ bash 2038 pts/0 Sl+ 0:03 | \_ perl asbru-cm 2227 pts/2 Ssl+ 0:00 | \_ perl /home/test/asbru-cm/lib/pa +c_conn /home/test/.config/pac/tmp/pac_PID{2038}_n3freeze __PAC_SHELL_ +_ 2234 pts/3 Ss+ 0:00 | \_ /bin/bash -login 1793 pts/1 Ss 0:00 \_ bash 2244 pts/1 R+ 0:00 \_ ps xaf

pac_conn propagates the signal to the bash session. Eventually the bash session sends itself a HUP signal, it kills it self and the on the next SIGWINCH pac_conn access a non existent pid and dies with a core dump.

The problem is happening outside the application on the bash shell.

I do not think this is a perl problem, where could be a good place to follow up this, any suggestions?


In reply to Re: application crash during WINCH Signal by hanspr
in thread application crash during WINCH Signal by hanspr

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.