Custom Query (267 matches)
Results (13 - 15 of 267)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #240 | invalid | trunk segfaults with 5.3 | moo | tony2001 |
| Description |
XCache from SVN trunk crashes with PHP 5.3 Valgrind log: ==5152== Invalid read of size 1 ==5152== at 0x5CA95A2: xc_php_find_dmz (xcache.c:148) ==5152== by 0x5CADB4E: xc_compile_file_ex (xcache.c:1710) ==5152== by 0x5CAE25D: xc_compile_file (xcache.c:1904) ==5152== by 0x5FAAEF: compile_filename (zend_language_scanner.l:386) ==5152== by 0x705764: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:22390) ==5152== by 0x675463: execute (zend_vm_execute.h:104) ==5152== by 0x64344B: zend_execute_scripts (zend.c:1188) ==5152== by 0x5C4D84: php_execute_script (main.c:2244) ==5152== by 0x7369C2: main (cgi_main.c:2215) GDB backtrace: Program terminated with signal 11, Segmentation fault.
#0 0x00002b13584015a2 in xc_php_find_dmz (php=0x7fff53549680) at /local/build/xcache_trunk/xcache.c:148
148 if (memcmp(php->md5, p->md5, sizeof(php->md5)) == 0) {
(gdb) bt
#0 0x00002b13584015a2 in xc_php_find_dmz (php=0x7fff53549680) at /local/build/xcache_trunk/xcache.c:148
#1 0x00002b1358405b4f in xc_compile_file_ex (xce=0x7fff53549740, h=0x7fff53549870, type=2)
at /local/build/xcache_trunk/xcache.c:1710
#2 0x00002b135840625e in xc_compile_file (h=0x7fff53549870, type=2) at /local/build/xcache_trunk/xcache.c:1904
#3 0x00000000005faaf0 in compile_filename (type=2, filename=0x2b13638ee280) at Zend/zend_language_scanner.l:386
#4 0x0000000000705765 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x2b13632d8d38)
at /local/build/php/5_3.eye/Zend/zend_vm_execute.h:22390
#5 0x0000000000675464 in execute (op_array=0xd2ebc0) at /local/build/php/5_3.eye/Zend/zend_vm_execute.h:104
#6 0x000000000064344c in zend_execute_scripts (type=8, retval=0x0, file_count=3)
at /local/build/php/5_3.eye/Zend/zend.c:1188
#7 0x00000000005c4d85 in php_execute_script (primary_file=0x7fff5354e0e0) at /local/build/php/5_3.eye/main/main.c:2244
#8 0x00000000007369c3 in main (argc=4, argv=0x7fff5354e318) at /local/build/php/5_3.eye/sapi/cgi/cgi_main.c:2215
php.ini entries: xcache.coredump_directory = /local/tmp/php-cores/ xcache.cacher = On xcache.size = 150M xcache.slots = 16K xcache.count = 4 xcache.gc_interval = 0 xcache.ttl = 0 xcache.var_size = 0 xcache.var_count = 1 xcache.var_slots = 64K xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 xcache.optimizer = On xcache.stat = On |
|||
| #194 | worksforme | PHP 5.3 class type hint must be null error with namespaces | moo | tom@… |
| Description |
Using xcache from svn trunk, once any class that uses class type hints in a method definition with null as the default value has been cached, php engine will throw a fatal error complaining that the default value is *not* null, if you "use" the same namespace as the one you are working in. trivial example: <?php namespace My::NS; use My::NS; class A { public function test(A $obj=null) { var_dump($obj); } } actual result: "Fatal error: Default value for parameters with a class type hint can only be NULL in ..." expected: no errors |
|||
| #54 | fixed | 1.2.0-rc1 does not compile on Solaris 10 with native m4 | moo | toha |
| Description |
$ uname -a SunOS xxx 5.10 Generic_118855-19 i86pc i386 i86pc $ gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) # /opt/local/bin/phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 # ./configure --prefix=/opt/local --enable-xcache --with-php-config=/opt/local/bin/php- config[[BR]] checking for egrep... egrep checking for a sed that does not truncate output... /opt/csw/bin/gsed checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether gcc and cc understand -c and -o together... yes checking if compiler supports -R... yes checking build system type... i386-pc-solaris2.10 checking host system type... i386-pc-solaris2.10 checking target system type... i386-pc-solaris2.10 checking for PHP prefix... /opt/local checking for PHP includes... -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib checking for PHP extension directory... /opt/local/lib/php/extensions/no-debug-non-zts-20060613 checking for PHP installed headers prefix... /opt/local/include/php checking for re2c... no configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking for XCache support... yes, shared checking for XCache handle of compile time constant... yes checking for XCache optimizer... no checking for XCache coverager... no checking for XCache assembler... no checking for XCache disassembler... no checking for XCache encoder... no checking for XCache decoder... no checking for XCache self test... no checking for XCache self test... no checking for gawk... /opt/csw/bin/gawk checking for m4... /usr/ccs/bin/m4 checking for grep... /usr/bin/grep checking for sed... /opt/csw/bin/gsed checking for indent... /opt/SUNWspro/bin/indent checking if you have opcode_spec_def.h for XCache... no checking for ld used by gcc... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking for /usr/ccs/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/ccs/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 262144 checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.10 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no configure: creating ./config.status config.status: creating config.h root@web:/opt/src/xcache# gmake gcc -I. -I/opt/src/xcache -DPHP_ATOM_INC -I/opt/src/xcache/include -I/opt/src/xcache/main -I/opt/src/xcache -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -E /opt/src/xcache/includes.c -o ./includes.i ./structinfo.m4 is optional if XCache test is not enabled, feel free if it awk failed to produce it LANG=C /opt/csw/bin/gawk -f /opt/src/xcache/mkstructinfo.awk < ./includes.i > ./structinfo.m4.tmp && mv -f ./structinfo.m4.tmp ./structinfo.m4 /usr/ccs/bin/m4 -D srcdir="/opt/src/xcache" -D builddir="." /opt/src/xcache/processor/main.m4 > ./processor.out.tmp /usr/ccs/bin/m4:/opt/src/xcache/processor/main.m4:/opt/src/xcache/processor/head.m4:40 bad macro name define(ONCE errprint(`AUTOCHECK INFO: runtime autocheck Disabled (optimized build) ')) gmake: *** [processor.out] Error 1 |
|||
Note: See TracQuery
for help on using queries.

