<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>php 7.3.0 roundcube crash on debian 9</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/605 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="605"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  &lt;div class="code"&gt;&lt;pre class="txt"&gt;Disable xdebug.&lt;/pre&gt;&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/605/rev-raw/62447e241a94de0dbb5b0970805e1bc1ddb2d547/0-solution.txt" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/605#0-solution.txt"&gt;0-solution.txt&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  &lt;div class="code"&gt;&lt;pre class="txt"&gt;root:/usr/include/php/20180731&amp;gt; gdb /usr/sbin/apache2 /var/lib/systemd/coredump/core.apache2.33.6ecc48c1271d4aff8f8a432527e96d8b.2454.1546069566000000&#13;
GNU gdb (Debian 8.2-1) 8.2&#13;
Copyright (C) 2018 Free Software Foundation, Inc.&#13;
License GPLv3+: GNU GPL version 3 or later &amp;lt;http://gnu.org/licenses/gpl.html&amp;gt;&#13;
This is free software: you are free to change and redistribute it.&#13;
There is NO WARRANTY, to the extent permitted by law.&#13;
Type &amp;quot;show copying&amp;quot; and &amp;quot;show warranty&amp;quot; for details.&#13;
This GDB was configured as &amp;quot;x86_64-linux-gnu&amp;quot;.&#13;
Type &amp;quot;show configuration&amp;quot; for configuration details.&#13;
For bug reporting instructions, please see:&#13;
&amp;lt;http://www.gnu.org/software/gdb/bugs/&amp;gt;.&#13;
Find the GDB manual and other documentation resources online at:&#13;
    &amp;lt;http://www.gnu.org/software/gdb/documentation/&amp;gt;.&#13;
&#13;
For help, type &amp;quot;help&amp;quot;.&#13;
Type &amp;quot;apropos word&amp;quot; to search for commands related to &amp;quot;word&amp;quot;...&#13;
Reading symbols from /usr/sbin/apache2...Reading symbols from /usr/lib/debug/.build-id/e0/4739643d3019f3e932132adbbb8b972afbede5.debug...done.&#13;
done.&#13;
[New LWP 2454]&#13;
[Thread debugging using libthread_db enabled]&#13;
Using host libthread_db library &amp;quot;/lib/x86_64-linux-gnu/libthread_db.so.1&amp;quot;.&#13;
Core was generated by `/usr/sbin/apache2 -k start'.&#13;
Program terminated with signal SIGSEGV, Segmentation fault.&#13;
#0  zend_gc_addref (p=0xffffffff00000006) at ./Zend/zend_types.h:1025&#13;
1025		return GC_ADDREF(Z_COUNTED_P(pz));&#13;
(gdb) bt&#13;
#0  zend_gc_addref (p=0xffffffff00000006) at ./Zend/zend_types.h:1025&#13;
#1  zval_addref_p (pz=0x7f31f841d310) at ./Zend/zend_types.h:1025&#13;
#2  ZEND_SEND_VAR_EX_SPEC_CV_QUICK_HANDLER () at ./Zend/zend_vm_execute.h:37385&#13;
#3  execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:59314&#13;
#4  0x00007f31f9070ed7 in execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:55510&#13;
#5  0x00007f31fa652f03 in xdebug_execute_ex (execute_data=0x7f31f841d2c0) at ./build-7.3/xdebug.c:1868&#13;
#6  0x00007f31f8e4b379 in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER () at ./Zend/zend_vm_execute.h:961&#13;
#7  0x00007f31f9070ed7 in execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:55510&#13;
#8  0x00007f31fa652f03 in xdebug_execute_ex (execute_data=0x7f31f841d0a0) at ./build-7.3/xdebug.c:1868&#13;
#9  0x00007f31f906aadc in ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER () at ./Zend/zend_vm_execute.h:12738&#13;
#10 0x00007f31f9070ed7 in execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:55510&#13;
#11 0x00007f31fa652f03 in xdebug_execute_ex (execute_data=0x7f31f841d030) at ./build-7.3/xdebug.c:1868&#13;
#12 0x00007f31f9077407 in zend_execute (op_array=op_array@entry=0x7f31f847f000, return_value=return_value@entry=0x0) at ./Zend/zend_vm_execute.h:60834&#13;
#13 0x00007f31f8ff09b3 in zend_execute_scripts (type=type@entry=8, retval=retval@entry=0x0, file_count=file_count@entry=3) at ./Zend/zend.c:1568&#13;
#14 0x00007f31f8f91858 in php_execute_script (primary_file=primary_file@entry=0x7ffeaebdc6a0) at ./main/main.c:2630&#13;
#15 0x00007f31f907960a in php_handler (r=&amp;lt;optimized out&amp;gt;) at ./sapi/apache2handler/sapi_apache2.c:699&#13;
#16 0x000055e38b0719d0 in ap_run_handler (r=r@entry=0x7f31f70730a0) at config.c:170&#13;
#17 0x000055e38b071f66 in ap_invoke_handler (r=r@entry=0x7f31f70730a0) at config.c:444&#13;
#18 0x000055e38b08a503 in ap_process_async_request (r=0x7f31f70730a0) at http_request.c:453&#13;
#19 0x000055e38b08a66e in ap_process_request (r=r@entry=0x7f31f70730a0) at http_request.c:488&#13;
#20 0x000055e38b0867bd in ap_process_http_sync_connection (c=0x7f31fa61d290) at http_core.c:210&#13;
#21 ap_process_http_connection (c=0x7f31fa61d290) at http_core.c:251&#13;
#22 0x000055e38b07b810 in ap_run_process_connection (c=c@entry=0x7f31fa61d290) at connection.c:42&#13;
#23 0x000055e38b07bd70 in ap_process_connection (c=c@entry=0x7f31fa61d290, csd=&amp;lt;optimized out&amp;gt;) at connection.c:219&#13;
#24 0x00007f31faa403dc in child_main (child_num_arg=child_num_arg@entry=1, child_bucket=child_bucket@entry=0) at prefork.c:615&#13;
#25 0x00007f31faa406e4 in make_child (s=0x7f31faade4a0, slot=slot@entry=1, bucket=0) at prefork.c:716&#13;
#26 0x00007f31faa4074f in startup_children (number_to_start=4) at prefork.c:735&#13;
#27 0x00007f31faa41313 in prefork_run (_pconf=&amp;lt;optimized out&amp;gt;, plog=0x7f31faadb028, s=0x7f31faade4a0) at prefork.c:901&#13;
#28 0x000055e38b05460e in ap_run_mpm (pconf=0x7f31fae59028, plog=0x7f31faadb028, s=0x7f31faade4a0) at mpm_common.c:94&#13;
#29 0x000055e38b04cf47 in main (argc=&amp;lt;optimized out&amp;gt;, argv=&amp;lt;optimized out&amp;gt;) at main.c:819&#13;
&lt;/pre&gt;&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/605/rev-raw/62447e241a94de0dbb5b0970805e1bc1ddb2d547/1-gdb-bt.txt" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/605#1-gdb-bt.txt"&gt;1-gdb-bt.txt&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  &lt;div class="code"&gt;&lt;pre class="txt"&gt;#0  zend_gc_addref (p=0xffffffff00000006) at ./Zend/zend_types.h:1025&#13;
No locals.&#13;
#1  zval_addref_p (pz=0x7f31f841d310) at ./Zend/zend_types.h:1025&#13;
No locals.&#13;
#2  ZEND_SEND_VAR_EX_SPEC_CV_QUICK_HANDLER () at ./Zend/zend_vm_execute.h:37385&#13;
        _z3 = &amp;lt;optimized out&amp;gt;&#13;
        _z3 = 0x7f31f841d310&#13;
        varptr = 0x7f31f841d390&#13;
        arg = &amp;lt;optimized out&amp;gt;&#13;
        arg_num = &amp;lt;optimized out&amp;gt;&#13;
        varptr = &amp;lt;optimized out&amp;gt;&#13;
        arg = &amp;lt;optimized out&amp;gt;&#13;
        arg_num = &amp;lt;optimized out&amp;gt;&#13;
        _z3 = &amp;lt;optimized out&amp;gt;&#13;
        _z1 = &amp;lt;optimized out&amp;gt;&#13;
        _z2 = &amp;lt;optimized out&amp;gt;&#13;
        _gc = &amp;lt;optimized out&amp;gt;&#13;
        _t = &amp;lt;optimized out&amp;gt;&#13;
        ref = &amp;lt;optimized out&amp;gt;&#13;
        _z1 = &amp;lt;optimized out&amp;gt;&#13;
        _z2 = &amp;lt;optimized out&amp;gt;&#13;
        _gc = &amp;lt;optimized out&amp;gt;&#13;
        _t = &amp;lt;optimized out&amp;gt;&#13;
        _z1 = &amp;lt;optimized out&amp;gt;&#13;
        _z2 = &amp;lt;optimized out&amp;gt;&#13;
        _gc = &amp;lt;optimized out&amp;gt;&#13;
        _t = &amp;lt;optimized out&amp;gt;&#13;
#3  execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:59314&#13;
        orig_opline = 0x7f31f8412870&#13;
        orig_execute_data = &amp;lt;optimized out&amp;gt;&#13;
#4  0x00007f31f9070ed7 in execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:55510&#13;
        orig_opline = 0x7f31f8412870&#13;
        orig_execute_data = &amp;lt;optimized out&amp;gt;&#13;
#5  0x00007f31fa652f03 in xdebug_execute_ex (execute_data=0x7f31f841d2c0) at ./build-7.3/xdebug.c:1868&#13;
        op_array = 0x7f31ec4cd3d8&#13;
        edata = &amp;lt;optimized out&amp;gt;&#13;
        fse = 0x55e38b418c90&#13;
        xfse = &amp;lt;optimized out&amp;gt;&#13;
        do_return = 0&#13;
        function_nr = 2027&#13;
        le = &amp;lt;optimized out&amp;gt;&#13;
        code_coverage_func_info = {class = 0x55e38b418c90 &amp;quot;\240\331A\213\343U&amp;quot;, function = 0xaef8bc95effe5900 &amp;lt;error: Cannot access memory at address 0xaef8bc95effe5900&amp;gt;, &#13;
          type = -129903936, internal = 32561}&#13;
        code_coverage_function_name = 0x0&#13;
        code_coverage_file_name = 0x7f31f841d2c0 &amp;quot;\330\323L\354\061\177&amp;quot;&#13;
        code_coverage_init = 0&#13;
#6  0x00007f31f8e4b379 in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER () at ./Zend/zend_vm_execute.h:961&#13;
        call = 0x7f31f841d2c0&#13;
        fbc = 0x7f31f8412870&#13;
        object = &amp;lt;optimized out&amp;gt;&#13;
        ret = 0x0&#13;
        retval = &amp;lt;optimized out&amp;gt;&#13;
        retval = &amp;lt;optimized out&amp;gt;&#13;
#7  0x00007f31f9070ed7 in execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:55510&#13;
        orig_opline = 0x7f31f847f0e0&#13;
        orig_execute_data = &amp;lt;optimized out&amp;gt;&#13;
#8  0x00007f31fa652f03 in xdebug_execute_ex (execute_data=0x7f31f841d0a0) at ./build-7.3/xdebug.c:1868&#13;
        op_array = 0x7f31ec481908&#13;
        edata = &amp;lt;optimized out&amp;gt;&#13;
        fse = 0x55e38b2749c0&#13;
        xfse = &amp;lt;optimized out&amp;gt;&#13;
        do_return = 0&#13;
        function_nr = 3&#13;
        le = &amp;lt;optimized out&amp;gt;&#13;
        code_coverage_func_info = {class = 0x55e38b2749c0 &amp;quot;&amp;quot;, function = 0x7f31fa6537d2 &amp;lt;xdebug_execute_internal+594&amp;gt; &amp;quot;H\203k\b\001H\203\304\030[]A\\A]A^A_\303f.\017\037\204&amp;quot;, type = -129904000, internal = 32561}&#13;
        code_coverage_function_name = 0x0&#13;
        code_coverage_file_name = 0x7f31f841d0a0 &amp;quot;\b\031H\354\061\177&amp;quot;&#13;
        code_coverage_init = 0&#13;
#9  0x00007f31f906aadc in ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER () at ./Zend/zend_vm_execute.h:12738&#13;
        return_value = 0x0&#13;
        call = 0x7f31f841d0a0&#13;
        new_op_array = 0x7f31f847f0e0&#13;
        free_op1 = &amp;lt;optimized out&amp;gt;&#13;
        inc_filename = &amp;lt;optimized out&amp;gt;&#13;
#10 0x00007f31f9070ed7 in execute_ex (ex=0x42) at ./Zend/zend_vm_execute.h:55510&#13;
        orig_opline = 0x7f31f847f000&#13;
        orig_execute_data = &amp;lt;optimized out&amp;gt;&#13;
#11 0x00007f31fa652f03 in xdebug_execute_ex (execute_data=0x7f31f841d030) at ./build-7.3/xdebug.c:1868&#13;
        op_array = 0x7f31ec47a8c0&#13;
        edata = &amp;lt;optimized out&amp;gt;&#13;
        fse = 0x55e38b1931e0&#13;
        xfse = &amp;lt;optimized out&amp;gt;&#13;
        do_return = 0&#13;
        function_nr = 0&#13;
        le = &amp;lt;optimized out&amp;gt;&#13;
        code_coverage_func_info = {class = 0x7f31f8400040 &amp;quot;&amp;quot;, function = 0x1 &amp;lt;error: Cannot access memory at address 0x1&amp;gt;, type = 0, internal = 0}&#13;
        code_coverage_function_name = 0x0&#13;
        code_coverage_file_name = 0x7f31f841d030 &amp;quot;\300\250G\354\061\177&amp;quot;&#13;
        code_coverage_init = 0&#13;
#12 0x00007f31f9077407 in zend_execute (op_array=op_array@entry=0x7f31f847f000, return_value=return_value@entry=0x0) at ./Zend/zend_vm_execute.h:60834&#13;
        execute_data = 0x7f31f841d030&#13;
#13 0x00007f31f8ff09b3 in zend_execute_scripts (type=type@entry=8, retval=retval@entry=0x0, file_count=file_count@entry=3) at ./Zend/zend.c:1568&#13;
        files = {{gp_offset = 40, fp_offset = 2002988901, overflow_arg_area = 0x7ffeaebda350, reg_save_area = 0x7ffeaebda2e0}}&#13;
        i = 1&#13;
        file_handle = 0x7ffeaebdc6a0&#13;
        op_array = 0x7f31f847f000&#13;
#14 0x00007f31f8f91858 in php_execute_script (primary_file=primary_file@entry=0x7ffeaebdc6a0) at ./main/main.c:2630&#13;
        realfile = &amp;quot;$\257;\213\343U\000\000\v\000\000\000\000\000\000\000\200#\274\371\061\177\000\000\000Y\376\370\256 \212;\213\343U\000\000@\257;\213\343U\000\000\000\277\275\256\376\177\000\000\001\000\000\000\000\000\000\000\020\277\275\256\376\177\000\000\264\266\275\256\376\177\000\000\240\346\272\353\061\177\000\000!,\272\353\061\177\000\000\000\200@\370\061\177\000\000 \220@\370\061\177\000\000\220Q@\370\061\177\000\000@E@\370\061\177\000\000\270\266\275\256\376\177\000\000\300\266\275\256\376\177\000\000\254\266\275\256\376\177\000\000\034ź\353\061\177&amp;quot;, '\000' &amp;lt;repeats 22 times&amp;gt;, &amp;quot;\377\377\377\377&amp;quot;, '\000' &amp;lt;repeats 17 times&amp;gt;, &amp;quot;p@&amp;quot;...&#13;
        __orig_bailout = &amp;lt;optimized out&amp;gt;&#13;
        __bailout = {{__jmpbuf = {140731830093584, -3839634623574177733, 139852574568608, 0, 5000000, 140731830094196, -3839634620256483269, -3807709722027751365}, __mask_was_saved = 0, __saved_mask = {__val = {139852619977568, 139852619977568, 139852619977568, 139852619977568, 139852619977588, 139852619981663, 139852619977568, 139852619981663, 0, 0, 0, 0, 0, 48, 0, 7}}}}&#13;
        prepend_file_p = 0x0&#13;
        append_file_p = 0x0&#13;
        prepend_file = {handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, filename = 0x0, opened_path = 0x0, type = ZEND_HANDLE_FILENAME, free_filename = 0 '\000'}&#13;
        append_file = {handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, old_closer = 0x0}, reader = 0x0, fsizer = 0x0, closer = 0x0}}, filename = 0x0, opened_path = 0x0, type = ZEND_HANDLE_FILENAME, free_filename = 0 '\000'}&#13;
        old_cwd = 0x7ffeaebda350 &amp;quot;/&amp;quot;&#13;
        retval = 0&#13;
#15 0x00007f31f907960a in php_handler (r=&amp;lt;optimized out&amp;gt;) at ./sapi/apache2handler/sapi_apache2.c:699&#13;
        zfd = {handle = {fd = -197081584, fp = 0x7f31f440c610, stream = {handle = 0x7f31f440c610, isatty = 288, mmap = {len = 139852528017248, pos = 139852528017000, map = 0x7f31f6e666b0, buf = 0xaef8bc95effe5900 &amp;lt;error: Cannot access memory at address 0xaef8bc95effe5900&amp;gt;, old_handle = 0x7f31f440e248, old_closer = 0x7f31f440cad8}, reader = 0x7f31f440d5a8, fsizer = 0x3, closer = 0x0}}, filename = 0x7f31f440c610 &amp;quot;/home/cweiske/dev/tools/roundcubemail/public_html/index.php&amp;quot;, opened_path = 0x0, type = ZEND_HANDLE_FILENAME, free_filename = 0 '\000'}&#13;
        __orig_bailout = 0x0&#13;
        __bailout = {{__jmpbuf = {139852574568608, 3840371863057598523, 139852574568608, 0, 5000000, 140731830094196, -3839634623576274885, -3807705714632947653}, __mask_was_saved = 0, __saved_mask = {__val = {12608034508986276096, 0, 0, 139852528005280, 139852635738144, 140731830093732, 139852635749192, 139852635402322, 139852528005280, 8, 139852528005280, 139852572134400, 139852631596972, 139852572134400, 139852572124960, 8}}}}&#13;
        ctx = 0x7f31f440eaf0&#13;
        conf = &amp;lt;optimized out&amp;gt;&#13;
        brigade = 0x7f31f4409370&#13;
        bucket = &amp;lt;optimized out&amp;gt;&#13;
        rv = &amp;lt;optimized out&amp;gt;&#13;
        parent_req = 0x0&#13;
#16 0x000055e38b0719d0 in ap_run_handler (r=r@entry=0x7f31f70730a0) at config.c:170&#13;
        pHook = &amp;lt;optimized out&amp;gt;&#13;
        n = 3&#13;
        rv = -1&#13;
#17 0x000055e38b071f66 in ap_invoke_handler (r=r@entry=0x7f31f70730a0) at config.c:444&#13;
        handler = &amp;lt;optimized out&amp;gt;&#13;
        p = &amp;lt;optimized out&amp;gt;&#13;
        result = 0&#13;
        old_handler = 0x7f31f440cac0 &amp;quot;application/x-httpd-php&amp;quot;&#13;
        ignore = &amp;lt;optimized out&amp;gt;&#13;
#18 0x000055e38b08a503 in ap_process_async_request (r=0x7f31f70730a0) at http_request.c:453&#13;
        c = &amp;lt;optimized out&amp;gt;&#13;
        access_status = 0&#13;
#19 0x000055e38b08a66e in ap_process_request (r=r@entry=0x7f31f70730a0) at http_request.c:488&#13;
        bb = 0x0&#13;
        b = &amp;lt;optimized out&amp;gt;&#13;
        c = 0x7f31fa61d290&#13;
        rv = &amp;lt;optimized out&amp;gt;&#13;
#20 0x000055e38b0867bd in ap_process_http_sync_connection (c=0x7f31fa61d290) at http_core.c:210&#13;
        keep_alive_timeout = 5000000&#13;
        r = 0x7f31f70730a0&#13;
        cs = &amp;lt;optimized out&amp;gt;&#13;
        csd = 0x0&#13;
        mpm_state = 0&#13;
        r = &amp;lt;optimized out&amp;gt;&#13;
        cs = &amp;lt;optimized out&amp;gt;&#13;
        csd = &amp;lt;optimized out&amp;gt;&#13;
        mpm_state = &amp;lt;optimized out&amp;gt;&#13;
        keep_alive_timeout = &amp;lt;optimized out&amp;gt;&#13;
#21 ap_process_http_connection (c=0x7f31fa61d290) at http_core.c:251&#13;
No locals.&#13;
#22 0x000055e38b07b810 in ap_run_process_connection (c=c@entry=0x7f31fa61d290) at connection.c:42&#13;
        pHook = &amp;lt;optimized out&amp;gt;&#13;
        n = 1&#13;
        rv = -1&#13;
#23 0x000055e38b07bd70 in ap_process_connection (c=c@entry=0x7f31fa61d290, csd=&amp;lt;optimized out&amp;gt;) at connection.c:219&#13;
        rc = &amp;lt;optimized out&amp;gt;&#13;
#24 0x00007f31faa403dc in child_main (child_num_arg=child_num_arg@entry=1, child_bucket=child_bucket@entry=0) at prefork.c:615&#13;
        current_conn = 0x7f31fa61d290&#13;
        csd = 0x7f31fa61d0a0&#13;
        thd = 0x7f31fa6270a0&#13;
        osthd = 139852635899008&#13;
        ptrans = 0x7f31fa61d028&#13;
        allocator = 0x55e38b3b9280&#13;
        status = &amp;lt;optimized out&amp;gt;&#13;
        i = &amp;lt;optimized out&amp;gt;&#13;
        lr = &amp;lt;optimized out&amp;gt;&#13;
        pollset = 0x7f31fa627158&#13;
        sbh = 0x7f31fa627150&#13;
        bucket_alloc = 0x7f31f98df028&#13;
        last_poll_idx = 0&#13;
        lockfile = &amp;lt;optimized out&amp;gt;&#13;
#25 0x00007f31faa406e4 in make_child (s=0x7f31faade4a0, slot=slot@entry=1, bucket=0) at prefork.c:716&#13;
        pid = 0&#13;
#26 0x00007f31faa4074f in startup_children (number_to_start=4) at prefork.c:735&#13;
        i = 1&#13;
#27 0x00007f31faa41313 in prefork_run (_pconf=&amp;lt;optimized out&amp;gt;, plog=0x7f31faadb028, s=0x7f31faade4a0) at prefork.c:901&#13;
        index = &amp;lt;optimized out&amp;gt;&#13;
        remaining_children_to_start = &amp;lt;optimized out&amp;gt;&#13;
        i = &amp;lt;optimized out&amp;gt;&#13;
#28 0x000055e38b05460e in ap_run_mpm (pconf=0x7f31fae59028, plog=0x7f31faadb028, s=0x7f31faade4a0) at mpm_common.c:94&#13;
        pHook = &amp;lt;optimized out&amp;gt;&#13;
        n = 0&#13;
        rv = -1&#13;
#29 0x000055e38b04cf47 in main (argc=&amp;lt;optimized out&amp;gt;, argv=&amp;lt;optimized out&amp;gt;) at main.c:819&#13;
        c = 0 '\000'&#13;
        showcompile = 0&#13;
        showdirectives = 0&#13;
        confname = 0x55e38b0952a5 &amp;quot;apache2.conf&amp;quot;&#13;
        def_server_root = 0x55e38b095298 &amp;quot;/etc/apache2&amp;quot;&#13;
        temp_error_log = &amp;lt;optimized out&amp;gt;&#13;
        error = &amp;lt;optimized out&amp;gt;&#13;
        process = 0x7f31fae5b118&#13;
        pconf = 0x7f31fae59028&#13;
        plog = 0x7f31faadb028&#13;
        ptemp = 0x7f31faadf028&#13;
        pcommands = 0x7f31faae5028&#13;
        opt = 0x7f31faae5118&#13;
        rv = &amp;lt;optimized out&amp;gt;&#13;
        mod = &amp;lt;optimized out&amp;gt;&#13;
        opt_arg = 0x7f31fae5b028 &amp;quot;(\360\345\372\061\177&amp;quot;&#13;
        signal_server = &amp;lt;optimized out&amp;gt;&#13;
        rc = &amp;lt;optimized out&amp;gt;&#13;
&lt;/pre&gt;&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/605/rev-raw/62447e241a94de0dbb5b0970805e1bc1ddb2d547/2-gdb-bt-full.txt" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/605#2-gdb-bt-full.txt"&gt;2-gdb-bt-full.txt&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
