[Webkit-unassigned] [Bug 164983] [GTK] Slow copy and paste between workspaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 10:42:32 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164983

--- Comment #3 from Carlos Garnacho <carlosg at gnome.org> ---
(In reply to comment #1)
> In https://bugzilla.redhat.com/show_bug.cgi?id=1394993 user observes
> following in the console:
> 
> Nov 15 11:14:59 shrek.rexursive.com evolution[10057]: Error writing
> selection data: Error writing to file descriptor: Broken pipe

This is more or less expected in this situation. If the clipboard source is blocked, the c&p operation destination side will eventually give up (gdk sets a 30s timeout IIRC) and close the pipe, that will be seen as a broken pipe on the webkit app side when it eventually regains control and tries to write the clipboard content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161128/1b8ac88c/attachment-0001.html>


More information about the webkit-unassigned mailing list