Thanks for tracking that down. I missed it in my mail until this morning as had gone and marked the thread unread to remind me to go back and look.
I am starting to think about how this could even occur. Can you perhaps give me a list of all the Apache modules which are loaded? I don't know easy way of doing this on Windows. On Unix you would run: /usr/sbin/httpd -M For a problem to arise at that point, would have to somehow involve the output filter chain, be that Apache default output filters or optional ones added by other Apache modules. That or I have screwed up output bucket brigade management and not following API usage properly. Graham On 7 January 2012 11:10, Christian Boos <[email protected]> wrote: > On 1/6/2012 4:28 PM, Christian Boos wrote: >> >> Hello Graham, >> >> On 1/5/2012 11:26 PM, Graham Dumpleton wrote: >> > Hi Christian >> > >> > Thanks for looking at this. >> > >> > I am a bit stumped on this one right now. >> > >> > Is not helped that busy with work trying to get a release out before >> > going on overseas trip for few weeks. >> > >> >> So as it doesn't look like you're going to beat me at it in the >> coming days, I'll have a look at the bug myself then :-) >> > > Ok, so it's not fully clear *why* this happens, but at least I've > found some hints and a way to make the problem go away... > Patch attached, with clumsy explanations included ;-) > > I think it's also safe to apply on Linux, if you'd like to take > that fix. > > But maybe it's just that *this* version of Apache (2.2.21) had some > problems on Windows (or it's a non-thread-safe build?!). The next > step would perhaps to rebuild Apache itself in debug mode and have > a look inside those ap_pass_brigade and apr_brigade_cleanup functions... > > > -- Christian > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
