View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001373 | Xdebug | Step Debugging | public | 2016-12-01 18:54 | 2016-12-04 18:33 |
| Reporter | krho | Assigned To | |||
| Priority | high | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| OS | Ubuntu Xenial | ||||
| Product Version | 2.5.0RC1 | ||||
| Fixed in Version | 2.5.0 | ||||
| Summary | 0001373: Crash in zend_hash_apply_with_arguments when debugging, due to unset symbol table | ||||
| Description | Using this in custom compiled Xenial package. | ||||
| Additional Information | I've obfuscated some paths otherwise BT is intact. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.1-dev | ||||
|
|
Thanks for the bug report and backtrace. In order to be able to fix this, I need to be able to reproduce the problem. For that, I need more information. Please refer to https://xdebug.org/support.php#remote to see what I would like to receive. cheers, |
|
|
clone the symfony standard, and checkout the v3.2 tag The place where breakpoint was set is shown in a xdebug.log file |
|
|
Sorry, I need a little help with "clone the symfony standard". I am not a symfony user, could you please tell me the exact commands to run please? |
|
|
git clone git@github.com:symfony/symfony-standard.git composer install -- run with breakpoint set |
|
|
oh BTW this is php 7.1 specific as 7.0 works without a problem |
|
|
I can reproduce this. Now to find the bug and fix it. |
|
|
Fixed in GIT, please try it if you can find the time. And thanks for the report! |