|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-05-29 02:35 UTC] xiangzhai83 at gmail dot com
-Status: Open
+Status: Closed
[2015-05-29 02:35 UTC] xiangzhai83 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 09:00:01 2025 UTC |
Description: ------------ $ gdb php $ r -v ... Program received signal SIGSEGV, Segmentation fault. zend_startup_module_ex (module=0x0) at /data/project/php/php-src/Zend/zend_API.c:1818 1818 if (module->module_started) { $ print $1 = (zend_module_entry *) 0x0 so zend_module_entry* module is a NULL ptr. when disabled mysqli.so module, then php -v is ok. gcc 5.1.1 ArchLinux 4.0.4-2-ARCH ... x86_64 GNU/Linux libmariadbclient 10.0.18 my configure argument is almost like ArchLinux`s PKGBUILD https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/php#n61 Regards, Leslie Zhai