View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000885 | Xdebug | public | 2012-09-25 06:20 | 2012-10-21 19:21 | |
Reporter | xiezhenye | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.2.1 | ||||
Summary | 0000885: missing validation point returned by strchr in xdebug_error_cb | ||||
Description | at /home/eric/package/xdebug-2.2.1/xdebug_stack.c:624 if error message is longer than PG(log_errors_max_len), tail \n may be missing. then, seg fault will occurred | ||||
Steps To Reproduce | <?php throw new Exception("long message ".str_repeat('.', 10240)); ?> run this code with xdebug will cause Segmentation fault | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.4.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-09-25 06:20 | xiezhenye | New Issue | |
2012-10-01 11:07 | derick | Relationship added | has duplicate 0000884 |
2012-10-21 19:21 | derick | Note Added: 0002370 | |
2012-10-21 19:21 | derick | Status | new => closed |
2012-10-21 19:21 | derick | Assigned To | => derick |
2012-10-21 19:21 | derick | Resolution | open => fixed |
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) |