View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000749 | Xdebug | Uncategorized | public | 2011-11-17 15:40 | 2016-12-23 21:24 |
Reporter | edorian | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 2.1.0 | ||||
Summary | 0000749: Triggered pcntl_alarm callbacks lets to socket error when debugging with netbeans | ||||
Description | When debugging the attached code the debugger fails complaining about a broken pipe. | ||||
Steps To Reproduce | Create a netbeans project (I've not tried it with other debugger front ends) with a file containing the following code. Stepping a breakpoint at line 5 ( echo "."; ) and then: Debug file: Ctrl+Shift+F5 Then a "Socket Error" should appear. The IDE log says: "Broken Pipe" <?php class myTest {
} function a() {
} a(); declare(ticks = 1);
} | ||||
Additional Information | php 5.3.8 --enable-pcntl, current xdebug from pecl. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | Ubuntu 10.04 | ||||
PHP Version | 5.3.8 | ||||
|
Could you please provide the remote debug log of such a session, see http://xdebug.org/docs/all_settings#remote_log on how to make one. cheers, |
|
I've attached the log of one run from start to Socket Exception (broken pipe). |
|
Is this still causing you problems? |
|
Closing this, as the requested feedback whether it's still a problem wasn't answered. Please reopen this issue if necessary. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-11-17 15:40 | edorian | New Issue | |
2011-11-17 17:51 | derick | Note Added: 0001860 | |
2011-11-17 17:51 | derick | Assigned To | => derick |
2011-11-17 17:51 | derick | Status | new => feedback |
2011-11-18 08:52 | edorian | File Added: xdebug_remote.log | |
2011-11-18 08:55 | edorian | Note Added: 0001862 | |
2011-11-18 08:55 | edorian | Status | feedback => assigned |
2012-03-12 16:47 | derick | Target Version | => 2.2.1 |
2012-07-14 22:14 | derick | Target Version | 2.2.1 => 2.2.2 |
2013-03-23 14:50 | derick | Target Version | 2.2.2 => 2.2.3 |
2013-05-22 03:51 | derick | Target Version | 2.2.3 => 2.2.x |
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) |
2016-11-28 18:38 | derick | Note Added: 0003807 | |
2016-11-28 18:38 | derick | Status | assigned => feedback |
2016-12-23 21:24 | derick | Note Added: 0004095 | |
2016-12-23 21:24 | derick | Status | feedback => resolved |
2016-12-23 21:24 | derick | Resolution | open => no change required |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |