Re: [mp2] support of the perl 5.9.x dev track

2003-11-22 Thread Ask Bjørn Hansen
On Nov 4, 2003, at 1:03 AM, Stas Bekman wrote: blead yes, I didn't suggest not to support blead, I meant to suggest not to support particular blead releases but just the head ;) It's development releases. We should certainly not support them. In particular not if they require special casing (

Re: OS/X 10.3 & mp2

2003-11-22 Thread Ask Bjørn Hansen
On Nov 2, 2003, at 6:50 PM, Geoffrey Young wrote: does panther come with mp1 installed? Yes, it does (1.26). - ask -- http://www.askbjoernhansen.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [mp2] segfaults when using "include" filter w/mod_perl

2003-11-22 Thread Ian Holsman
Stas Bekman wrote: Stas Bekman wrote: Stas Bekman wrote: Tyler 'Crackerjack' MacDonald wrote: Hello, Thanks for taking the time to look at this: Thanks for reporting this Tyler, I'm looking at this issue, though I may come back to you only on Thu, once I'm back from ApacheCon. Ian and T

Re: mod_include's recursion detection

2003-11-22 Thread Stas Bekman
André Malo wrote: * Stas Bekman <[EMAIL PROTECTED]> wrote: but INCLUDES detects a recursion: There is a config setting which can increase the number of redirects allowed. as far as dynamic vs static.. mod-include doesn't know what is underneath it. I belive the recursion is set by default a

Re: [mp2] segfaults when using "include" filter w/mod_perl

2003-11-22 Thread Stas Bekman
Stas Bekman wrote: Stas Bekman wrote: Tyler 'Crackerjack' MacDonald wrote: Hello, Thanks for taking the time to look at this: Thanks for reporting this Tyler, I'm looking at this issue, though I may come back to you only on Thu, once I'm back from ApacheCon. Ian and Tyler, I now have repro

Re: [mp2] segfaults when using "include" filter w/mod_perl

2003-11-22 Thread Stas Bekman
Stas Bekman wrote: Tyler 'Crackerjack' MacDonald wrote: Hello, Thanks for taking the time to look at this: Thanks for reporting this Tyler, I'm looking at this issue, though I may come back to you only on Thu, once I'm back from ApacheCon. Ian and Tyler, I now have reproduced the segfault. Ne

Re: Segmentation fault

2003-11-22 Thread Stas Bekman
Stas Bekman wrote: Bobber Cheng wrote: [...] Well, that renders the check, whether the file was already opened, useless, in which case we should just: rc = apr_file_open(...) no matter what. I've now posted a question to the apr list asking how to verify whether finfo contains a valid filehand