View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002085 | Xdebug | Code Coverage | public | 2022-04-26 23:31 | 2022-06-06 15:28 |
| Reporter | rayperea | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Platform | Linux | OS | Arch Linux | OS Version | Roling Release |
| Product Version | 3.1.2 | ||||
| Fixed in Version | 3.1.5 | ||||
| Summary | 0002085: Crash when used with source guardian encoded files | ||||
| Description | When including files that are encoded with source guardian (https://www.sourceguardian.com/) I get a segmentation fault | ||||
| Steps To Reproduce | First, you must be able to run files using the Source Guardian loaders. So install the loaders for your system Next, you'll need to encode a file with the Source Guardian encoder. You can sign up for a 14 day trial. Next, execute the php file that's attached with the following command: I get the following: It works fine on the non encoded version of the file I suspect that the issue has something to do with xdebug_set_filter | ||||
| Tags | No tags attached. | ||||
| Operating System | Arch Linux | ||||
| PHP Version | 8.1.0-8.1.4 | ||||
|
|
Hi, sorry, but I am not going to install software and closed binaries to fix a compatibility issue with a proprietary third party closed-source extension. If you want to have Xdebug work together with that, you're going to have to get them to provide a pull request to fix it. cheers, |
|
|
Hi Derick |
|
|
Certainly, have a look at the contributing guidelines at https://github.com/xdebug/xdebug/blob/master/CONTRIBUTING.rst, and let me know if you have questions. |
|
|
Hi Derick |
|
|
I've merged this into the Xdebug 3.1 and master branches. Thanks for the patch! cheers, |