View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001036 | Xdebug | public | 2014-03-05 00:00 | 2014-05-21 19:02 | |
Reporter | anfurny | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | PHP | OS | Mac | OS Version | 10.8.5 |
Summary | 0001036: Crashes with certain regex | ||||
Description | $encoded = "test"; Crashes with a seg fault when xdebug is enabled only. | ||||
Steps To Reproduce | $encoded = "test"; | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.5.0-5.5.4 | ||||
|
I can not reproduce this when I just run this script. Can you tell me a little bit on how to actually reproduce this issue? Can you also share the XDEBUG PART of your phpinfo() output (not the whole thing!)? |
|
Let me give more complete code. This terminates with SICSEGV maybe 1/5 times its run for me: function handleError($code, $description, $file = null, $line = null, $context = null) { set_error_handler("handleError"); $error = array( $encoded = "test"; |
|
xdebug xdebug support enabled Supported protocols Revision Directive Local Value Master Value |
|
I still can't reproduce this. Does it segfault on the CLI? Can you make a backtrace? See https://bugs.php.net/bugs-generating-backtrace.php on how to do that. |
|
Since upgrading to the newest xdebug this issue has gone away. Thanks and sorry for not doing that first. |
|
All right, that's not a problem. Closing this then. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-05 00:00 | anfurny | New Issue | |
2014-03-05 09:00 | derick | Note Added: 0002738 | |
2014-03-05 09:00 | derick | Assigned To | => derick |
2014-03-05 09:00 | derick | Status | new => feedback |
2014-03-05 19:39 | anfurny | Note Added: 0002762 | |
2014-03-05 19:39 | anfurny | Status | feedback => assigned |
2014-03-05 19:41 | anfurny | Note Added: 0002763 | |
2014-05-19 23:40 | derick | Note Added: 0002831 | |
2014-05-19 23:40 | derick | Status | assigned => feedback |
2014-05-21 17:38 | anfurny | Note Added: 0002839 | |
2014-05-21 17:38 | anfurny | Status | feedback => assigned |
2014-05-21 19:02 | derick | Note Added: 0002840 | |
2014-05-21 19:02 | derick | Status | assigned => resolved |
2014-05-21 19:02 | derick | Resolution | open => unable to reproduce |
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) |