ID:               27773
 Updated by:       [EMAIL PROTECTED]
 Reported By:      krasnov at euroweb dot ru
-Status:           Open
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: FreeBSD 4.8 RELEASE
 PHP Version:      4.3.5
 New Comment:

Report this bug to the zend guys then, as it is not a problem with PHP
but with their optimizer.



regards,

Derick


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

[2004-03-30 09:06:25] krasnov at euroweb dot ru

The same effect with the latest ZendOptimizer-2.5.1

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

[2004-03-30 08:55:26] krasnov at euroweb dot ru

Complete list of directives in pnp.ini

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

[Zend]

zend_optimizer.optimization_level=15

zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.1.0

zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.1.0

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so

zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

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



Without php.ini all works and do not carshes.

The same config with php 4.3.4 works fine.

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

[2004-03-30 08:46:19] [EMAIL PROTECTED]

Do you have any PHP or Zend extensions loaded via php.ini? 

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

[2004-03-30 07:17:40] krasnov at euroweb dot ru

After removal of this code Apache 2.0.49 and Apache 2.0.48 stop to
throw exceptions (means Segmentation Faults) in main thread upon -HUP
(-1) or graceful restart. (Bug #27735)

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

[2004-03-30 06:44:01] krasnov at euroweb dot ru

I have found that php NOT crash if i remove the following code from
TSRM_API void tsrm_shutdown(void) (file TSRM.c)



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

if (resource_types_table && resource_types_table[j].dtor) {

   resource_types_table[j].dtor(p->storage[j], &p->storage);

}

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

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/27773

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

Reply via email to