VirtualBox

Ticket #2015 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Clipboard bad replaces memory => fixed in next version

Reported by: talpa Assigned to:
Priority: major 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

2008-09-01 14:18:00 changed by frank

  • priority changed from blocker to major.

Please could you describe the problem better:

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

2008-10-13 22:53:55 changed by brettbender

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.

2008-10-14 10:07:41 changed by michael

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

2008-10-14 19:55:55 changed by michael

  • status changed from new to closed.
  • resolution set to fixed.
  • summary changed from Clipboard bad replaces memory to Clipboard bad replaces memory => fixed in next version.

Reproduced and fixed for next version.

© 2009 Sun Microsystems, Inc.
ContactPrivacy policy