VirtualBox

Opened 16 years ago

Closed 16 years ago

#2015 closed defect (fixed)

Clipboard bad replaces memory => fixed in next version

Reported by: talpa Owned by:
Component: other Version: VirtualBox 1.6.4
Keywords: Cc:
Guest type: other Host type: other

Description

Clipboard in memory have problem. If I copy some string in winXP and then paste this value in ubuntu. Problem is that clipboard haven't correctly size, have size previous clipboard and part this value is paste too.

Change History (4)

comment:1 by Frank Mehnert, 16 years ago

priority: blockermajor

Please could you describe the problem better:

  • which host OS
  • which guest OS
  • what is the size of the clipboard?

comment:2 by brettbender, 16 years ago

I have this issue, though I think it is a little trickier than "has size [of] previous clipboard".

VBox == 2.0.2 PUEL Host OS == Windows XP SP3 Guest OS == Ubuntu 8.04

Repro steps:

  1. Guest -- file "clip-in", size 127 bytes, filled with "A"
  2. Send to clipboard with: xclip -selection clip -i < clip-in
  3. Host -- open Notepad, Edit => Paste, get 127 "A", good so far
  4. Host -- select text in Notepad, Edit => Copy
  5. Guest -- paste from clipboard with: xclip -selection clip -o > clip-out

Expected: contents of clip-out should be 127 "A", identical to clip-in Get instead: 768 bytes file, starting with the expected "A"s followed by junk

Size of output is proportional 6:1 to input -- when I send through 64 "A"s instead, I get 396 bytes out; using 255 "A"s results in 1542 bytes out.

comment:3 by Michael Thayer, 16 years ago

Reproducible with VirtualBox SVN Head, host Kubuntu 8.04 AMD 64, guest Ubuntu 8.04.1 i386.

comment:4 by Michael Thayer, 16 years ago

Resolution: fixed
Status: newclosed
Summary: Clipboard bad replaces memoryClipboard bad replaces memory => fixed in next version

Reproduced and fixed for next version.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use