View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001231 | Xdebug | Uncategorized | public | 2015-12-11 17:46 | 2016-02-11 18:52 |
| Reporter | mumu | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | sometimes |
| Status | resolved | Resolution | unable to reproduce | ||
| Platform | x64 | OS | Windows | OS Version | 10 |
| Product Version | 2.4.0rc2 | ||||
| Summary | 0001231: Crash while trying to debug | ||||
| Description | Crash while trying to debug using phpStorm 10.0.2 on PHP 7.0.0 RTM x64 VC14 / Apache / fcgi. Faulting application name: php-cgi.exe, version: 7.0.0.0, time stamp: 0x56607cf4 | ||||
| Tags | PHP7, windows | ||||
| Operating System | |||||
| PHP Version | 7.0.0-7.0.4 | ||||
|
|
Can you please provide me with a method on how this can be reproduced? Just stating a Windows version is not useful. |
|
|
I think I have used Step Over over this line: $this->data was null, $data was an array. |
|
|
I just released Xdebug 2.4.0RC3, which hopefully addresses stability issues on Windows: http://xdebug.org/#2015_12_12 — Can you please try that? Make also sure you run this with PHP 7.0.0 (or later), and not a PHP 7 Release Candidate. In case it does not solve the problem, please provide a full but short reproducible test case that I can run myself. That includes hopefully a single script, and an accompanying remote debugging log (which you can make by setting xdebug.remote_log=c:\windows\temp\xdebug.log in php.ini). |
|
|
I can't reproduce this, and the requested feedback was not provided. I am closing this, but feel free to reopen if you can provide the requested information and the problem still occurs with Xdebug 2.4.0RC4. |