View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001073 | Xdebug | public | 2014-08-28 06:18 | 2014-10-05 21:34 | |
| Reporter | alexpw | Assigned To | derick | ||
| Priority | urgent | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| OS | OSX | OS Version | 10.7.5, 10.8.5 | ||
| Product Version | 2.2.5 | ||||
| Fixed in Version | 2.2.6 | ||||
| Summary | 0001073: Segmentation Fault 11 when nesting call_user_func_array | ||||
| Description | I've isolated this to the most minimal example. The important part is nesting call_user_func_array. The arguments, ['min', [1,2,3]] can be swapped with alternatives. | ||||
| Steps To Reproduce | php -r "call_user_func_array('call_user_func_array', ['min', [1,2,3]]);"; | ||||
| Additional Information | The reason I'm nesting these calls is because I'm writing a function composition library. | ||||
| Tags | No tags attached. | ||||
| Operating System | OSX | ||||
| PHP Version | 5.5.0-5.5.4 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-08-28 06:18 | alexpw | New Issue | |
| 2014-08-28 16:47 | derick | Note Added: 0002880 | |
| 2014-08-28 16:47 | derick | Assigned To | => derick |
| 2014-08-28 16:47 | derick | Status | new => assigned |
| 2014-10-05 21:34 | derick | Status | assigned => closed |
| 2014-10-05 21:34 | derick | Resolution | open => fixed |
| 2014-10-05 21:34 | derick | Fixed in Version | => 2.2.6 |
| 2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
| 2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |