php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72044 Error in `php': free(): invalid next size (fast):
Submitted: 2016-04-17 17:30 UTC Modified: 2016-05-22 04:22 UTC
Votes:5
Avg. Score:4.8 ± 0.4
Reproduced:4 of 4 (100.0%)
Same Version:1 (25.0%)
Same OS:0 (0.0%)
From: thomas dot andersson at gmail dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 7.0.5 OS: Ubuntu 14.04
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: thomas dot andersson at gmail dot com
New email:
PHP Version: OS:

 

 [2016-04-17 17:30 UTC] thomas dot andersson at gmail dot com
Description:
------------
Running some scripts causes this error, seems to mainly affect scripts with a lot to process. 

Running in CLI. 

----

export USE_ZEND_ALLOC=0


Script starts in CLI and beginning to process, and then it crashes.

$ php artisan sales_orders:confirm
<< here goes output from php script >>
Error in `php': free(): invalid next size (fast): 0x000055bfe038aae0 ***
Aborted (core dumped)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-04-17 17:36 UTC] requinix@php.net
-Status: Open +Status: Feedback
 [2016-04-17 17:36 UTC] requinix@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2016-04-17 18:12 UTC] thomas dot andersson at gmail dot com
-Status: Feedback +Status: Open
 [2016-04-17 18:12 UTC] thomas dot andersson at gmail dot com
forge@tmlinuxweb2:~/dashboard.trademax.se/envoyer/current$ gdb /usr/bin/php
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/php...(no debugging symbols found)...done.
(gdb) run artisan sales_orders:confirm
Starting program: /usr/bin/php artisan sales_orders:confirm
Warning: couldn't activate thread debugging using libthread_db: Cannot find new threads: generic error
warning: File "/lib/x86_64-linux-gnu/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
	add-auto-load-safe-path /lib/x86_64-linux-gnu/libthread_db-1.0.so
line to your configuration file "/home/forge/.gdbinit".
To completely disable this security protection add
	set auto-load safe-path /
line to your configuration file "/home/forge/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
	info "(gdb)Auto-loading safe path"
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
Confirming S1101877...
  Validation Failed for Line 10000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming FRE114185...
  Validation Failed: Email Field in Delivery Address is invalid
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1032304...
  Validation Failed for Line 20000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1032863...
  Validation Failed for Line 10000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1033068...
  Validation Failed for Line 10000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1033102...
  Validation Failed for Line 20000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1033136...
  Validation Failed for Line 10000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1033202...
  Validation Failed for Line 10000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming FRE114265...
  Validation Failed: Email Field in Delivery Address is invalid
  CONFIRMATION was rejected because of one of subscribers
Confirming S1201007...
  Validation Failed: Email Field in Delivery Address is invalid
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1033091...
  Validation Failed for Line 10000: Storage code can not be used with purchase code ""
  CONFIRMATION was rejected because of one of subscribers
Confirming FRE114294...
  Validation Failed for Line 10000: Storage code can not be used with purchase code "REKL"
  CONFIRMATION was rejected because of one of subscribers
Confirming FO1033316...
  Validation Failed for Line 10000: ordered product with item no "DiverseTrademax" was not found
  Validation Failed for Line 10000: Price Per Unit is 0
  CONFIRMATION was rejected because of one of subscribers
Confirming E11483895...
*** Error in `/usr/bin/php': free(): invalid next size (fast): 0x0000555556d1a9a0 ***

Program received signal SIGABRT, Aborted.
0x00007ffff64b9cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x00007ffff64b9cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x00007ffff64bd0d8 in __GI_abort () at abort.c:89
#2  0x00007ffff64f6394 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7ffff6604b28 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
#3  0x00007ffff650266e in malloc_printerr (ptr=<optimized out>, str=0x7ffff6604cc8 "free(): invalid next size (fast)", action=1) at malloc.c:4996
#4  _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3840
#5  0x00007ffff591251a in pdo_parse_params () from /usr/lib/php/20151012/pdo.so
#6  0x00007ffff590f130 in ?? () from /usr/lib/php/20151012/pdo.so
#7  0x00007fffe9a69ab1 in nr_zend_call_old_handler () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_internal_instrument.c:130
#8  0x00007fffe9a6abc7 in _nr_inner_wrapper_function_pdostatement_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_internal_instrument.c:969
#9  0x000055555579953b in dtrace_execute_internal ()
#10 0x00005555558227e4 in ?? ()
#11 0x00005555557e4bbb in execute_ex ()
#12 0x0000555555799439 in dtrace_execute_ex ()
#13 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#14 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#15 0x00005555558224b0 in ?? ()
#16 0x00005555557e4bbb in execute_ex ()
#17 0x0000555555799439 in dtrace_execute_ex ()
#18 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#19 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#20 0x00005555558224b0 in ?? ()
#21 0x00005555557e4bbb in execute_ex ()
#22 0x0000555555799439 in dtrace_execute_ex ()
#23 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#24 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#25 0x00005555558224b0 in ?? ()
#26 0x00005555557e4bbb in execute_ex ()
#27 0x0000555555799439 in dtrace_execute_ex ()
#28 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#29 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#30 0x00005555558224b0 in ?? ()
#31 0x00005555557e4bbb in execute_ex ()
#32 0x0000555555799439 in dtrace_execute_ex ()
#33 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#34 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#35 0x00005555558224b0 in ?? ()
#36 0x00005555557e4bbb in execute_ex ()
#37 0x0000555555799439 in dtrace_execute_ex ()
#38 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#39 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#40 0x00005555558224b0 in ?? ()
#41 0x00005555557e4bbb in execute_ex ()
#42 0x0000555555799439 in dtrace_execute_ex ()
#43 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#44 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#45 0x00005555558224b0 in ?? ()
#46 0x00005555557e4bbb in execute_ex ()
#47 0x0000555555799439 in dtrace_execute_ex ()
#48 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
---Type <return> to continue, or q <return> to quit---
#49 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#50 0x00005555558224b0 in ?? ()
#51 0x00005555557e4bbb in execute_ex ()
#52 0x0000555555799439 in dtrace_execute_ex ()
#53 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#54 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#55 0x00005555558224b0 in ?? ()
#56 0x00005555557e4bbb in execute_ex ()
#57 0x0000555555799439 in dtrace_execute_ex ()
#58 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#59 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#60 0x00005555558224b0 in ?? ()
#61 0x00005555557e4bbb in execute_ex ()
#62 0x0000555555799439 in dtrace_execute_ex ()
#63 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#64 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#65 0x00005555558224b0 in ?? ()
#66 0x00005555557e4bbb in execute_ex ()
#67 0x0000555555799439 in dtrace_execute_ex ()
#68 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#69 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#70 0x00005555558224b0 in ?? ()
#71 0x00005555557e4bbb in execute_ex ()
#72 0x0000555555799439 in dtrace_execute_ex ()
#73 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#74 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#75 0x00005555558224b0 in ?? ()
#76 0x00005555557e4bbb in execute_ex ()
#77 0x0000555555799439 in dtrace_execute_ex ()
#78 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#79 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#80 0x00005555558224b0 in ?? ()
#81 0x00005555557e4bbb in execute_ex ()
#82 0x0000555555799439 in dtrace_execute_ex ()
#83 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#84 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#85 0x000055555579ad6c in zend_call_function ()
#86 0x00005555556efe2d in zif_call_user_func_array ()
#87 0x000055555579953b in dtrace_execute_internal ()
#88 0x00005555558227e4 in ?? ()
#89 0x00005555557e4bbb in execute_ex ()
#90 0x0000555555799439 in dtrace_execute_ex ()
#91 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#92 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#93 0x000055555579ad6c in zend_call_function ()
#94 0x00005555556efe2d in zif_call_user_func_array ()
#95 0x000055555579953b in dtrace_execute_internal ()
#96 0x00005555558227e4 in ?? ()
#97 0x00005555557e4bbb in execute_ex ()
---Type <return> to continue, or q <return> to quit---
#98 0x0000555555799439 in dtrace_execute_ex ()
#99 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#100 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#101 0x00005555558224b0 in ?? ()
#102 0x00005555557e4bbb in execute_ex ()
#103 0x0000555555799439 in dtrace_execute_ex ()
#104 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#105 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#106 0x0000555555821c27 in ?? ()
#107 0x00005555557e4bbb in execute_ex ()
#108 0x0000555555799439 in dtrace_execute_ex ()
#109 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#110 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#111 0x00005555558224b0 in ?? ()
#112 0x00005555557e4bbb in execute_ex ()
#113 0x0000555555799439 in dtrace_execute_ex ()
#114 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#115 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#116 0x00005555558224b0 in ?? ()
#117 0x00005555557e4bbb in execute_ex ()
#118 0x0000555555799439 in dtrace_execute_ex ()
#119 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#120 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#121 0x00005555558224b0 in ?? ()
#122 0x00005555557e4bbb in execute_ex ()
#123 0x0000555555799439 in dtrace_execute_ex ()
#124 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#125 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#126 0x000055555579ad6c in zend_call_function ()
#127 0x00005555556efe2d in zif_call_user_func_array ()
#128 0x000055555579953b in dtrace_execute_internal ()
#129 0x00005555558227e4 in ?? ()
#130 0x00005555557e4bbb in execute_ex ()
#131 0x0000555555799439 in dtrace_execute_ex ()
#132 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#133 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#134 0x000055555579ad6c in zend_call_function ()
#135 0x00005555556efe2d in zif_call_user_func_array ()
#136 0x000055555579953b in dtrace_execute_internal ()
#137 0x00005555558227e4 in ?? ()
#138 0x00005555557e4bbb in execute_ex ()
#139 0x0000555555799439 in dtrace_execute_ex ()
#140 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#141 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#142 0x00005555558224b0 in ?? ()
#143 0x00005555557e4bbb in execute_ex ()
#144 0x0000555555799439 in dtrace_execute_ex ()
#145 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#146 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
---Type <return> to continue, or q <return> to quit---
#147 0x0000555555821c27 in ?? ()
#148 0x00005555557e4bbb in execute_ex ()
#149 0x0000555555799439 in dtrace_execute_ex ()
#150 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#151 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#152 0x00005555558224b0 in ?? ()
#153 0x00005555557e4bbb in execute_ex ()
#154 0x0000555555799439 in dtrace_execute_ex ()
#155 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#156 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#157 0x000055555579ad6c in zend_call_function ()
#158 0x00005555556efe2d in zif_call_user_func_array ()
#159 0x000055555579953b in dtrace_execute_internal ()
#160 0x00005555558227e4 in ?? ()
#161 0x00005555557e4bbb in execute_ex ()
#162 0x0000555555799439 in dtrace_execute_ex ()
#163 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#164 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#165 0x000055555579ad6c in zend_call_function ()
#166 0x00005555556efe2d in zif_call_user_func_array ()
#167 0x000055555579953b in dtrace_execute_internal ()
#168 0x00005555558227e4 in ?? ()
#169 0x00005555557e4bbb in execute_ex ()
#170 0x0000555555799439 in dtrace_execute_ex ()
#171 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#172 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#173 0x00005555558224b0 in ?? ()
#174 0x00005555557e4bbb in execute_ex ()
#175 0x0000555555799439 in dtrace_execute_ex ()
#176 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#177 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#178 0x00005555558224b0 in ?? ()
#179 0x00005555557e4bbb in execute_ex ()
#180 0x0000555555799439 in dtrace_execute_ex ()
#181 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#182 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#183 0x00005555558224b0 in ?? ()
#184 0x00005555557e4bbb in execute_ex ()
#185 0x0000555555799439 in dtrace_execute_ex ()
#186 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#187 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#188 0x00005555558224b0 in ?? ()
#189 0x00005555557e4bbb in execute_ex ()
#190 0x0000555555799439 in dtrace_execute_ex ()
#191 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#192 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#193 0x00005555558224b0 in ?? ()
#194 0x00005555557e4bbb in execute_ex ()
#195 0x0000555555799439 in dtrace_execute_ex ()
---Type <return> to continue, or q <return> to quit---
#196 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#197 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#198 0x000055555579ad6c in zend_call_function ()
#199 0x00005555556efe2d in zif_call_user_func_array ()
#200 0x000055555579953b in dtrace_execute_internal ()
#201 0x00005555558227e4 in ?? ()
#202 0x00005555557e4bbb in execute_ex ()
#203 0x0000555555799439 in dtrace_execute_ex ()
#204 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#205 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#206 0x0000555555821c27 in ?? ()
#207 0x00005555557e4bbb in execute_ex ()
#208 0x0000555555799439 in dtrace_execute_ex ()
#209 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#210 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#211 0x00005555558224b0 in ?? ()
#212 0x00005555557e4bbb in execute_ex ()
#213 0x0000555555799439 in dtrace_execute_ex ()
#214 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#215 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#216 0x0000555555821c27 in ?? ()
#217 0x00005555557e4bbb in execute_ex ()
#218 0x0000555555799439 in dtrace_execute_ex ()
#219 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#220 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#221 0x00005555558224b0 in ?? ()
#222 0x00005555557e4bbb in execute_ex ()
#223 0x0000555555799439 in dtrace_execute_ex ()
#224 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#225 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#226 0x00005555558224b0 in ?? ()
#227 0x00005555557e4bbb in execute_ex ()
#228 0x0000555555799439 in dtrace_execute_ex ()
#229 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#230 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#231 0x00005555558224b0 in ?? ()
#232 0x00005555557e4bbb in execute_ex ()
#233 0x0000555555799439 in dtrace_execute_ex ()
#234 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#235 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#236 0x00005555558224b0 in ?? ()
#237 0x00005555557e4bbb in execute_ex ()
#238 0x0000555555799439 in dtrace_execute_ex ()
#239 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#240 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#241 0x000055555579ad6c in zend_call_function ()
#242 0x00005555556efe2d in zif_call_user_func_array ()
#243 0x000055555579953b in dtrace_execute_internal ()
#244 0x00005555558227e4 in ?? ()
---Type <return> to continue, or q <return> to quit---
#245 0x00005555557e4bbb in execute_ex ()
#246 0x0000555555799439 in dtrace_execute_ex ()
#247 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#248 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#249 0x00005555558224b0 in ?? ()
#250 0x00005555557e4bbb in execute_ex ()
#251 0x0000555555799439 in dtrace_execute_ex ()
#252 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#253 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#254 0x00005555558224b0 in ?? ()
#255 0x00005555557e4bbb in execute_ex ()
#256 0x0000555555799439 in dtrace_execute_ex ()
#257 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#258 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#259 0x00005555558224b0 in ?? ()
#260 0x00005555557e4bbb in execute_ex ()
#261 0x0000555555799439 in dtrace_execute_ex ()
#262 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#263 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#264 0x00005555558224b0 in ?? ()
#265 0x00005555557e4bbb in execute_ex ()
#266 0x0000555555799439 in dtrace_execute_ex ()
#267 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#268 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#269 0x00005555558224b0 in ?? ()
#270 0x00005555557e4bbb in execute_ex ()
#271 0x0000555555799439 in dtrace_execute_ex ()
#272 0x00007fffe9a77c72 in nr_zend_call_orig_execute_special () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_user_instrument.c:62
#273 0x00007fffe9a61449 in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1112
#274 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#275 0x00005555558224b0 in ?? ()
#276 0x00005555557e4bbb in execute_ex ()
#277 0x0000555555799439 in dtrace_execute_ex ()
#278 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#279 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#280 0x00005555558224b0 in ?? ()
#281 0x00005555557e4bbb in execute_ex ()
#282 0x0000555555799439 in dtrace_execute_ex ()
#283 0x00007fffe9a6176d in nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1186
#284 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#285 0x00005555558224b0 in ?? ()
#286 0x00005555557e4bbb in execute_ex ()
#287 0x0000555555799439 in dtrace_execute_ex ()
#288 0x00007fffe9a618bc in nr_php_execute_file () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:832
#289 nr_php_execute_enabled () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1054
#290 0x00007fffe9a61e02 in nr_php_execute () at /home/hudson/slave-workspace/workspace/PHP_Release_Agent/label/centos5-64-nrcamp/agent/php_execute.c:1296
#291 0x000055555582dc5f in zend_execute ()
#292 0x00005555557a8a84 in zend_execute_scripts ()
#293 0x000055555574c8e8 in php_execute_script ()
---Type <return> to continue, or q <return> to quit---
#294 0x000055555582f839 in ?? ()
#295 0x000055555563c620 in main ()
(gdb)
 [2016-05-13 08:48 UTC] krakjoe@php.net
-Status: Open +Status: Feedback
 [2016-05-13 08:48 UTC] krakjoe@php.net
What is PHP_Release_Agent ?

I'm not able to find out what it is, or why it is present.
 [2016-05-13 08:58 UTC] krakjoe@php.net
It seems connected to new relic, try unloading it.
 [2016-05-22 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2017-08-09 09:12 UTC] gyula dot madarasz at gmail dot com
Same error occurred for me:

*** Error in `/usr/bin/php': free(): invalid size: 0x000000000b20b2a0 ***
bash: line 1:  4228 Aborted                 (core dumped) env "IDE_CODECEPTION_EXE"="/var/www/html/aProject/vendor/bin/codecept" "JETBRAINS_REMOTE_RUN"="1" "XDEBUG_CONFIG"="idekey=13052" /usr/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=172.18.0.1 /home/tester/.phpstorm_helpers/codeception.php run --report -o "reporters: report: PhpStorm_Codeception_ReportPrinter" --no-ansi --no-interaction unit

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 23:01:28 2024 UTC