View Issue Details

IDProjectCategoryView StatusLast Update
0000866XdebugUncategorizedpublic2012-07-14 19:12
Reporternnmatveev Assigned Toderick  
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.
Attached Files
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.

Issue History

Date Modified Username Field Change
2012-07-12 12:54 nnmatveev New Issue
2012-07-12 12:55 nnmatveev File Added: xdebug_2.2.0_php_5.3.5_nts.log
2012-07-12 12:55 nnmatveev File Added: xdebug_2.2.0_php_5.4.4_nts.log
2012-07-12 12:56 nnmatveev Note Added: 0002321
2012-07-14 13:19 nnmatveev Note Added: 0002322
2012-07-14 13:30 derick Note Added: 0002323
2012-07-14 19:12 derick Note Added: 0002324
2012-07-14 19:12 derick Status new => resolved
2012-07-14 19:12 derick Resolution open => duplicate
2012-07-14 19:12 derick Assigned To => derick
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized