From:             pahan at hubbitus dot info
Operating system: Linux
PHP version:      5.3.0beta1
PHP Bug Type:     Reproducible crash
Bug description:  Bus error on parsing file

Description:
------------
On particular file php always crashes with Bus Error.
I'm try split file to get only sensible data, but I can't. ANY changes 
in it do predictable behavior and all works as expected. Even 
add/delete comment, any letter, space in any place...

$ php test.bus.error.php
Bus error

Its contain many external dependencies, but it is absolutely unneeded 
for reproducibility:
$ php -d"include_path=:::::" test.bus.error.php
Bus error

[pa...@x-www _SHARED_]$ ulimit -c unlimited
[pa...@x-www _SHARED_]$ php -d"include_path=/" test.bus.error.php
Bus error (core dumped)

This file is my working mess for test and sandboxing :), so, it is 
really not intended for any use outside and even any use except probes 
and examples. But as I can't even change 1 letter in it, I place it as 
is: http://ru.bir.ru/_temp/php-bugs/2/test.bus.error.php.gz
Coredump file also available for download: http://ru.bir.ru/_temp/php-
bugs/2/core.19581

Reproduce code:
---------------
http://ru.bir.ru/_temp/php-bugs/2/test.bus.error.php.gz
Sorry, I can't do that smaller.


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

Reply via email to