Opened 10 years ago
Last modified 10 years ago
#13516 new defect
VBoxManage stucks on long operations
Reported by: | indifferent | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.3.18 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Linux |
Description ¶
Host OS: openSUSE 13.1 or Fedora 20 or RHEL7 Guest OS: any linux I've tried so far.
Steps to reproduce:
- Import provided OVA file at least 3 times, avoid spaces in VM name. Provided OVA is simple Fedora-20 install, cleaned from garbage, installed openjdk build dependencies and VBox guest additions, nothing special.
- Change shared folder path to existing writable folder, but leave "shared" as name of share.
- Install mercurial, run following command:
hg clone 'http://hg.openjdk.java.net/jdk8u/jdk8u/' && cd 'jdk8u' && bash get_source.sh
- Download jdk-7u67-linux-i586.tar.gz from http://java.sun.com
- Start all imported VMs, does not matter headless or not.
- Open number of terminals and run following command in each one of them, change path to jdk8u source, path to jdk-7u67 and name of VM:
while true; do bash vm-build.sh \ --with-major=8 \ --with-src=/home/user/src/jdk8u \ --with-tag=jdk8u20-b26 \ --with-boot-jdk=/home/user/jdk-7u67-linux-i586.tar.gz \ --with-vm="Fedora-20-i586-test1" ; done
- Watch the output from time to time, it usually stucks during make pretty soon on at least 1 of the running VMs, usually during first or second iteration.
OVA file and 2 scripts: https://drive.google.com/folderview?id=0B5Kp-cB1sXJrRDd6RlRwOGxLTTg&usp=sharing
Note:
See TracTickets
for help on using tickets.
Currently there is only reproducer attached, will adding lot files help with this issue?