View Issue Details

IDProjectCategoryView StatusLast Update
0000866XdebugUncategorizedpublic2012-07-14 19:12
Reporternnmatveev Assigned To 
PriorityurgentSeveritycrashReproducibilityalways
Status resolvedResolutionduplicate 
Summary0000866: Crash on attempt to get context local variables in Xdebug 2.2.0 and PHP 5.4.0 - PHP5.4.4
Description

Recently PhpStorm users start to report an issue about Xdebug 2.2.0 & PHP 5.4.4 crashes. The issue is always reproducible for me (Windows 7, Xdebug 2.2.0, PHP 5.4.4 NTS). It is reproducible with all PHP 5.4.x stable versions.

Steps To Reproduce

Just try to debug simplest PHPUnit test like this:

<?php
class MyTest extends PHPUnit_Framework_TestCase
{
public function test()
{
$this->assertTrue(true);//breakpoint
}
}

After reaching the breakpoint Xdebug hangs for a while and then crashes.

Additional Information

Related issues from PhpStorm issue tracker:

  1. http://youtrack.jetbrains.com/issue/WI-12061
  2. http://youtrack.jetbrains.com/issue/WI-12095
TagsNo tags attached.
Operating System
PHP Version5.4.3

Activities

nnmatveev

2012-07-12 12:56

reporter   ~0002321

Please note that I can't reproduce the issue with Xdebug 2.2.0 and PHP 5.3.5. I've attached logs.

nnmatveev

2012-07-14 13:19

reporter   ~0002322

@derick
I can't reproduce the issue with "php_xdebug-stable-5.4-vc9-nts.dll" and "php_xdebug-master-5.4-vc9-nts.dll" binaries obtained using the following link - http://xdebug.org/files/xdebug-latest.tgz.

Also our users reported that the issue is gone with these binaries:

  1. http://youtrack.jetbrains.com/issue/WI-12061#comment=27-357053
  2. http://youtrack.jetbrains.com/issue/WI-12061#comment=27-356987

derick

2012-07-14 13:30

administrator   ~0002323

I'll try to get a new Xdebug version out this weekend, as there are quite a few things that I have fixed.

derick

2012-07-14 19:12

administrator   ~0002324

Marking as closed then.