Opened 15 years ago
Closed 15 years ago
#5730 closed defect (duplicate)
VBox GUI Crash on Copy Paste
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 3.1.0 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Windows |
Description
This is about VBox Qt4 GUI, and it happens even when no VMs are running.
Forum topic: http://forums.virtualbox.org/viewtopic.php?f=15&t=24733
Crash happens on Windows 7/x64 host with VBox 3.1.0. This ugly bug (Qt?) results in crash of VBox GUI and corrupts clipboard in Windows host.
Steps to reproduce: (sometimes reproducible)
- Create a new VM named "Fedora07 32-bit SMP" (type from keyboard; something long with spaces)
- Copy it (VM settings->General->Name field->select->ctrl+C)
- Create a new VM named "Fedora07 32-bit SMP" (paste it, Ctrl+V)
VBox GUI will freeze, when trying to press "X", it will Crash.
NOTE: The problem begins with Copy --- if you paste it to Windows Notepad (after step 2), nothing will be pasted. Basically it zeroes Windows Host Clipboard. But if the source is text copied from Windows Notepad, then step 3 will succeed. It seems that Qt crashes when zero-size clipboard string is pasted into it.
This is basically 2 bugs:
- Copy results in zero-size clipboard string
- Paste of zero-size clipboard string results in VBox GUI crash.
Bug 1 was not reproducible on RHEL 5/x64 and Windows XP hosts. So I can't test Bug 2.
Is there a way to artificially create zero-size clipboard strings on other host platforms?
-Technologov, 11.12.2009.
Change History (3)
comment:1 by , 15 years ago
comment:3 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This also happens with Vista 32-bit host.