What does "Connection error: Broken pipe" mean?
os: kubuntu 10.04
PhpStorm 1.0.1
Build PS-95.315
What does "Connection error: Broken pipe" mean?
I was having one issue with xdebug that I couldnt resume program (F9) past the last break point and have the page load, so i re-installed my server on virtualbox, now that issue has gone away and if i use F9 past the last break point, the page will load. But im getting a new issue that I havent seen before.
When i stop on a breakpoint for a while and start adding variables to the 'Watches' pane, this error will occur and debugging will stop.
I have attached a screenshot.
Thanks
Attachment(s):
screenshot_of_connection_error_broken_pipe.png
Please sign in to leave a comment.
Hello Michael,
It means that Xdebug suddenly closed the connection for some reason. Is the page that you debug shown in browser completely?
Regards,
Kirill
Hi Kirill,
no the page does not fully load. it stops loading and shows a white screen with no source code behind it.
Does that mean something to you?
Thanks
Michael
Hello Michael,
I suspect Xdebug just crashes for some reason. Can you please attach PhpStom debugging log or Xdebug log?
Also Apache logs may have some related messages.
Thanks,
Kirill