]> git.pld-linux.org Git - packages/php.git/commit
update php-systzdata.patch: r13: adapt for upstream changes to use PHP allocator
authorElan Ruusamäe <glen@delfi.ee>
Tue, 10 Nov 2015 21:23:26 +0000 (23:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 10 Nov 2015 21:23:26 +0000 (23:23 +0200)
commit909e9211186296ed6f96bb3de7ff49fb12f92dd5
tree87688fb39cc95e52df60669f4f14202610d966a1
parent9361e182008e267a508e124e72128bb7622ef5a5
update php-systzdata.patch: r13: adapt for upstream changes to use PHP allocator

fixes segfault on php shutdown:

 Program received signal SIGSEGV, Segmentation fault.
 0x00007ffff7a12f0a in _efree () from /usr/lib64/libphp_common-7.0.0RC6.so
 (gdb) bt
 #0  0x00007ffff7a12f0a in _efree () from /usr/lib64/libphp_common-7.0.0RC6.so
 #1  0x00007ffff7946277 in timelib_tzinfo_dtor () from /usr/lib64/libphp_common-7.0.0RC6.so
 #2  0x00007ffff7a46606 in zend_hash_destroy () from /usr/lib64/libphp_common-7.0.0RC6.so
 #3  0x00007ffff791c68c in zm_deactivate_date () from /usr/lib64/libphp_common-7.0.0RC6.so
 #4  0x00007ffff7a3c154 in zend_deactivate_modules () from /usr/lib64/libphp_common-7.0.0RC6.so
 #5  0x00007ffff79d56c5 in php_request_shutdown () from /usr/lib64/libphp_common-7.0.0RC6.so
 #6  0x0000000000405879 in ?? ()
 #7  0x0000000000404d81 in main ()
 (gdb)

patch updated from remi repo
https://github.com/remicollet/remirepo/blob/master/php/php70/php-7.0.0-systzdata-v13.patch
php-systzdata.patch
This page took 0.043564 seconds and 4 git commands to generate.