I've got a perl script which dumps core right after it runs. I'd like to isolate the conditions better, so that I can submit a bug report via perlbug.
However, this bug is proving difficult to track down.
For example, all of the following things seem to make the bug disappear:
- renaming the program
- running the program in a different directory
- adding a useless variable to the program
- adding a comment to the program
- changing the environment where the program runs
This bug seems to occur in both perl5.8.4 and 5.8.3, running under HP/UX.
My question: can anyone think of a good way that I can try to track this bug down?
The script is about 1800 lines, and references about 13 different perl modules. Some of those modules refer to other modules which do contain perl XS code. Those modules do sound like a candidate for a coredump.
On the other hand, there's a bug in perl5.8 that we know causes coredumps on our platform. However, that bug was caused by asking perl to parse an invalid perl program, and was triggered during a syntax check, not after the program terminated. The new bug may/may not be related.
I'm perplexed. Any suggestions would be greatly appreciated.
--
Ytrew Q. Uiop
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.