ID: 46220 Comment by: typo3 at maltejansen dot de Reported By: typo3 at maltejansen dot de Status: Feedback Bug Type: Reproducible crash Operating System: Windows XP SP2 PHP Version: 5.3.0alpha2 New Comment:
I just added some echo-output in each line of the construtor of F3::Testing::Model:TestRunner. An now I got no crash but Fatal Error. I have never seen such an message before and looks not like one from the FLOW3-Framework... ( ! ) Fatal error: Call to a member function getComponentManager() on a non-object in D:\workspace-flow3\htdocs\development\Packages\Testing\Classes\Model\F3_Testing_Model_TestRunner.php on line 0 Call Stack # Time Memory Function Location 1 0.0007 337536 {main}( ) ..\index.php:0 2 0.0251 590568 F3::FLOW3->run( ) ..\index.php:30 3 37.2597 31130128 F3::FLOW3::MVC::Web::RequestHandler->handleRequest( ) ..\F3_FLOW3.php:443 4 37.3568 31149368 F3::FLOW3::MVC::Dispatcher->dispatch( ) ..\F3_FLOW3_MVC_Web_RequestHandler.php:85 5 37.3571 31149368 F3::FLOW3::MVC::Dispatcher->getPreparedController( ) ..\F3_FLOW3_MVC_Dispatcher.php:123 6 37.3576 31149728 F3::FLOW3::Component::Factory->getComponent( ) ..\F3_FLOW3_MVC_Dispatcher.php:141 7 37.3576 31149728 F3::FLOW3::Component::ObjectBuilder->createComponentObject( ) ..\F3_FLOW3_Component_Factory.php:121 8 37.3656 31161256 F3::FLOW3::Component::ObjectBuilder->injectSetterProperties( ) ..\F3_FLOW3_Component_ObjectBuilder.php:110 9 37.3656 31161256 F3::FLOW3::Component::Factory->getComponent( ) ..\F3_FLOW3_Component_ObjectBuilder.php:271 10 37.3657 31161256 F3::FLOW3::Component::ObjectBuilder->createComponentObject( ) ..\F3_FLOW3_Component_Factory.php:115 11 37.3669 31161408 ReflectionClass->newInstanceArgs( ) ..\F3_FLOW3_Component_ObjectBuilder.php:103 12 37.3670 31161480 F3::Testing::AbstractTestRunner->__construct( ) ..\F3_Testing_AbstractTestRunner.php:0 13 37.3670 31161480 F3::FLOW3::Component::Factory->getComponent( ) ..\F3_Testing_AbstractTestRunner.php:87 14 37.3671 31161624 F3::FLOW3::Component::ObjectBuilder->createComponentObject( ) ..\F3_FLOW3_Component_Factory.php:121 15 38.4300 31354576 ReflectionClass->newInstanceArgs( ) ..\F3_FLOW3_Component_ObjectBuilder.php:103 16 38.4300 31354576 F3::Testing::Model::TestRunner->__construct( ) ..\F3_Testing_Model_TestRunner.php:0 ( ! ) Fatal error: Exception thrown without a stack frame in Unknown on line 0 Call Stack # Time Memory Function Location 1 0.0007 337536 {main}( ) ..\index.php:0 2 0.0251 590568 F3::FLOW3->run( ) ..\index.php:30 3 37.2597 31130128 F3::FLOW3::MVC::Web::RequestHandler->handleRequest( ) ..\F3_FLOW3.php:443 4 37.3568 31149368 F3::FLOW3::MVC::Dispatcher->dispatch( ) ..\F3_FLOW3_MVC_Web_RequestHandler.php:85 5 37.3571 31149368 F3::FLOW3::MVC::Dispatcher->getPreparedController( ) ..\F3_FLOW3_MVC_Dispatcher.php:123 6 37.3576 31149728 F3::FLOW3::Component::Factory->getComponent( ) ..\F3_FLOW3_MVC_Dispatcher.php:141 7 37.3576 31149728 F3::FLOW3::Component::ObjectBuilder->createComponentObject( ) ..\F3_FLOW3_Component_Factory.php:121 8 37.3656 31161256 F3::FLOW3::Component::ObjectBuilder->injectSetterProperties( ) ..\F3_FLOW3_Component_ObjectBuilder.php:110 9 37.3656 31161256 F3::FLOW3::Component::Factory->getComponent( ) ..\F3_FLOW3_Component_ObjectBuilder.php:271 10 37.3657 31161256 F3::FLOW3::Component::ObjectBuilder->createComponentObject( ) ..\F3_FLOW3_Component_Factory.php:115 11 37.3669 31161408 ReflectionClass->newInstanceArgs( ) ..\F3_FLOW3_Component_ObjectBuilder.php:103 12 37.3670 31161480 F3::Testing::AbstractTestRunner->__construct( ) ..\F3_Testing_AbstractTestRunner.php:0 13 37.3670 31161480 F3::FLOW3::Component::Factory->getComponent( ) ..\F3_Testing_AbstractTestRunner.php:87 14 37.3671 31161624 F3::FLOW3::Component::ObjectBuilder->createComponentObject( ) ..\F3_FLOW3_Component_Factory.php:121 15 38.4300 31354576 ReflectionClass->newInstanceArgs( ) ..\F3_FLOW3_Component_ObjectBuilder.php:103 16 38.4300 31354576 F3::Testing::Model::TestRunner->__construct( ) ..\F3_Testing_Model_TestRunner.php:0 --- Next I will test the latest SnapShot... Previous Comments: ------------------------------------------------------------------------ [2008-10-02 18:05:25] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows (zip): http://snaps.php.net/win32/php5.3-win32-latest.zip For Windows (installer): http://snaps.php.net/win32/php5.3-win32-installer-latest.msi ------------------------------------------------------------------------ [2008-10-02 17:27:24] typo3 at maltejansen dot de Ok, the it's not related to the comment. But it still crashes :( ------------------------------------------------------------------------ [2008-10-02 17:04:59] typo3 at maltejansen dot de Description: ------------ (The crashes seem to be only on windows.) Writing something to a static member var causes a crash instead of on error like "Don't write something into a static member var." Seems to be relate to the comment: http://de.php.net/manual/en/language.oop5.static.php#85277 Reproduce code: --------------- The F3_Testing_Model_TestRunner is called by F3_Testing_TestRunnerWeb http://forge.typo3.org/repositories/changes/package-testing/trunk/Classes/F3_Testing_TestRunnerWeb.php http://forge.typo3.org/repositories/entry/package-testing/trunk/Classes/Model/F3_Testing_Model_TestRunner.php Expected result: ---------------- An error message should be shown, that's not possible to write into static member var. Actual result: -------------- Apache crashes. (Xampp for Windows with PHP5.3alpha2) If I removed the lines, writing into the static member var, in the constructor of F3::Testing::Model::TestRunner and the script is working. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46220&edit=1