VirtualBox

12 年 前 建立

11 年 前 結束

#10845 closed defect (fixed)

VBoxSVC crash caused by incorrect use of IAppliance => fixed in SVN

回報者: Ivo Smits 負責人:
元件: OVF 版本: VirtualBox 4.1.18
關鍵字: VBoxSVC crash IAppliance 副本:
Guest type: all Host type: Windows

描述

When I call IVirtualBox::createAppliance(), IAppliance::read() and then IAppliance::importMachines() - without calling IAppliance::interpret() - VBoxSVC crashes.

I've already found out that I have to call IAppliance::interpret(), but nevertheless this looks like a bug.

Simplified version of the code I used (C#): IAppliance app = VirtualBox.CreateAppliance(); IProgress progress = app.Read("c:\file.ova"); progress.WaitForCompletion(-1); app.Interpret(); app.ImportMachines(new ImportOptions[] { ImportOptions.ImportOptions_KeepNATMACs });

更動歷史 (2)

comment:1 11 年 前aeichner 編輯

摘要: VBoxSVC crash caused by incorrect use of IApplianceVBoxSVC crash caused by incorrect use of IAppliance => fixed in SVN

Thanks for the report, I was able to reproduce issue. It will be fixed in the next maintenance release.

comment:2 11 年 前Frank Mehnert 編輯

狀態: newclosed
處理結果: fixed

Fix is part of VBox 4.2.14.

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

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