View Issue Details

IDProjectCategoryView StatusLast Update
0001073Xdebugpublic2014-10-05 21:34
Reporteralexpw Assigned To 
PriorityurgentSeveritycrashReproducibilityalways
Status closedResolutionfixed 
OSOSXOS Version10.7.5, 10.8.5 
Product Version2.2.5 
Fixed in Version2.2.6 
Summary0001073: 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.

TagsNo tags attached.
Operating SystemOSX
PHP Version5.5.0-5.5.4

Activities

derick

2014-08-28 16:47

administrator   ~0002880

I can reproduce this. Will hopefully have a fix in a bit!