http://qs321.pair.com?node_id=1031822


in reply to Broken link to "Cool Uses For Perl"

This is an old problem that only triggers if all of the following happen at once:

And then what happens is that the Apache child dies due to "illegal instruction".

See also Re^5: "Invisible" nodes (details) (which includes an example thread that isn't currently failing for me even though I'm currently able to trigger the failure via other means).

Note that trying to combine all of those items together outside of Apache doesn't generate even a warning nor invalid results, even on the same version of Perl that Apache claims to have been linked against. Also note I've yet to figure out any way to get the failing case to tell me any hint about which of the many lines of code involved is where the failure happens (so I could just change it somewhat randomly so that it does the same things but just stops dumping core in that version of Apache).

In the mean time, I replaced a few uses of <spoiler> tags that weren't being used to hide spoilers with <readmore> tags so Cool Uses for Perl should load for everybody no matter which web server they hit (until the next person does that again).

Sorry for the inconvenience.

(Updated a few times in fairly minor ways after posting)

- tye        

Replies are listed 'Best First'.
Re^2: Broken link to "Cool Uses For Perl" ("fixed")
by Anonymous Monk on May 03, 2013 at 06:28 UTC

      That was a good one. It had almost a full 64kB of text inside of the spoiler tags and so failed extra often (even sometimes, but not always, on other web servers).

      So I found a possible culprit in an overly complex regex and I think the problem is completely gone now. Hard to say that with complete confidence when the problem can be so inconsistent in whether or not it happens, of course.

      - tye