Part of the problem with running it in single-process mode (ala -X) is that after some random interval, httpd stops responding to requests for the content. I can click on links on the mod_perl page, and the hourglass flickers for a second, then goes away, and the logs on the server-side don't even show a hit at all.
It just seems to drop the request somewhere between my client and the single-process httpd when I do that. I even tried running it in "non-single-process" mode, with a MaxClients setting of 1, and it does the same thing.
Its INCREDIBLY hard to track down (hence my reason for posting).
I'll take a look at the link you've provided to see if maybe there's something I missed, some way to get a proper core file out of here that I can use.
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.