From:             dev at stalkerbox dot net
Operating system: cygwin/xp
PHP version:      5CVS-2005-04-18 (dev)
PHP Bug Type:     Reproducible crash
Bug description:  signal 11 on make install-pear-installer, xml_parse

Description:
------------
see #30490, closed

signal 11 on <code>make install-pear-installer</code>, in function
xml_parse.  reproducible on fresh cygwin on other hosts.


i still have this problem in php5-200504180030, php5-STABLE-200504180037,
and php-5.0.4; using cygwin on windows xp sp2.

this seems to be a php/xml bug.  should this be in pear bugs anyway?

signal 11 at line 802 of /pear/PEAR/Common.php:
<code>if (!xml_parse($xp, $data, 1)) {</code>

does NOT crash (but install doesnt work) if you comment out line 786 of
pear/PEAR/Common.php:
<code>xml_set_element_handler($xp, '_element_start',
'_element_end');</code>
however it doesnt crash within the functions _element_start or
_element_end

Actual result:
--------------
$ make install-pear-installer
Signal 11
make: *** [install-pear-installer] Error 139

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

Reply via email to