ID:               49997
 Updated by:       johan...@php.net
 Reported By:      flavius dot as at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Linux x86_64
 PHP Version:      5.3.0
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


Previous Comments:
------------------------------------------------------------------------

[2009-10-26 13:22:49] flavius dot as at gmail dot com

Description:
------------
PHP 5.3.0 crashes when a class is implementing an interface declared in
another namespace

Reproduce code:
---------------
Hi

I am sorry, I was unable to isolate the bug and create a PoC.
However the code (which is rather small) can be found at
svn://yet-another-project.com/projects/yap.

Rev 1. is working, but the crashing code is commented out, Rev.2
crashes when issuing /trunk/tests/runtests.sh.

The tests were written with PHPUnit 3.4.1 in mind.
The error message when running the testsuite through /usr/bin/phpunit
is:
./runtests.sh: line 3: 16512 Segmentation fault      phpunit
--bootstrap bootstrap.php --configuration phpunit.xml testunit/

But when issuing /usr/bin/php /usr/bin/phpunit --bootstrap
bootstrap.php --configuration phpunit.xml testunit/ I only get:
Segmentation fault

See the diff between r1 and r2.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49997&edit=1

Reply via email to