View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001375 | Xdebug | Step Debugging | public | 2016-12-03 15:48 | 2016-12-05 10:52 |
| Reporter | asgrim | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Platform | Linux | OS | Ubuntu | OS Version | 16.04 |
| Product Version | 2.5.0RC1 | ||||
| Summary | 0001375: SIGSEGV when step debugging | ||||
| Description | Sorry I couldn't make a more reproducible case, but I couldn't pinpoint exactly what the issue is here (I thought it may've been related to try/catch in the call stack, but doesn't seem related). When using xdebug to perform step debugging in PhpStorm, PHP is segfaulting on some breakpoints. | ||||
| Steps To Reproduce |
/usr/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 /home/james/workspace/better-reflection/vendor/phpunit/phpunit/phpunit --configuration /home/james/workspace/better-reflection/phpunit.xml.dist --filter "/::testCanFetchInternalLocatedSource( .*)?$/" BetterReflectionTest\SourceLocator\Type\PhpInternalSourceLocatorTest /home/james/workspace/better-reflection/test/unit/SourceLocator/Type/PhpInternalSourceLocatorTest.php --teamcity Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) | ||||
| Additional Information | PHP version is not 7.1-dev, it's: PHP 7.1.0-1+deb.sury.org~xenial+1 (cli) ( NTS ) | ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu 16.04 | ||||
| PHP Version | 7.1-dev | ||||
|
|
Added the crash report from Ubuntu, but not sure if it's any use (I also don't know how to read it, nor if it's useful in the slightest) |
|
|
I'm pretty sure I've fixed this in Git already (yesterday). Can you please try again from latest master? |
|
|
Yep, I just built 2.5.0 (150336d1) and it works fine now. Confirm fixed. Thanks Derick! |