php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73691 SegFault on start php interpreter
Submitted: 2016-12-08 15:35 UTC Modified: 2016-12-08 15:55 UTC
From: coyote01 at gmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 7.1.0 OS: Ubuntu 16.10
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: coyote01 at gmail dot com
New email:
PHP Version: OS:

 

 [2016-12-08 15:35 UTC] coyote01 at gmail dot com
Description:
------------
PHP 7.1.0 carsh after run ./php or ./php -v

Backtrace:
#0  0x0000555555d6dd34 in zval_addref_p (pz=0x5555578e3c30) at /tmp/php-build/source/7.1.0/Zend/zend_types.h:829
#1  0x0000555555d71e02 in do_inherit_iface_constant (name=0x5555684c5e50, c=0x5555578e3c30, ce=0x5555685d29d0, iface=0x5555684c46e0)
    at /tmp/php-build/source/7.1.0/Zend/zend_inheritance.c:1005
#2  0x0000555555d72212 in zend_do_implement_interface (ce=0x5555685d29d0, iface=0x5555684c46e0) at /tmp/php-build/source/7.1.0/Zend/zend_inheritance.c:1054
#3  0x0000555555d269e1 in zend_class_implements (class_entry=0x5555685d29d0, num_interfaces=0) at /tmp/php-build/source/7.1.0/Zend/zend_API.c:2690
#4  0x00007fffed1673ad in zephir_Phalcon_Mvc_Model_Query_Builder_init (type=1, module_number=54)
    at /tmp/php-build/source/phalcon-master/build/php7/64bits/phalcon.zep.c:114280
#5  0x00007fffed26b37b in zm_startup_phalcon (type=1, module_number=54) at /tmp/php-build/source/phalcon-master/build/php7/64bits/phalcon.zep.c:162153
#6  0x0000555555d23a36 in zend_startup_module_ex (module=0x555556825cc0) at /tmp/php-build/source/7.1.0/Zend/zend_API.c:1843
#7  0x0000555555d23a98 in zend_startup_module_zval (zv=0x5555567f1ba0) at /tmp/php-build/source/7.1.0/Zend/zend_API.c:1858
#8  0x0000555555d32034 in zend_hash_apply (ht=0x5555567778e0 <module_registry>, apply_func=0x555555d23a75 <zend_startup_module_zval>)
    at /tmp/php-build/source/7.1.0/Zend/zend_hash.c:1508
#9  0x0000555555d24064 in zend_startup_modules () at /tmp/php-build/source/7.1.0/Zend/zend_API.c:1969
#10 0x0000555555c80b96 in php_module_startup (sf=0x55555674fd60 <cli_sapi_module>, additional_modules=0x0, num_additional_modules=0)
    at /tmp/php-build/source/7.1.0/main/main.c:2256
#11 0x0000555555e03da4 in php_cli_startup (sapi_module=0x55555674fd60 <cli_sapi_module>) at /tmp/php-build/source/7.1.0/sapi/cli/php_cli.c:424
#12 0x0000555555e060dc in main (argc=3, argv=0x5555567aae10) at /tmp/php-build/source/7.1.0/sapi/cli/php_cli.c:1345



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-08 15:55 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2016-12-08 15:55 UTC] requinix@php.net
Phalcon does not appear to be compatible with PHP 7.1 yet.

Please file a bug with their project. If they decide it is a PHP bug then we can reopen this.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC