Opened 14 years ago
Closed 14 years ago
#8447 closed defect (invalid)
Crash on 2nd attempt to create vboxnet8
Reported by: | Bruce Cran | Owned by: | |
---|---|---|---|
Component: | network/hostif | Version: | VirtualBox 4.0.4 |
Keywords: | Cc: | ||
Guest type: | BSD | Host type: | other |
Description
VirtualBox crashes on the 2nd attempt at creating vboxnet8. The first attempt gives NS_ABORT_ERROR and the 2nd crashes with:
WARNING: failed to send RELEASE event, file /home/brucec/tmp/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.0.4_OSE/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, line 2310
!!Assertion Failed!! Expression: mIface Location : /home/brucec/tmp/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.0.4_OSE/out/freebsd.amd64/debug/obj/VirtualBox/include/COMWrappers.cpp(4250) CProgress CHost::CreateHostOnlyNetworkInterface(CHostNetworkInterface&) Trace/BPT trap
If only 8 network interfaces can be created it should give an error each time.
This is a debug assertion which will not occur with a release build.