VirtualBox

Opened 12 years ago

Closed 11 years ago

#10845 closed defect (fixed)

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

Reported by: Ivo Smits Owned by:
Component: OVF Version: VirtualBox 4.1.18
Keywords: VBoxSVC crash IAppliance Cc:
Guest type: all Host type: Windows

Description

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 });

Change History (2)

comment:1 by aeichner, 11 years ago

Summary: 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 by Frank Mehnert, 11 years ago

Resolution: fixed
Status: newclosed

Fix is part of VBox 4.2.14.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use