php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70399 SIGABRT, Aborted at raise.c
Submitted: 2015-09-01 09:18 UTC Modified: 2015-09-02 12:48 UTC
From: opitz dot alexander at googlemail dot com Assigned:
Status: Duplicate Package: *General Issues
PHP Version: 7.0.0RC1 OS: Linux
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: opitz dot alexander at googlemail dot com
New email:
PHP Version: OS:

 

 [2015-09-01 09:18 UTC] opitz dot alexander at googlemail dot com
Description:
------------
While trying to run the TYPO3 functional tests I get several core dumps.

- the abortes are sporadic
- checkout was git master branch at commit 66770f9c37e3821582b02f77867bf09141e59a51

Expected result:
----------------
No SIGABRT

Actual result:
--------------
SIGABRT

Backtrace:
#0  0x00007f07db735267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55
#1  0x00007f07db736eca in __GI_abort () at abort.c:89
#2  0x00007f07db72e03d in __assert_fail_base (fmt=0x7f07db890028 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x10536c0 "(arr)->gc.refcount <= 1", file=file@entry=0x1053690 "/php7/Zend/zend_variables.c", line=line@entry=43, function=function@entry=0x10537a0 <__PRETTY_FUNCTION__.8772> "_zval_dtor_func") at assert.c:92
#3  0x00007f07db72e0f2 in __GI___assert_fail (assertion=0x10536c0 "(arr)->gc.refcount <= 1", file=0x1053690 "/php7/Zend/zend_variables.c", line=43, function=0x10537a0 <__PRETTY_FUNCTION__.8772> "_zval_dtor_func") at assert.c:101
#4  0x00000000009e13f2 in _zval_dtor_func (p=0x7f07d4ccc070, __zend_filename=0x1050580 "/php7/Zend/zend_constants.c", __zend_lineno=36) at /php7/Zend/zend_variables.c:43
#5  0x00000000009c802e in _zval_dtor (zvalue=0x7f07d4ca7940, __zend_filename=0x1050580 "/php7/Zend/zend_constants.c", __zend_lineno=36) at /php7/Zend/zend_variables.h:44
#6  0x00000000009c813f in free_zend_constant (zv=0x7ffc3db30060) at /php7/Zend/zend_constants.c:36
#7  0x00000000009fa293 in _zend_hash_del_el_ex (ht=0x2e46f90, idx=1880, p=0x2f60690, prev=0x0) at /php7/Zend/zend_hash.c:958
#8  0x00000000009fa372 in _zend_hash_del_el (ht=0x2e46f90, idx=1880, p=0x2f60690) at /php7/Zend/zend_hash.c:982
#9  0x00000000009fbbb3 in zend_hash_reverse_apply (ht=0x2e46f90, apply_func=0x9c82db <clean_non_persistent_constant>) at /php7/Zend/zend_hash.c:1555
#10 0x00000000009c8773 in clean_non_persistent_constants () at /php7/Zend/zend_constants.c:161
#11 0x00000000009cb659 in shutdown_executor () at /php7/Zend/zend_execute_API.c:378
#12 0x00000000009e3df7 in zend_deactivate () at /php7/Zend/zend.c:969
#13 0x000000000094c602 in php_request_shutdown (dummy=0x0) at /php7/main/main.c:1810
#14 0x0000000000aab98c in do_cli (argc=1, argv=0x2e2a360) at /php7/sapi/cli/php_cli.c:1139
#15 0x0000000000aac207 in main (argc=1, argv=0x2e2a360) at /php7/sapi/cli/php_cli.c:1338

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-09-01 13:31 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2015-09-01 13:31 UTC] laruence@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2015-09-01 13:44 UTC] opitz dot alexander at googlemail dot com
-Status: Feedback +Status: Open
 [2015-09-01 13:44 UTC] opitz dot alexander at googlemail dot com
Take a look into the description in https://bugs.php.net/bug.php?id=70398
 [2015-09-02 12:48 UTC] bwoebi@php.net
-Status: Open +Status: Duplicate
 [2015-09-02 12:48 UTC] bwoebi@php.net
These aborts look very very likely related to bug #70398 … Thus closing as duplicate.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC