From:             marius at joy2share dot com
Operating system: Linux (Fedora Core 4)
PHP version:      5.1.1
PHP Bug Type:     Reproducible crash
Bug description:  Apache2 [notice] child pid 12388 exit signal Segmentation 
fault (11)

Description:
------------
[Sun Dec 11 05:03:00 2005] [notice] child pid 12388 exit signal
Segmentation fault (11)

The script below worked fine with PHP 5.0.5.

I have : Apache/2.2.0 PHP/5.1.1 configured on my system.

Reproduce code:
---------------
<?php
error_reporting(E_ALL);
$link="http://www.amazon.com/exec/obidos/tg/detail/-/0131867164/ref=pd_sbs_b_2/002-9050535-1556846?%5Fencoding=UTF8&v=glance";;
$f = file($link);
?>

Expected result:
----------------
$f will contain an array with that file.

Actual result:
--------------
[Sun Dec 11 05:03:00 2005] [notice] child pid 12388 exit signal
Segmentation fault (11)

And I get the file with the code mentioned above for download.
The file is empty.

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

Reply via email to