VirtualBox

8 年 前 建立

7 年 前 結束

#16745 closed defect (fixed)

Segmentation fault while starting a VM headless from snapshot

回報者: bb90 負責人:
元件: VM control 版本: VirtualBox 5.1.22
關鍵字: segfault snapshot headless 副本:
Guest type: Linux Host type: Linux

描述 (由 Frank Mehnert 作最後更新)

Given a newly created Ubuntu VM installed with Cloud-Init And a snapshot from the VM When I restore the snapshot (VBoxManage snapshot server restorecurrent --> no problem) And start the VM (VBoxManage startvm server --type headless)

Then I get 'VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface ISession' And there is segfault log in syslog (attached).

Ubuntu 16.04.2 LTS (Xenial Xerus)
Linux HOST 4.8.0-49-generic #52~16.04.1-Ubuntu SMP Thu Apr 20 10:55:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

There is also some path mismatch. Snapshot file is here: /home/USER/VirtualBox VMs/GROUP/server/Snapshots/{b60bca32-76e8-4815-88cd-e55516a6186a}.vdi VBox wants: /home/USER/VirtualBox VMs/GROUP/server/Snapshots/2017-05-09T09-32-52-131952000Z.sav/Snapshots/2017-05-09T09-32-52-131952000Z.sav

Please fix this issue. For now, I have to revert the VirtualBox version to older, working one.

附加檔案 (2)

syslog.txt (1.2 KB ) - 8 年 前, 由 bb90 新增
vbox.log (1.1 KB ) - 8 年 前, 由 bb90 新增

下載所有附檔: .zip

更動歷史 (11)

8 年 前bb90 編輯

附檔: 新增 syslog.txt

8 年 前bb90 編輯

附檔: 新增 vbox.log

comment:1 8 年 前bb90 編輯

Also:

VBoxManage unregistervm --delete server
0%...10%...20%...30%...40%...50%...60%...
Progress state: VBOX_E_IPRT_ERROR
VBoxManage: error: Machine delete failed
VBoxManage: error: Could not delete file '/home/USER/VirtualBox VMs/GROUP/server/Snapshots/2017-05-09T09-32-52-131952000Z.sav/Snapshots/2017-05-09T09-32-52-131952000Z.sav'(VERR_FILE_NOT_FOUND)
VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component MachineWrap, interface IMachine
VBoxManage: error: Context: "RTEXITCODE handleUnregisterVM(HandlerArg*)" at line 163 of file VBoxManageMisc.cpp
最後由 Frank Mehnert 編輯於 8 年 前 (上一筆) (差異)

comment:2 8 年 前bb90 編輯

Work around: if the newly created VM is not moved to a VM group. Than the problem does not occur. Maybe the .sav file is not moved with the VM.

comment:3 8 年 前Frank Mehnert 編輯

Would be interesting to know which older, working version of VirtualBox you are referring to.

comment:4 8 年 前Frank Mehnert 編輯

描述: 修改 (差異)

Furthermore I would like to have a step-by-step reproduction scenario for the problem triggered with VBox 5.1.22.

comment:5 8 年 前bb90 編輯

Hi frank,
I have tried 5.0 (ubuntu xenial virtualbox package), but it also was not working.

Here is a was to reproduce it. It "works" 100% for me.

curl http://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img -o /tmp/ubuntu.img
qemu-img convert -O vdi /tmp/ubuntu.img /tmp/ubuntu.vdi
VBoxManage internalcommands sethduuid /tmp/ubuntu.vdi
VBoxManage createvm --name tst --register
VBoxManage modifyvm tst  --cpus 1  --memory 256  --boot1 disk --boot2 none --boot3 none --boot4 none  --nic1 nat  --cableconnected1 on  --ostype Linux_64  --ioapic on  --defaultfrontend headless
VBoxManage storagectl tst --name SATA --add sata --portcount 1 --hostiocache on[[BR]]
VBoxManage storageattach tst  --storagectl SATA --port 0 --device 0  --type hdd --medium /tmp/ubuntu.vdi
VBoxManage startvm --type headless tst
sleep 20
VBoxManage controlvm tst savestate
VBoxManage snapshot tst take 'system-initial'

GUI:

  • Right click on tst VM -> group
  • snapshots -> restore to system-initial (do not create new snapshot)
  • start the tst VM in headless mode
  • It should crash, VM state should be Aborted.
VBoxManage unregistervm --delete tst

Throws error, files should be deleted manually...

My theory: after grupping the VM, the *.sav file is gone...

最後由 Frank Mehnert 編輯於 8 年 前 (上一筆) (差異)

comment:6 8 年 前Frank Mehnert 編輯

Thanks for the reproduction scenario. Actually it's not necessary to attach a disk to the VM. An empty VM shows the same problem. You are right, the problem comes from moving the VM into a group. That operation will wrongly update the path to the state file. The VBoxHeadless crash is another problem: It shouldn't crash if the state file cannot be found, it should just normally terminate. The second problem is easy to fix, the first problem (wrong path to the state file when groups are involved) is a bit more complicated.

comment:7 8 年 前Frank Mehnert 編輯

Finally found and fixed. The fix will be part of VBox 5.1.24. The most recent 5.1.x test builds (>=115382) contain the fix as well.

comment:8 8 年 前bb90 編輯

Hi frank, Thank you very much!

comment:9 7 年 前Frank Mehnert 編輯

狀態: newclosed
處理結果: fixed

Fix is part of 5.1.24.

注意: 瀏覽 TracTickets 來幫助您使用待辦事項功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette