Changes between Initial Version and Version 3 of Ticket #10
- Timestamp:
- 10/11/2006 02:19:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10
- Property status changed from new to closed
- Property component changed from component2 to cacher
- Property priority changed from trivial to minor
- Property version changed from 2.0 to 1.0.2
- Property milestone changed from to 1.0.3
- Property owner changed from somebody to moo
- Property resolution changed from to fixed
-
Ticket #10 – description
initial v3 1 1 When using xcache.readonly_protection = On, I get the following segfault : 2 2 3 {{{ 3 4 #0 xc_restore_zend_op_array (processor=0xbfc0d040, dst=0x82bbd18, src=0xb27950dc) at processor_real.c:13241 4 5 13241 memcpy(dst, src, sizeof(zend_uint)); … … 15 16 #2 0xb6ad9402 in xc_processor_restore_xc_entry_t (dst=0xbfc0d440, src=0xb4795058, readonly_protection=1 '\001') at processor_real.c:805 16 17 #3 0xb6adb1e5 in xc_compile_file (h=0xbfc0f850, type=2) at /soft/sources/php/xcache-1.0-rc3/xcache.c:760 18 }}} 17 19 18 20 Platform is Linux (Suse 9.2)/PHP 5.1.4 w hardened-php 0.4.9/xcache 1.0RC3

