View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000520 | Xdebug | Uncategorized | public | 2010-01-11 21:46 | 2010-02-03 10:43 |
| Reporter | otto | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Product Version | 2.0.0dev | ||||
| Summary | 0000520: NetBeans crashes at end of session | ||||
| Description | I'm running NetBeans 6.8. And I'm trying to debug a drupal-project. When I stop at a break point, expand and view the contents of some variables (Arrays) and then continue the execution netbeans freaks out and starts popping up an infinite amount of socket exception windows. | ||||
| Additional Information | In the netbeans log I get messages like these: http://pastebin.com/m3fe45e3f (the last one is repeated many times) | ||||
| Tags | No tags attached. | ||||
| Operating System | OS X 10.6.2 | ||||
| PHP Version | 5.3.0 | ||||
|
|
Hmm, this looks like netbeans is doing something strange. I am not a netbeans developer so I can't help you with this. |
|
|
But it's working fine with an older xdebug snapshots (middle of october). Should I still check this with the netbeans devs? |
|
|
I don't know what that error could be, it could be that PHP/Xdebug crashes but you didn't mention anything like that. If that's the case, please provide a backtrace. See the following URL on how to do that: |
|
|
Sorry, but there is no sign of php crashing. When I have the time I will try to figure out from which revision this behaviour starts. |
|
|
If you can, please provide a short reproducable script, and a remote_log that contains only communications for a single debugging session. The one you provided contained many more. |
|
|
Sorry about the old log, this one is slighty smaller. I made sure there was no previous xdebug.log before starting this session. http://www.mediafire.com/?movjqnuvno5 I will try to create a short script. |
|
|
I've put up a testcase here: http://www.mediafire.com/?mnmdnjkwwkm I put a breakpoint on line 6. Then expand and view the contents of the $form variable. This seems to put netbeans in an infinite loop. It's causing a forever growing xdebug.log file and uses all cpu. So I will create a ticket for this over there. |
|
|
From the logs it looks like netbeans runs "property_get" after the script has ended... don't know why, but that is what happens. |
|
|
(I can see this clearly as a netbeans issues btw) |