Re: [PHP-DEV] RE: SEGFAULTs in apache

2001-08-29 Thread Wez Furlong
Hi Zeev, Yes, I'm using sessions and ob_gzhandler. Compression is turned on only for non-broken browsers, so it is not enabled for IE 5.5 (I had some wierd problems a while back), and so it's not turned on in this case. I also make use of ob_get_contents() and ob_end_clear() to format debugging

Re: [PHP-DEV] RE: SEGFAULTs in apache

2001-08-29 Thread Zeev Suraski
Are you using sessions? Output compression? Your own output handler? Cutting things down to something that reproduces the problem would be pretty essential here - the output buffering code is quite complex. At 18:51 29-08-01, Wez Furlong wrote: >I've managed to get things to run without segfau

[PHP-DEV] RE: SEGFAULTs in apache

2001-08-29 Thread Wez Furlong
I've managed to get things to run without segfaults (--enable-debug) but noticed this in my error log: --- output.c(240) : Block 0x089807C0 status: Beginning: Overrun (magic=0x401945F8, expected=0x7312F8DC) End: Unknown This is also with latest