VirtualBox

Opened 15 years ago

Closed 14 years ago

#3553 closed defect (fixed)

VBoxManage clonehd responds incorrectly to ^C interrupts

Reported by: Jim Avera Owned by:
Component: other Version: VirtualBox 2.1.4
Keywords: Cc:
Guest type: Windows Host type: Linux

Description

VBoxManage clonehd can be interrupted from the keyboard (e.g. Control-C), but leaves behind some 'orphan' processes which keep running and heavily load the system. I suspect they are continuing to clone the disk.

A subsequent attempt to run the same command simply hangs (perhaps waiting for a lock ???)

Host system: Linux ubuntu 8.10 (intrepid) 64-bit

$ VBoxManage clonehd $HOME/.VirtualBox/diskimages/Win7B64_disk.vdi  /tmp/New.vdi
VirtualBox Command Line Management Interface Version 2.1.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

0%...^C
$ rm /tmp/New.vdi
$ VBoxManage clonehd $HOME/.VirtualBox/diskimages/Win7B64_disk.vdi  /tmp/New.vdi
VirtualBox Command Line Management Interface Version 2.1.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.

[---HANGS---]
^C
$ ps -Af | grep -i box
jima     16537     1  0 13:11 pts/1    00:00:00 /usr/lib/virtualbox/VBoxXPCOMIPCD
jima     16544     1  5 13:11 ?        00:00:05 /usr/lib/virtualbox/VBoxSVC --automate

Change History (2)

comment:1 by Technologov, 14 years ago

Works in 3.2.0

Please Close as FIXED.

-Technologov

comment:2 by Sander van Leeuwen, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use