Custom Query (16363 matches)
Results (1378 - 1380 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #6508 | worksforme | look like undeleted , forgotten files | ||
| Description |
|
|||
| #3565 | invalid | logical network interface not working | ||
| Description |
Solaris logical interface was working with 2.0.6, fails with 2.1.4. The Host OS (OpenSolaris 2008.11) has a logical interface cnfigured: ifconfig nge0:1 plumb ifconfig nge0:1 192.168.100.100 netmask 255.255.255.0 up The guest OS (OpenSolaris 2008.11) is configured to use Host Interface with a static IP address (192.168.100.101). Everything worked great with 2.0.6. The host OS could access the quest OS. After upgrading, the host OS can not "see" the guest OS, no ping or anything. Uninstalled 2.1.4 and re-installed 2.0.6 ... everything worked fine ??? |
|||
| #21238 | fixed | logical error in DBGFR3BpSetInt3Ex => fixed in SVN/next 7.0.x maintenance | ||
| Description |
Incorrect behavior when call DBGFR3BpSetInt3Ex for 'ALREADY_EXIST'adress, but without DBGF_BP_F_ENABLED in fFlags. Minimal fixed patch is: --- VirtualBox-7.0.2/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp.orig Wed Oct 19 21:29:54 2022 +++ VirtualBox-7.0.2/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp Thu Nov 03 19:44:32 2022 @@ -2197,7 +2197,7 @@
+ if (!DBGF_BP_PUB_IS_ENABLED(&pBp->Pub) && (fFlags & DBGF_BP_F_ENABLED))
|
|||

