php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70545 "random" segfault while delivering a laravel application
Submitted: 2015-09-21 13:51 UTC Modified: 2020-04-12 04:22 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: gunter at grodotzki dot co dot za Assigned: cmb (profile)
Status: No Feedback Package: opcache
PHP Version: 5.5.29 OS: Ubuntu 14.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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gunter at grodotzki dot co dot za
New email:
PHP Version: OS:

 

 [2015-09-21 13:51 UTC] gunter at grodotzki dot co dot za
Description:
------------
Due to NDA I can not release the source code but I will happily work together with a developer.

Basically:
- Apache segfaults while testing our application (testing = requesting various url endpoints via curl and then checking source code for expected strings - via "behat")
- does not happen on Production (AWS/ElasticBeanstalk)
- happens almost predictable after x-many builds on Bamboo (Atlassian)
- reproducible on Ubuntu 14.10 via VirtualBox (stock PHP and self compiled latest 5.5.29)
- happens during behat tests, e.g. multiple calls on a Laraval Application via Apache + mod_php
- the "only" difference towards Production: on the build server we make extensively use of the "filesystem" (e.g. no memcache, sessions are saved on filesytem, etc.) - PHP code wise 100% the same though

Any ideas how I can further debug this problem? According to bt it suggests a problem with opcache?

Actual result:
--------------
# gdb /usr/sbin/apache2 /root/core-apache2.15105 
GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs
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/sbin/apache2...Reading symbols from /usr/lib/debug//usr/sbin/apache2...done.
done.
[New LWP 15105]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal SIGBUS, Bus error.
#0  0x00007fadf8f3a2b7 in lex_scan (zendlval=0x7ffca41c0d18) at Zend/zend_language_scanner.c:1090
1090			yych = *YYCURSOR;
(gdb) bt
#0  0x00007fadf8f3a2b7 in lex_scan (zendlval=0x7ffca41c0d18) at Zend/zend_language_scanner.c:1090
#1  0x00007fadf8f7beb2 in zendlex (zendlval=0x7ffca41c0d10) at /home/ubuntu/php-5.5.29/Zend/zend_compile.c:6788
#2  0x00007fadf8f302d4 in zendparse () at /home/ubuntu/php-5.5.29/Zend/zend_language_parser.c:3436
#3  0x00007fadf8f38b49 in compile_file (file_handle=0x7ffca41c34c0, type=2) at Zend/zend_language_scanner.l:588
#4  0x00007fadf8f7f367 in dtrace_compile_file (file_handle=0x7ffca41c34c0, type=2) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:40
#5  0x00007fadf8ca9d9d in phar_compile_file (file_handle=0x7ffca41c34c0, type=2) at /home/ubuntu/php-5.5.29/ext/phar/phar.c:3388
#6  0x00007fadedabba0e in compile_and_cache_file (file_handle=0x7ffca41c34c0, type=2, 
    key=0x7fadedce3c34 <accel_globals+372> "/home/bamboo/bm/storage/framework/views/ef48eda9f4faa3cb68f1a034e4c73f0a", key_length=72, op_array_p=0x7ffca41c3398, 
    from_shared_memory=0x7ffca41c3388) at /home/ubuntu/php-5.5.29/ext/opcache/ZendAccelerator.c:1347
#7  0x00007fadedabc761 in persistent_compile_file (file_handle=0x7ffca41c34c0, type=2) at /home/ubuntu/php-5.5.29/ext/opcache/ZendAccelerator.c:1625
#8  0x00007fadf8f38d33 in compile_filename (type=2, filename=0x7fae000509a8) at Zend/zend_language_scanner.l:631
#9  0x00007fadf9030aff in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x7fadfd2748f0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:31014
#10 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd2748f0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#11 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd2748f0) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#12 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfef6bd48) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#13 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd2747b8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#14 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd2747b8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#15 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd2747b8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#16 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd2747b8) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#17 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfef686c0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#18 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd2746a0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#19 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd2746a0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#20 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd2746a0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#21 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd2746a0) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#22 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffed1c48) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#23 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd2745b8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#24 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd2745b8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#25 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd2745b8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#26 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd2745b8) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#27 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffee2888) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#28 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd274490) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#29 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd274490) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#30 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd274490) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#31 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd274490) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
---Type <return> to continue, or q <return> to quit---
#32 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffef1160) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#33 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd274380) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#34 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd274380) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#35 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd274380) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#36 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd274380) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#37 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfff362e0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#38 0x00007fadf9030d05 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x7fadfd274260) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:31053
#39 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd274260) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#40 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd274260) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#41 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfef6bd48) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#42 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd274128) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#43 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd274128) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#44 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd274128) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#45 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd274128) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#46 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfef686c0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#47 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd274010) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#48 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd274010) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#49 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd274010) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#50 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd274010) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#51 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffed1c48) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#52 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273f28) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#53 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273f28) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#54 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273f28) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#55 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273f28) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#56 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffee2888) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#57 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273e00) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#58 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273e00) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#59 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273e00) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#60 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273e00) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#61 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffef1160) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#62 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273cf0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#63 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273cf0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#64 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273cf0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#65 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273cf0) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
---Type <return> to continue, or q <return> to quit---
#66 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffee9920) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#67 0x00007fadf9030d05 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x7fadfd273bb0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:31053
#68 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273bb0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#69 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273bb0) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#70 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfef6bd48) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#71 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273a78) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#72 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273a78) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#73 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273a78) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#74 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273a78) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#75 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfef686c0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#76 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273960) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#77 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273960) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#78 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273960) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#79 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273960) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#80 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffed1c48) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#81 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273878) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#82 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273878) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#83 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273878) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#84 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273878) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#85 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffee2888) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#86 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273750) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#87 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273750) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#88 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273750) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#89 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273750) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#90 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffef1160) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#91 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273658) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#92 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273658) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#93 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273658) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#94 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273658) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#95 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffeaf270) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#96 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd2734f8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#97 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd2734f8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#98 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd2734f8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#99 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd2734f8) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
---Type <return> to continue, or q <return> to quit---
#100 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffeee1c0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#101 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd2733c8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#102 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd2733c8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#103 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd2733c8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#104 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd2733c8) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#105 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfec738d8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#106 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273290) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#107 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273290) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#108 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273290) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#109 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273290) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#110 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffe5db20) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#111 0x00007fadf8f83103 in zend_call_function (fci=0x7ffca41c5280, fci_cache=0x7ffca41c5250) at /home/ubuntu/php-5.5.29/Zend/zend_execute_API.c:934
#112 0x00007fadf8dbff6b in zif_call_user_func (ht=2, return_value=0x7fadffdfc028, return_value_ptr=0x0, this_ptr=0x0, return_value_used=1)
    at /home/ubuntu/php-5.5.29/ext/standard/basic_functions.c:4787
#113 0x00007fadf8fd9266 in execute_internal (execute_data_ptr=0x7fadfd273168, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_execute.c:1484
#114 0x00007fadf8f7f548 in dtrace_execute_internal (execute_data_ptr=0x7fadfd273168, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:97
#115 0x00007fadf8fda32c in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd273168) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:552
#116 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd273168) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#117 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd273168) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#118 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd273168) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#119 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffe58568) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#120 0x00007fadf8f83103 in zend_call_function (fci=0x7ffca41c5670, fci_cache=0x7ffca41c5640) at /home/ubuntu/php-5.5.29/Zend/zend_execute_API.c:934
#121 0x00007fadf8dbff6b in zif_call_user_func (ht=2, return_value=0x7fadffe7c648, return_value_ptr=0x0, this_ptr=0x0, return_value_used=1)
    at /home/ubuntu/php-5.5.29/ext/standard/basic_functions.c:4787
#122 0x00007fadf8fd9266 in execute_internal (execute_data_ptr=0x7fadfd272ff0, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_execute.c:1484
#123 0x00007fadf8f7f548 in dtrace_execute_internal (execute_data_ptr=0x7fadfd272ff0, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:97
#124 0x00007fadf8fda32c in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272ff0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:552
#125 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272ff0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#126 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272ff0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#127 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272ff0) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#128 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffba1938) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#129 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272ed0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#130 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272ed0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#131 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272ed0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
---Type <return> to continue, or q <return> to quit---
#132 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272ed0) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#133 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfec5f158) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#134 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272da8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#135 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272da8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#136 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272da8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#137 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272da8) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#138 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfec5e700) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#139 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272c98) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#140 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272c98) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#141 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272c98) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#142 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272c98) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#143 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfec5cf88) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#144 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272b98) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#145 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272b98) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#146 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272b98) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#147 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272b98) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#148 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfefa0008) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#149 0x00007fadf8f83103 in zend_call_function (fci=0x7ffca41c5f60, fci_cache=0x7ffca41c5f30) at /home/ubuntu/php-5.5.29/Zend/zend_execute_API.c:934
#150 0x00007fadf8dbff6b in zif_call_user_func (ht=2, return_value=0x7fadffba8470, return_value_ptr=0x0, this_ptr=0x0, return_value_used=1)
    at /home/ubuntu/php-5.5.29/ext/standard/basic_functions.c:4787
#151 0x00007fadf8fd9266 in execute_internal (execute_data_ptr=0x7fadfd272a90, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_execute.c:1484
#152 0x00007fadf8f7f548 in dtrace_execute_internal (execute_data_ptr=0x7fadfd272a90, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:97
#153 0x00007fadf8fda32c in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272a90) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:552
#154 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272a90) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#155 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272a90) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#156 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272a90) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#157 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffc06928) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#158 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272960) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#159 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272960) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#160 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272960) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#161 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272960) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#162 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffd92da0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#163 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272838) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#164 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272838) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
---Type <return> to continue, or q <return> to quit---
#165 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272838) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#166 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272838) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#167 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffc06aa8) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#168 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272708) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#169 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272708) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#170 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272708) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#171 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272708) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#172 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffd85060) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#173 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd2725e0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#174 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd2725e0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#175 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd2725e0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#176 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd2725e0) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#177 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffbba7d0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#178 0x00007fadf8f83103 in zend_call_function (fci=0x7ffca41c6850, fci_cache=0x7ffca41c6820) at /home/ubuntu/php-5.5.29/Zend/zend_execute_API.c:934
#179 0x00007fadf8dbff6b in zif_call_user_func (ht=2, return_value=0x7fadffb9d968, return_value_ptr=0x0, this_ptr=0x0, return_value_used=1)
    at /home/ubuntu/php-5.5.29/ext/standard/basic_functions.c:4787
#180 0x00007fadf8fd9266 in execute_internal (execute_data_ptr=0x7fadfd272468, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_execute.c:1484
#181 0x00007fadf8f7f548 in dtrace_execute_internal (execute_data_ptr=0x7fadfd272468, fci=0x0, return_value_used=1) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:97
#182 0x00007fadf8fda32c in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272468) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:552
#183 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272468) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#184 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272468) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#185 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272468) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#186 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadffba1938) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#187 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272348) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#188 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272348) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#189 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272348) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#190 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272348) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#191 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfec38d60) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#192 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272238) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
#193 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272238) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#194 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272238) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#195 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272238) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#196 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfec384a0) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#197 0x00007fadf8fda518 in zend_do_fcall_common_helper_SPEC (execute_data=0x7fadfd272128) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:584
---Type <return> to continue, or q <return> to quit---
#198 0x00007fadf8fdaad0 in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7fadfd272128) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:685
#199 0x00007fadf8fd99f4 in execute_ex (execute_data=0x7fadfd272128) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:363
#200 0x00007fadf8f7f490 in dtrace_execute_ex (execute_data=0x7fadfd272128) at /home/ubuntu/php-5.5.29/Zend/zend_dtrace.c:73
#201 0x00007fadf8fd9a7d in zend_execute (op_array=0x7fadfd2acb08) at /home/ubuntu/php-5.5.29/Zend/zend_vm_execute.h:388
#202 0x00007fadf8f97bc7 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /home/ubuntu/php-5.5.29/Zend/zend.c:1327
#203 0x00007fadf8efd422 in php_execute_script (primary_file=0x7ffca41c9250) at /home/ubuntu/php-5.5.29/main/main.c:2525
#204 0x00007fadf904f749 in php_handler (r=0x7fadfd061620) at /home/ubuntu/php-5.5.29/sapi/apache2handler/sapi_apache2.c:667
#205 0x00007fadfd126eb0 in ap_run_handler (r=r@entry=0x7fadfd061620) at config.c:169
#206 0x00007fadfd1273f9 in ap_invoke_handler (r=r@entry=0x7fadfd061620) at config.c:433
#207 0x00007fadfd13cbac in ap_internal_redirect (new_uri=<optimized out>, r=<optimized out>) at http_request.c:648
#208 0x00007fadee936ea2 in handler_redirect (r=0x7fadfd0670a0) at mod_rewrite.c:5106
#209 0x00007fadfd126eb0 in ap_run_handler (r=r@entry=0x7fadfd0670a0) at config.c:169
#210 0x00007fadfd1273f9 in ap_invoke_handler (r=0x7fadfd0670a0) at config.c:433
#211 0x00007fadfd13d282 in ap_process_async_request (r=0x7fadfd0670a0) at http_request.c:317
#212 0x00007fadfd13d420 in ap_process_request (r=0x7fadfd0670a0) at http_request.c:363
#213 0x00007fadfd139d22 in ap_process_http_sync_connection (c=0x7fadfd169290) at http_core.c:190
#214 ap_process_http_connection (c=0x7fadfd169290) at http_core.c:231
#215 0x00007fadfd130710 in ap_run_process_connection (c=0x7fadfd169290) at connection.c:41
#216 0x00007fadf9b3d7ba in child_main (child_num_arg=-1541665512) at prefork.c:704
#217 0x00007fadf9b3da01 in make_child (s=0x7fadfd32ede0, slot=0) at prefork.c:800
#218 0x00007fadf9b3da72 in startup_children (number_to_start=5) at prefork.c:818
#219 0x00007fadf9b3e734 in prefork_run (_pconf=0x7fadfd36deb8 <ap_server_conf>, plog=0x7fadfd32a028, s=0x7fadfd32ede0) at prefork.c:976
#220 0x00007fadfd10ccae in ap_run_mpm (pconf=0x7fadfd35c028, plog=0x7fadfd32a028, s=0x7fadfd32ede0) at mpm_common.c:94
#221 0x00007fadfd1061f3 in main (argc=3, argv=0x7ffca41c9a58) at main.c:777
(gdb) frame 6
#6  0x00007fadedabba0e in compile_and_cache_file (file_handle=0x7ffca41c34c0, type=2, 
    key=0x7fadedce3c34 <accel_globals+372> "/home/bamboo/bm/storage/framework/views/ef48eda9f4faa3cb68f1a034e4c73f0a", key_length=72, op_array_p=0x7ffca41c3398, 
    from_shared_memory=0x7ffca41c3388) at /home/ubuntu/php-5.5.29/ext/opcache/ZendAccelerator.c:1347
1347				*op_array_p = accelerator_orig_compile_file(file_handle, type TSRMLS_CC);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-09-09 07:59 UTC] gunter at grodotzki dot co dot za
One year later, a lot has changed on our side, but we are still getting php-crashes:

- upgraded to Ubuntu 15.10
- upgraded to latest PHP5.6 (the core-dump from below is still from an older PHP version, but same issue)
- still reproducible with a login (POST) that is causing php to crash (any subsequent logins thereafter work)
- made our test server closer to prod (using memcache for cache, redis for sessions)
- switched over to PHP-FPM
- on production this still is not an issue



BT:
(gdb) bt
#0  lex_scan (zendlval=zendlval@entry=0x7fff5f52ea48) at Zend/zend_language_scanner.c:2250
#1  0x00000000006f1202 in zendlex (zendlval=zendlval@entry=0x7fff5f52ea40) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_compile.c:6902
#2  0x00000000006cabc6 in zendparse () at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_language_parser.c:3734
#3  0x00000000006d0411 in compile_file (file_handle=file_handle@entry=0x7fff5f530fa0, type=2) at Zend/zend_language_scanner.l:586
#4  0x00000000006f7a6a in dtrace_compile_file (file_handle=0x7fff5f530fa0, type=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:40
#5  0x0000000000572133 in phar_compile_file (file_handle=<optimized out>, type=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/phar/phar.c:3368
#6  0x00000000006d06ed in compile_filename (type=type@entry=2, filename=filename@entry=0x33a26c0) at Zend/zend_language_scanner.l:629
#7  0x00000000007b53d3 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x7f4d4000a930) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:31387
#8  0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d4000a930) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#9  0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d4000a930) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#10 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#11 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d4000a650) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#12 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d4000a650) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#13 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#14 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d4000a330) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#15 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d4000a330) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#16 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#17 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d4000a1a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#18 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d4000a1a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#19 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#20 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40009f00) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#21 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40009f00) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#22 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#23 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40009b88) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
---Type <return> to continue, or q <return> to quit---
#24 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40009b88) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#25 0x00000000007b5448 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x7f4d40009580) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:31425
#26 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40009580) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#27 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40009580) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#28 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#29 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400092a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#30 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400092a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#31 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#32 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40008f80) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#33 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40008f80) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#34 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#35 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40008df0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#36 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40008df0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#37 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#38 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40008b50) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#39 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40008b50) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#40 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#41 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400087d8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#42 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400087d8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#43 0x00000000007b5448 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (execute_data=0x7f4d40008410) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:31425
#44 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40008410) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#45 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40008410) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#46 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#47 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40008130) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
---Type <return> to continue, or q <return> to quit---
#48 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40008130) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#49 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#50 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40007e10) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#51 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40007e10) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#52 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#53 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40007c80) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#54 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40007c80) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#55 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#56 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400079e0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#57 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400079e0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#58 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#59 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40007680) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#60 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40007680) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#61 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#62 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400073b8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#63 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400073b8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#64 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#65 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400071a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#66 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400071a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#67 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#68 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40006e60) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#69 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40006e60) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#70 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f533200, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f5331d0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
---Type <return> to continue, or q <return> to quit---
#71 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x34ead70, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#72 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#73 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#74 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40006be0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#75 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40006be0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#76 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f5335b0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f533580)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#77 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3410ce0, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#78 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#79 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#80 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40006960) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#81 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40006960) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#82 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#83 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400066e8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#84 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400066e8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#85 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#86 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40006288) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#87 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40006288) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#88 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#89 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400060d8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
---Type <return> to continue, or q <return> to quit---
#90 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400060d8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#91 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#92 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40005e20) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#93 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40005e20) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#94 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#95 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40005b20) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#96 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40005b20) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#97 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f5340e0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f5340b0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#98 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3412678, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#99 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#100 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#101 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40005940) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#102 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40005940) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#103 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#104 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40005708) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#105 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40005708) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#106 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f534610, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f5345e0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#107 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x3413248, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#108 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
---Type <return> to continue, or q <return> to quit---
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#109 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#110 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40005480) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#111 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40005480) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#112 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f5349c0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f534990)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#113 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3427378, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#114 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#115 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#116 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40004fe0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#117 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40004fe0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#118 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f534d70, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f534d40)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#119 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3413688, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#120 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#121 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#122 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40004ca0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#123 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40004ca0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#124 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#125 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40004a48) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
---Type <return> to continue, or q <return> to quit---
#126 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40004a48) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#127 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#128 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400045f8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#129 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400045f8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#130 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#131 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40004300) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#132 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40004300) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#133 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#134 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40004178) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#135 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40004178) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#136 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f535720, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f5356f0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#137 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x346df30, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#138 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#139 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#140 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40003f98) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#141 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40003f98) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#142 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#143 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40003d70) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#144 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40003d70) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#145 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f535c50, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f535c20)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
---Type <return> to continue, or q <return> to quit---
#146 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x346ea58, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#147 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#148 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#149 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40003b48) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#150 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40003b48) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#151 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f536000, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f535fd0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#152 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x346ff68, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#153 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#154 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#155 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400036a8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#156 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400036a8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#157 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#158 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40003390) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#159 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40003390) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#160 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f536530, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f536500)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#161 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x3470040, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#162 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
---Type <return> to continue, or q <return> to quit---
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#163 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#164 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40002ec8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#165 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40002ec8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#166 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f5368e0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f5368b0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#167 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3472118, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#168 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#169 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#170 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40002a28) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#171 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40002a28) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#172 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#173 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40002710) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#174 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40002710) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#175 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f536e10, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f536de0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#176 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x3474c00, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#177 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#178 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#179 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40002248) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
---Type <return> to continue, or q <return> to quit---
#180 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40002248) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#181 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f5371c0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f537190)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#182 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3474a50, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#183 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#184 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#185 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40001da8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#186 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40001da8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#187 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#188 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40001aa8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#189 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40001aa8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#190 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f5376f0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f5376c0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#191 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x3474e38, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#192 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#193 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#194 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40001640) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#195 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40001640) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#196 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f537aa0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f537a70)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
---Type <return> to continue, or q <return> to quit---
#197 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3482060, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#198 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#199 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#200 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400011a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#201 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400011a0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#202 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#203 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40000ea8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#204 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40000ea8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#205 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#206 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40000c48) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#207 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40000c48) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#208 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f538150, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f538120)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#209 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x34837c0, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#210 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#211 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#212 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d40000a60) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#213 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d40000a60) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#214 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f538500, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f5384d0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
---Type <return> to continue, or q <return> to quit---
#215 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x34804e0, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#216 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#217 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#218 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400005c0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#219 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400005c0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#220 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#221 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d400002c8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#222 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d400002c8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#223 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#224 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3fffff88) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#225 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3fffff88) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#226 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f538bb0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f538b80)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#227 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x3488f08, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#228 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#229 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#230 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3ffffda0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#231 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3ffffda0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#232 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f538f60, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f538f30)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
---Type <return> to continue, or q <return> to quit---
#233 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3489310, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#234 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#235 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#236 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3ffff900) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#237 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3ffff900) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#238 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#239 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3ffff628) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#240 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3ffff628) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#241 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f539490, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f539460)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#242 0x0000000000622503 in zif_call_user_func_array (ht=<optimized out>, return_value=0x3489a88, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4784
#243 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#244 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#245 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3ffff420) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#246 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3ffff420) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#247 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f539840, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f539810)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#248 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x348a570, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#249 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
---Type <return> to continue, or q <return> to quit---
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#250 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#251 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3fffef80) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#252 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3fffef80) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#253 0x00000000006f996f in zend_call_function (fci=fci@entry=0x7fff5f539bf0, fci_cache=<optimized out>, fci_cache@entry=0x7fff5f539bc0)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_execute_API.c:829
#254 0x00000000006223ba in zif_call_user_func (ht=<optimized out>, return_value=0x3490958, return_value_ptr=<optimized out>, this_ptr=<optimized out>,
    return_value_used=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/ext/standard/basic_functions.c:4759
#255 0x00000000006f7c7a in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:97
#256 0x00000000007b6f67 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:560
#257 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3fffec40) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#258 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3fffec40) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#259 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#260 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3fffe9f8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#261 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3fffe9f8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#262 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#263 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3fffe5f0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#264 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3fffe5f0) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#265 0x00000000007b7440 in zend_do_fcall_common_helper_SPEC (execute_data=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:592
#266 0x0000000000745f90 in execute_ex (execute_data=execute_data@entry=0x7f4d3fffe1f8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_vm_execute.h:363
#267 0x00000000006f7b21 in dtrace_execute_ex (execute_data=0x7f4d3fffe1f8) at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend_dtrace.c:73
#268 0x000000000070a630 in zend_execute_scripts (type=type@entry=8, retval=retval@entry=0x0, file_count=file_count@entry=3)
    at /build/php5-UFDVby/php5-5.6.11+dfsg/Zend/zend.c:1341
---Type <return> to continue, or q <return> to quit---
#269 0x00000000006a5800 in php_execute_script (primary_file=primary_file@entry=0x7fff5f53c7e0) at /build/php5-UFDVby/php5-5.6.11+dfsg/main/main.c:2597
#270 0x00000000004664f2 in main (argc=<optimized out>, argv=<optimized out>) at /build/php5-UFDVby/php5-5.6.11+dfsg/sapi/fpm/fpm/fpm_main.c:2047
 [2020-03-31 13:51 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-03-31 13:51 UTC] cmb@php.net
Do you still get these crashes with any of the actively supported
PHP versions[1]?

[1] <php.net/supported-versions.php>
 [2020-04-12 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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 20:01:29 2024 UTC