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 | |||
| 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. | ||||
| 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. |