View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000530 | Xdebug | Uncategorized | public | 2010-02-03 09:22 | 2010-03-21 14:41 |
| Reporter | anton | Assigned To | |||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| Target Version | 2.1.0RC1 | ||||
| Summary | 0000530: Socket Exception occoured Error with php 5.3.1+NB 6.8+xdebug 2.0.5 on opensuse 11.1 64bit | ||||
| Description | As you can see in the Title
The whole time I had php 5.2.11 installed and it worked quite well. Now I updated to php 5.3.1 and I get the following problems:
While this does not crash apache, I set it to blocker because I sw | ||||
| Tags | No tags attached. | ||||
| Operating System | opensuse 11.1 64 bit | ||||
| PHP Version | 5.3.1 | ||||
|
|
This is a duplicate of 0000520, which seems like a bug in netbeans which I can't fix myself. |
|
|
I submited this bug at netbeans.org too as: https://netbeans.org/bugzilla/show_bug.cgi?id=180252 Pleas leave this issue open, at least for some Perhaps the netbeans guys should contact you directly? |
|
|
The netbeans guys write at: https://netbeans.org/bugzilla/show_bug.cgi?id=180252#c16 " hmm, broken pipe after eval command which is long term xdebug problem: watches, Could you tell me the issue number of this "long term xdebug problem"? Or should it be fixed already? I ask because I would really like to get it working. |
|
|
The problem with netbeans is still here, the netbeans guys refer to http://bugs.xdebug.org/view.php?id=313 but in my sources do not have calls to unknown functions Could you tell me what data you need? I would like to help to fix this ! |
|
|
I just did e test with the following code:
and when I am inside the function $c->test($a) Question: where ca I upload atachments here?? |
|
|
@anton, you can't upload attachments. Please use http://pastebin.com (and select to not to expire the post) and post the link here. I absolutely need the remote_log though (See http://xdebug.org/docs/remote#remote_log on how to make them). Please make sure there is only 1 debug request in that log that shows the problem. |
|
|
Hi I posted it Note that I saved the xdebug log file as soon as I got the error in netbeans so you see at the end it looks like incomplete I did the test with the actual development build of netbeans: |
|
|
there is new log on http://netbeans.org/bugzilla/show_bug.cgi?id=180252 from fzamboj. You can see that after calling eval the pipe got broken and netbeans threw SocketException. netbeans log: http://netbeans.org/bugzilla/attachment.cgi?id=94278 |
|
|
I just did the tests with
What I do:
NOTE: It seems that F7 and F8 are equel, or to be more precise You can find the logfiles at http://netbeans.org/bugzilla/show_bug.cgi?id=180252 The attachment link (with xdebug.log) is |
|
|
I've just tested this with the latest Xdebug (SVN) and the latest netbeans (the 20100321 nightly) and it works just fine. However, netbeans seems to be starting to use a bit more memory once in a while when eval is used. This is however something on the netbeans side. I am closing this issue as it's working fine, but netbeans really should not be using eval here, but instead property_get with the correct stack depth. |