Ticket #98 (closed defect: invalid)
Zend/zend_hash.c(533) : Block 0x00000000 status: NULL
| Reported by: | judas_iscariote | Owned by: | moo |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.1 |
| Component: | cacher | Version: | 1.2-dev |
| Keywords: | strange zend_hash | Cc: | |
| Blocked By: | PHP Version: | 5.2.4-dev | |
| Application: | Need User Feedback: | no | |
| Other Exts: | SAPI: | FastCGI | |
| Probability: | Blocking: |
Description
The following strange message happends only when XCache is loaded.
Zend/zend_hash.c(533) : Block 0x00000000 status: NULL
How to reproduce:
1. Compile a debug build of current PHP 5_2 CVS
2. compile XCache and use the xcache-test.ini
use either fastcgi or CLI SAPI and attempt to execute a non existent file
you will see
Could not open input file: cdscsdcs [Mon Jun 11 18:18:06 2007] Script: '-' --------------------------------------- /home/cristian/php5/Zend/zend_hash.c(533) : Block 0x00000000 status: NULL --------------------------------------- [Mon Jun 11 18:18:06 2007] Script: '-' --------------------------------------- /home/cristian/php5/Zend/zend_hash.c(533) : Block 0x00000000 status: NULL ---------------------------------------
I have absolutely no idea why this happends ;-)
Change History
Note: See
TracTickets for help on using
tickets.

