Bug 1017790
Summary: | vdagent-win gets stopped (restarted) after 10+ MB text is copied to the clipboard | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | David Jaša <djasa> |
Component: | spice-vdagent-win | Assignee: | Uri Lublin <uril> |
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | --- | CC: | acathrow, adahms, cfergeau, cpelland, dblechte, marcandre.lureau, mkrcmari, uril, yeylon |
Target Milestone: | rc | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | vdagent-win-3.4-1 | Doc Type: | Bug Fix |
Doc Text: |
Previously, attempting to copy text greater than 10 MB in size to the clipboard in Windows virtual machines caused vdagent-win to restart. This was caused by the error trapping logic for clipboard-related operations, which did not account for operations involving data greater than this size. Now, the error trapping logic for vdagent-win has been revised so that an error is displayed when the maximum clipboard size is exceeded, preventing vdagent-win from restarting when the maximum clipboard size is exceeded. Users also have the ability to specify the maximum clipboard size.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-09 12:51:05 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1017250, 1029162 |
Description
David Jaša
2013-10-10 13:59:28 UTC
> related bug: 1017302 related bug: bug 1017302 (clickable) virtio-serial bug: bug 1017817 I performed the following test connecting to 2 rhevm in westford: 1.1 running virt-viewer on my F18 machine; 1.2. connected to win 7 VM on rhevm 3.2 ( 3.2.0-11.30.el6ev ). 1.3. Copy of 11 mb plain text from Guest to client WORKS! 1.4. Copy of 11 mb of plain text from the client to the quest failed. now the same on rhvm 3.3: 2.1 running virt-viewer on my F18 machine; 2.2. connected to win 7 VM on rhevm 3.2 ( 3.3.0-0.38.rc.el6ev ). 2.3. Copy of 11 mb plain text from Guest to client WORKS! 2.4. Copy of 11 mb of plain text from the client to the quest WORKS. I just saw an improvement, not regression. Should probably be moved to POST: http://lists.freedesktop.org/archives/spice-devel/2014-March/016295.html In addition to some improvements in the client, the fix in comment 5 enable users to limit the clipboard size. On the client side an environment variable SPICE_MAX_CLIPBOARD can be defined. The client communicates that number to the agent which will not send clipboard data of size larger than this number. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0645.html |