From:             jseverson at myers dot com
Operating system: Linux
PHP version:      5.1.1
PHP Bug Type:     Output Control
Bug description:  Segmentation Fault

Description:
------------
We just upgraded to php 5.1.1 on our development slice and have run into
all kinds of buffering seg fault issues that seem to be similar to what
was reported in this bug. 

We tried setting output_buffer to off/on/4096, and none of those settings
fixed the problem. However, if we up our output_buffer to about 16000, the
problem goes away on most pages, but not all. If we then increase our
output_buffer to 5000000 then the problem goes away entirely.

We were able to isolate where the browser stopped sending HTML, and it
seems to be SOMEWHAT related to our use of ob_* functions in one case.
However, there were other cases where html would stop outputting literally
in the middle of a <td> tag...so if you viewed source, all you would see
is:

<t

Modules are:

ctype,curl,date,dom,exif,gd,iconv,libxml,ming,mysql,oci8,pcre,PDO,pdo_mysql,PDO_OCI,posix,session,SimpleXML,smbauth,soap,SPL,standard,sybase,tokenizer,xml,zlib





-- 
Edit bug report at http://bugs.php.net/?id=35856&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35856&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35856&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35856&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35856&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35856&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35856&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35856&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35856&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35856&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35856&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35856&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35856&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35856&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35856&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35856&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35856&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35856&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35856&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35856&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35856&r=mysqlcfg

Reply via email to