Hi -

I have written a perl program that runs as a daemon on my Linux system but unfortunately the program dies sporadically (once every three weeks or so of continuous execution) and I'm trying to find out why. I use the -w switch and also strict, but I have not been able to consistently cause the program to die so it is difficult to troubleshoot. The program seems to die under both perl version 5.6.0 and 5.6.1. I have not tried running the program under the perl debugger since 99% of the time the program seems to run perfectly and I can't seem to reproduce the conditions needed to cause any problems. Can you offer any general advise on a method to debug the problem? Perhaps running the program under the debugger might offer some insight anyway? Maybe there is a way to cause perl to print a stack trace if the process receives a SEGV signal or something?

In case you are curious, the program is the "port scan attack detector (psad)" which has recently been integrated with Bastille Linux, is released under the GPL, and is available here: http://www.cipherdyne.com

Thanks,
--mbr

In reply to debugging strategy? by mbr

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.