From:             developer at ckiweb dot com
Operating system: Gentoo
PHP version:      4.3.10
PHP Bug Type:     Reproducible crash
Bug description:  Segmentation Fault when string is echoed

Description:
------------
I was trying to debug a problem in the DB_DataObject class in PEAR, when I
got a segmentation fault.  It occurs everytime when I try to echo a string
greater than 10 characters.

Reproduce code:
---------------
In the Generator.php file (in the DB_DataObject-1.7.2 class in PEAR) on
line 126 (right after $t->_createTableList();), place a line similar to
this:

echo 'aoeuidhtns'."\n";

The amount of characters has to be 10 or greater.

Expected result:
----------------
I would expect the line to appear and the program to keep parsing.

Actual result:
--------------
The line is echod and then I get a Segmentation Fault

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

Reply via email to