We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行列子 抛出错误 *** Error in `php': malloc(): memory corruption: 0x00000000030a57f0 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x7dd4d)[0x7fbdffff9d4d] /lib64/libc.so.6(__libc_malloc+0x4c)[0x7fbdffffbfbc] /usr/local/libdatrie/lib/libdatrie.so.1(trie_new+0x13)[0x7fbdf797a1b3] /usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/trie_filter.so(zif_trie_filter_new+0x31)[0x7fbdf7b7fac1] php[0x8b7678] php(execute_ex+0x38)[0x82f988] php(zend_execute_scripts+0x170)[0x807a00] php(php_execute_script+0x232)[0x7a8b82] php[0x8b93f1] php[0x43c17f] /lib64/libc.so.6(__libc_start_main+0xf5)[0x7fbdfff9db35] php[0x43c21a] ======= Memory map: ======== 00400000-00ba3000 r-xp 00000000 ca:01 1753197 /usr/local/php/bin/php 00da2000-00e55000 r--p 007a2000 ca:01 1753197 /usr/local/php/bin/php 00e55000-00e68000 rw-p 00855000 ca:01 1753197 ...
The text was updated successfully, but these errors were encountered:
可以考虑试一下这个 https://github.com/iliubang/php_double_array_trie_tree
Sorry, something went wrong.
No branches or pull requests
执行列子 抛出错误
*** Error in `php': malloc(): memory corruption: 0x00000000030a57f0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7dd4d)[0x7fbdffff9d4d]
/lib64/libc.so.6(__libc_malloc+0x4c)[0x7fbdffffbfbc]
/usr/local/libdatrie/lib/libdatrie.so.1(trie_new+0x13)[0x7fbdf797a1b3]
/usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/trie_filter.so(zif_trie_filter_new+0x31)[0x7fbdf7b7fac1]
php[0x8b7678]
php(execute_ex+0x38)[0x82f988]
php(zend_execute_scripts+0x170)[0x807a00]
php(php_execute_script+0x232)[0x7a8b82]
php[0x8b93f1]
php[0x43c17f]
/lib64/libc.so.6(__libc_start_main+0xf5)[0x7fbdfff9db35]
php[0x43c21a]
======= Memory map: ========
00400000-00ba3000 r-xp 00000000 ca:01 1753197 /usr/local/php/bin/php
00da2000-00e55000 r--p 007a2000 ca:01 1753197 /usr/local/php/bin/php
00e55000-00e68000 rw-p 00855000 ca:01 1753197
...
The text was updated successfully, but these errors were encountered: