This commit has added 14 segfaults in the tests (HEAD only, ZTS only). The backtrace is always similar to this:
Core was generated by `/local/qa/head.zts/sapi/cgi/php-cgi -C -n -d output_handler= -d open_basedir= -'. Program terminated with signal 11, Segmentation fault. #0 0x00007fc5ae41ddd3 in ?? () from /usr/lib64/libicuuc.so.40 (gdb) bt #0 0x00007fc5ae41ddd3 in ?? () from /usr/lib64/libicuuc.so.40 #1 0x00000000008dfec0 in zend_string_to_unicode_ex (conv=0x137c2b0, target=0x7fffb90c9d30, target_len=0x7fffb90c9d1c, source=0x137c4d8 "PHPSESSID", source_len=9, status=0x7fffb90c9cb8) at /local/qa/head.zts/Zend/zend_unicode.c:226 #2 0x00000000008e1351 in zend_string_to_unicode (conv=0x137c2b0, u=0x7fffb90c9d30, u_len=0x7fffb90c9d1c, s=0x137c4d8 "PHPSESSID", s_len=9, tsrm_ls=0xfc71b0) at /local/qa/head.zts/Zend/zend_unicode.c:604 #3 0x00000000008463ac in php_register_variable_with_conv (conv=0x137c2b0, var=0x137c4d8 "PHPSESSID", var_len=9, val=0x137c4e2 "rfc1867-tests", val_len=13, array_ptr=0x137c3b0, filter_arg=2, tsrm_ls=0xfc71b0) at /local/qa/head.zts/main/php_variables.c:56 #4 0x0000000000848052 in php_default_treat_data (arg=2, str=0x0, destArray=0x0, tsrm_ls=0xfc71b0) at /local/qa/head.zts/main/php_variables.c:616 #5 0x0000000000849482 in php_hash_environment (tsrm_ls=0xfc71b0) at /local/qa/head.zts/main/php_variables.c:933 #6 0x000000000082e9d1 in php_request_startup (tsrm_ls=0xfc71b0) at /local/qa/head.zts/main/main.c:1489 #7 0x0000000000a1e8e5 in main (argc=85, argv=0x7fffb90cc408) at /local/qa/head.zts/sapi/cgi/cgi_main.c:1972 (gdb) f 1 #1 0x00000000008dfec0 in zend_string_to_unicode_ex (conv=0x137c2b0, target=0x7fffb90c9d30, target_len=0x7fffb90c9d1c, source=0x137c4d8 "PHPSESSID", source_len=9, status=0x7fffb90c9cb8) at /local/qa/head.zts/Zend/zend_unicode.c:226 226 ucnv_resetToUnicode(conv); -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php