Re: mod_include: YABU (yet another bug uncovered)

2003-08-14 Thread Brian Pane
This appears to be due to the code at line ~2961 of mod_include.c that tries to delete buckets from *bb until it hits the bucket where the next tag starts. In this test case, the bucket where the next tag starts isn't in *bb at all; it's in ctx->ssi_tag_brigade. I'm evaluating a couple of potential

RE: mod_include: YABU (yet another bug uncovered)

2003-08-14 Thread Cliff Woolley
On Thu, 7 Aug 2003, Ron Park wrote: > The 'good' news is, there's two examples that show a core dumping > problem. :) Lovely. :) I'll add this to the test suite.

RE: mod_include: YABU (yet another bug uncovered)

2003-08-14 Thread Ron Park
; -Original Message- > From: Ron Park [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 4:09 PM > To: '[EMAIL PROTECTED]' > Subject: mod_include: YABU (yet another bug uncovered) > > > Hi Again, > > Well, we've come across another mod_inclu

Re: mod_include: YABU (yet another bug uncovered)

2003-08-14 Thread Cliff Woolley
On Sat, 9 Aug 2003, Brian Pane wrote: > This appears to be due to the code at line ~2961 of > mod_include.c that tries to delete buckets from *bb > until it hits the bucket where the next tag starts. > In this test case, the bucket where the next tag > starts isn't in *bb at all; it's in ctx->ssi_

mod_include: YABU (yet another bug uncovered)

2003-08-14 Thread Ron Park
Hi Again, Well, we've come across another mod_include/cross brigade bug for which we currently don't yet have a patch (should have one soon but thought I'd give others a crack at it). :D Here are two simple snippets, one which works, one which causes a core dump even with the latest patch of mod_

RE: mod_include: YABU (yet another bug uncovered)

2003-08-08 Thread Cliff Woolley
On Thu, 7 Aug 2003, Cliff Woolley wrote: > Lovely. :) > > I'll add this to the test suite. Whoops, Andre beat me by 116 seconds. ;)

Re: mod_include: YABU (yet another bug uncovered)

2003-08-08 Thread André Malo
* Cliff Woolley wrote: > On Thu, 7 Aug 2003, Ron Park wrote: > >> The 'good' news is, there's two examples that show a core dumping >> problem. :) > > Lovely. :) > > I'll add this to the test suite. Just FYI: It dumps at apr_brigade_cleanup(ctx->ssi_tag_brigade) [line 3153] and after starring

Re: mod_include: YABU (yet another bug uncovered)

2003-08-07 Thread André Malo
* Cliff Woolley wrote: > On Thu, 7 Aug 2003, Ron Park wrote: > >> The 'good' news is, there's two examples that show a core dumping >> problem. :) > > Lovely. :) > > I'll add this to the test suite. Just done ... :-) nd