View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000480 | Xdebug | Uncategorized | public | 2009-10-29 10:57 | 2010-04-03 13:38 |
Reporter | derick | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 2.1.0RC1 | ||||
Summary | 0000480: Issues with the reserved resource in multi threaded environments | ||||
Description | From: "Grolemund, Francis" Francis.Grolemund@netapp.com After I sent the e-mail, it was still bugging me how this type of defect For what it's worth, I'm shocked that PHP doesn't ship with your Anyway, here's the patch. Let me know what you think. Fran --- xdebug-orig/xdebug.c 2009-09-30 15:46:35.903278000 -0400 int zend_xdebug_initialised = 0; function_entry xdebug_functions[] = {
| ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.0 | ||||
|
Reproduced with Xdebug 2.0.5 and PHP 5.2.4 using VS6 debug build on Windows XP. When PHP code is executed on a thread other than the main application thread a crash occurs in xdebug_init_oparray() due to XG(reserved_offset) containing a garbage value. The above patch fixes the issue for me. |
|
This patch is now in SVN (Rev. 3244.) |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-10-29 10:57 | derick | New Issue | |
2009-10-29 10:57 | derick | PHP Version | => 5.3.0 |
2009-10-29 10:57 | derick | Xdebug Version | => 2.0.5 |
2009-11-05 16:58 | magreenblatt | Note Added: 0001121 | |
2010-03-20 23:50 | derick | Target Version | => 2.1.0RC1 |
2010-04-03 13:38 | derick | Note Added: 0001425 | |
2010-04-03 13:38 | derick | Status | new => closed |
2010-04-03 13:38 | derick | Resolution | open => fixed |
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 |