View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000672 | Xdebug | Uncategorized | public | 2011-03-11 13:24 | 2014-06-14 10:33 |
Reporter | Mikhail Kharitonov | Assigned To | derick | ||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
OS | Windows XP SP3 | ||||
Product Version | 2.1.0 | ||||
Summary | 0000672: Suspension when class have descructor and property refer to $this | ||||
Description | See php code. | ||||
Steps To Reproduce | <?php class Foo
} for ($i = 0; $i <= 200; $i++) print 'text'; // BUG: Fatal error: Maximum execution time of 30 seconds exceeded in xdebug_destructor.php on line 13 | ||||
Additional Information | PHP 5.2.14 php.ini: | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP SP3 | ||||
PHP Version | 5.2.10 | ||||
|
When do you get the "suspension"? When you simple run this, or if you use a debugger with this? |
|
When simple run (open page in browser), with remote_autostart=1. May be required increase iterations count. For example, cycle with 5 iteration ($i <= 5) on my computer do not effect to this bug. |
|
Is this still a problem with the latest version of xdebug? |
|
Unable to reproduce, and no feedback provided. I'm closing this out, but feel free to reopen if you can provide the requested information. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-03-11 13:24 | Mikhail Kharitonov | New Issue | |
2011-03-11 13:59 | derick | Note Added: 0001688 | |
2011-03-11 13:59 | derick | Assigned To | => derick |
2011-03-11 13:59 | derick | Status | new => feedback |
2011-03-14 09:48 | Mikhail Kharitonov | Note Added: 0001690 | |
2011-03-14 09:48 | Mikhail Kharitonov | Status | feedback => assigned |
2014-05-19 23:09 | derick | Note Added: 0002815 | |
2014-05-19 23:09 | derick | Status | assigned => feedback |
2014-06-14 10:33 | derick | Note Added: 0002848 | |
2014-06-14 10:33 | derick | Status | feedback => resolved |
2014-06-14 10:33 | derick | Resolution | open => unable to reproduce |
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 |