Bus error on parsing file
| Bug #47596 | Bus error on parsing file | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2009-03-08 09:37 UTC | Modified: | 2009-05-01 17:18 UTC |
|
||||||||||
| From: | pahan at hubbitus dot info | Assigned: | shire (profile) | |||||||||||
| Status: | Closed | Package: | Reproducible crash | |||||||||||
| PHP Version: | 5.3.0beta1 | OS: | Linux | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2009-03-08 09:37 UTC] pahan at hubbitus dot info
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 [pasha@x-www _SHARED_]$ ulimit -c unlimited [pasha@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.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2009-03-10 11:12 UTC] pahan at hubbitus dot info
[2009-03-10 18:23 UTC] scottmac@php.net
[2009-03-22 01:19 UTC] shire@php.net
[2009-03-26 17:32 UTC] dmitry@php.net