Custom Query (16363 matches)
Results (640 - 642 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #19617 | duplicate | Fedora 32 support | ||
| Description |
Attempt to upgrade from Fedora 31 to Fedora 32 is blocked by VirtualBox lacking support for 32:
Error:
The repositories that exist here: http://download.virtualbox.org/virtualbox/rpm/fedora/ and set by /etc/yum.repos.d/virtualbox.repo does not contain the new Fedora release. |
|||
| #19615 | invalid | Linux - hostonlif ipconfig modifies system default route | ||
| Description |
Hello, creating a hostonlyif and assigning an IP to it via vboxmanage hostonlyif ipconfig vboxnet0 --ip 192.168.56.1 results in mangling the host system routing, giving maximum priority to the hostonly interface for default route. $ vboxmanage --version 6.1.6_Ubuntur137129 $ ip route ls default via 192.168.10.1 dev wlan0 proto dhcp src 192.168.10.4 metric 303 mtu 1500 $ vboxmanage hostonlyif create 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% Interface 'vboxnet0' was successfully created $ ip route ls default via 192.168.10.1 dev wlan0 proto dhcp src 192.168.10.4 metric 303 mtu 1500 $ vboxmanage hostonlyif ipconfig vboxnet0 --ip 192.168.56.1 $ ip route ls default via 192.168.56.1 dev vboxnet0 src 192.168.56.1 metric 212 default via 192.168.10.1 dev wlan0 proto dhcp src 192.168.10.4 metric 303 mtu 1500 As this behavior mangles system network connectivity, it would be expected that the default route created by the hostif network has lower priority compared to existing ones. |
|||
| #19610 | fixed | Null pointer dereference in vmsvgaR3PortReportMonitorPositions when using VboxVGA graphics device => fixed in svn/6.1.x x>10 | ||
| Description |
I'm using VirtualBox 6.1.8 with 64-bit Debian both as a host and as a guest OS. Under specific conditions, VirtualBox crashes during guest OS boot. I found the following necessary conditions for the crash to occur:
Here is a stack trace of the crash: #0 vmsvgaR3PortReportMonitorPositions (pInterface=0x7fb40404a198, cPositions=<optimized out>, pPosition=0x7fb404da601c)
#1 0x00007fb424276fd3 in Display::i_handleUpdateMonitorPositions (this=0x7fb4000023c0, cPositions=1, pPosition=0x7fb404da601c)
#2 0x00007fb424296e98 in vmmdevUpdateMonitorPositions (pInterface=<optimized out>, cPositions=<optimized out>, pPositions=<optimized out>)
#3 0x00007fb3eb043d69 in vmmdevRequestHandler (pDevIns=<optimized out>, pvUser=<optimized out>, offPort=<optimized out>, u32=<optimized out>, cb=<optimized out>)
#4 0x00007fb4246a46b0 in IOMIOPortWrite (pVM=0x7fb404c3e000, pVCpu=pVCpu@entry=0x7fb404c29000, Port=<optimized out>, u32Value=1037959912, cbValue=4)
#5 0x00007fb4245a4172 in IOMR3ProcessForceFlag (pVM=pVM@entry=0x7fb404c3e000, pVCpu=pVCpu@entry=0x7fb404c29000, rcStrict=2622)
#6 0x00007fb42459ab55 in emR3HighPriorityPostForcedActions (pVM=pVM@entry=0x7fb404c3e000, pVCpu=pVCpu@entry=0x7fb404c29000, rc=<optimized out>)
#7 0x00007fb42459e4e2 in emR3HmExecute (pVM=pVM@entry=0x7fb404c3e000, pVCpu=pVCpu@entry=0x7fb404c29000, pfFFDone=pfFFDone@entry=0x7fb404d4bdf7)
#8 0x00007fb42459cbc9 in EMR3ExecuteVM (pVM=<optimized out>, pVCpu=<optimized out>) at /build/virtualbox-wbVDsa/virtualbox-6.1.8-dfsg/src/VBox/VMM/VMMR3/EM.cpp:2658 #9 0x00007fb4245fd730 in vmR3EmulationThreadWithId (hThreadSelf=<optimized out>, pUVCpu=0x7fb404d536a0, idCpu=0)
#10 0x00007fb4361b5494 in rtThreadMain (pThread=pThread@entry=0x7fb3e4006370, NativeThread=NativeThread@entry=140411151894272, pszThreadName=pszThreadName@entry=0x7fb3e4006c50 "EMT")
#11 0x00007fb43626d1be in rtThreadNativeMain (pvArgs=0x7fb3e4006370) at /build/virtualbox-wbVDsa/virtualbox-6.1.8-dfsg/src/VBox/Runtime/r3/posix/thread-posix.cpp:362 #12 0x00007fb43654df27 in start_thread (arg=<optimized out>) at pthread_create.c:479 #13 0x00007fb43647a31f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 During the execution of vmsvgaR3PortReportMonitorPositions function, the value of pSVGAState variable is a null pointer. The crash happens when the pointer is dereferenced. |
|||

