> Sebastian Bergmann wrote: > > Setup: Windows 2000, Apache 2 (current CVS), PHP 4 (current > ap_save_brigade(ap_filter_t * 0x00564f00, apr_bucket_brigade * *
btw i get this as well... i believe it to be directly related to bugs #14474 & #14358, and possibly #14529. i think it's the same problem occuring in both apache & apache2, but the environment in apache2 actually causes a crash whereas apache fails silently. i don't know a whole lot about the apache api, but the function that calls that ap_save_brigade (php_output_filter()) - it has a few different tasks, depending on the state that the connection is in, but it always copies buckets - the way it was written seemed odd to me - i made a slight change to only copy buckets when it was in the collecting data state.. just for kicks... the results were much different. it crashed more, but it also finished some of the 'large' pages that it wouldn't before. i hope someone will look into these cuz it really seems like a critical problem, and i'm glad that it recently has had some reports and discussion about it - i thought i was going crazy because i've never had the apache module working ever - for 1.3 or 2. if/when i have some more time i want to get into it more myself, if someone else doesn't solve it first... -benjamin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]