View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001459 | Xdebug | Uncategorized | public | 2017-07-28 18:28 | 2018-01-29 21:48 |
Reporter | kenorb | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 2.5.5 | ||||
Summary | 0001459: SIGSEGV in strx_printv/ap_php_vsnprintf/xdebug_sprintf | ||||
Description | I've added in xdebug_start_trace(); processValue method and the Drupal 8 CMS is crashing on certain page. | ||||
Steps To Reproduce | Don't have minimum example, but it happens all the time on certain page after adding xdebug_start_trace(); | ||||
Additional Information | Process: httpd [10767] | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.0.20-7.0.24 | ||||
|
Similar reports here: |
|
Same with Xdebug v2.6.0-dev |
|
Backtrace from current master branch:
|
|
This is regression introduced in 5d611dfaa1351aa38b6744f31bedd2f137c882a5 commit. See this PR for more details: https://github.com/xdebug/xdebug/pull/363 |
|
I am going to need a small reproducible case here, or at the very least a reproducible case without any dependencies besides the code. A small case shouldn't be very hard to make as tracing tells you exactly where in the code something crashes (or rather, it tells you which line was executed before the crash). Simply making a trace (with xdebug.auto_trace=1, xdebug.collect_params=4, xdebug.collect_returns=1, xdebug.collect_assignments=1) should tell you the file/line combination, and hence, should allow you to find out a mimimal case. |
|
I believe this is a duplicate of 0001474, which is fixed in the master branch on GitHub. Can you try that please? |
|
Can't reproduce this, and no feedback provided. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-07-28 18:28 | kenorb | New Issue | |
2017-07-29 16:06 | kenorb | Note Added: 0004386 | |
2017-08-01 20:06 | kenorb | Note Added: 0004388 | |
2017-08-20 15:30 | kenorb | Note Added: 0004396 | |
2017-08-20 16:38 | kenorb | Note Added: 0004397 | |
2017-09-02 08:41 | derick | Note Added: 0004400 | |
2017-09-02 08:41 | derick | Assigned To | => derick |
2017-09-02 08:41 | derick | Status | new => feedback |
2017-11-01 21:41 | derick | Note Added: 0004448 | |
2018-01-29 21:48 | derick | Note Added: 0004580 | |
2018-01-29 21:48 | derick | Status | feedback => resolved |
2018-01-29 21:48 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |