View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001228 | Xdebug | Uncategorized | public | 2015-12-08 21:22 | 2016-12-04 14:53 |
Reporter | roman4e | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | x86_64 | OS | Linux mint | OS Version | 17 |
Product Version | 2.4.0rc2 | ||||
Summary | 0001228: Crashes under php7 with collect_params option enabled | ||||
Description | Compiled for the php7. If not set xdebug.collect_params, all is ok until I set xdebug.collect_params=1 then apache crashes with error: | ||||
Steps To Reproduce | Compile 2.4.0rc2 for php7 and install it | ||||
Additional Information | compilation: ./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var --includedir=/usr/local --enable-xdebug --with-php-config=/usr/local/bin/php-config | ||||
Tags | No tags attached. | ||||
Operating System | linux mint 17 | ||||
PHP Version | 7.0-dev | ||||
|
Can you provide a short reproducible script to illustrate this crash? |
|
Apache v.2.4.7 |
|
I'm so sorry. There seems to be a strange error when I try to use register_shutdown_function() but I unable to reproduce it on a simple script. I write you back here if recognize what's wrong with my code I have many anonymous calls with deepness 10, but this simple example works ok <?php my config: |
|
Sorry - I asked for a reproduce script, not for your Apache version. Without a script I can not try to find (and fix) this bug. |
|
Sorry - messages crossed. Let me check that one. |
|
I found WHEN it happend I have an array with objects: array (size=6) And when I try to var_dump($objects['init']) I get apache process crash. I still can't repeat this issue on simple example. The code I use is similar to next: trait State_T class Base
} class State extends Base
} class State_ctrl extends Base
//var_dump($this->states); $a = []; var_dump(ini_get("xdebug.collect_params")); //var_dump($c); |
|
I still can't reproduce this, and we are several versions later. If this still causes an issue, please reopen this issue. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-12-08 21:22 | roman4e | New Issue | |
2015-12-08 21:28 | derick | Note Added: 0003302 | |
2015-12-08 21:28 | derick | Assigned To | => derick |
2015-12-08 21:28 | derick | Status | new => feedback |
2015-12-08 21:28 | roman4e | Note Added: 0003303 | |
2015-12-08 21:28 | roman4e | Status | feedback => assigned |
2015-12-08 21:42 | roman4e | Note Added: 0003304 | |
2015-12-08 21:59 | derick | Note Added: 0003305 | |
2015-12-08 21:59 | derick | Status | assigned => feedback |
2015-12-08 21:59 | derick | Note Added: 0003306 | |
2015-12-09 10:07 | roman4e | Note Added: 0003307 | |
2015-12-09 10:07 | roman4e | Status | feedback => assigned |
2015-12-09 10:10 | roman4e | Note Edited: 0003307 | |
2015-12-09 10:27 | roman4e | Note Edited: 0003307 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2016-12-04 14:53 | derick | Note Added: 0003895 | |
2016-12-04 14:53 | derick | Status | assigned => resolved |
2016-12-04 14:53 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |