Custom Query (16363 matches)
Results (1882 - 1884 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #20523 | fixed | Solaris vboxusbmon can panic when using alternate filesystems => fixed in svn/6.1.x x>26 | ||
| Description |
See SR 3-26796088091 for details. This SR has restricted content so only minimal information will be copied here. The Solaris vboxusbmon module can panic when using alternate attach points, in this case /a/devices/pseudo/vboxusbmon@0:vboxusbmon. The panic stack is: ffffe3300b05a730 unix:die+147 () ffffe3300b05a800 unix:trap+1457 () ffffe3300b05a810 unix:_cmntrap+ea () ffffe3300b05a910 genunix:ddi_get_instance+c () ffffe3300b05a930 vboxusbmon:VBoxUSBMonSolarisGetInfo+3e () ffffe3300b05a970 genunix:dev_to_instance+52 () ffffe3300b05a9e0 genunix:devi_hold_by_dev+4a () ffffe3300b05aaa0 specfs:spec_open+bd () ffffe3300b05ab20 genunix:fop_open+18f () ffffe3300b05ad00 genunix:vn_openat+9b4 () ffffe3300b05ae90 genunix:copen+5c3 () ffffe3300b05aec0 genunix:uopen+23 () ffffe3300b05aef0 genunix:openat+2e () ffffe3300b05af00 unix:brand_sys_syscall+2ce () VBoxUSBMonSolarisGetInfo cannot assume the driver is attached. Since there is a single instance of this device, the suggested fix: Index: src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c
===================================================================
--- src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c (revision 90443)
+++ src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c (working copy)
@@ -402,10 +402,12 @@
{
case DDI_INFO_DEVT2DEVINFO:
*ppvResult = (void *)g_pDip;
+ if (g_pDip == NULL)
+ rc = DDI_FAILURE;
break;
case DDI_INFO_DEVT2INSTANCE:
- *ppvResult = (void *)(uintptr_t)ddi_get_instance(g_pDip);
+ *ppvResult = (void *)0;
break;
default:
|
|||
| #10745 | obsolete | Guru Meditation 1103 (VINF_EM_DBG_HYPER_ASSERTION), error -1701 (VERR_MM_HYPER_NO_MEMORY) | ||
| Description |
Using VB 4.1.18. Host is OEL5.6 x86_64, guests are OEL5.7 x86. Not using 64bit guests because CPUs are the older AMD Opteron 248 that don't have hardware virtualization. I have told VB not to use HW virtualization, see "Hardw. virt.ext: off" in the attached showvminfo.txt file. I have three VMs: oel57net has 500M RAM, this never fails. It doesn't do much: acts as a DHCP and DNS and NFS server for the other two. oel57a and oel57b have 1500M RAM and fail regularly but unpredictably with a Guru Mediatation 1103. They never last more 15 minutes, they usually last at least 5 minutes. I had thought that the problem was to do with the software I am running (I'm building a Oracle 11.2 cluster) but I do not believe this: the failures sometimes occur before starting the clusterware daemons. I previously raised this issue on the forum when I was using VB release 4.1.12 this is the link tio the post https://forums.virtualbox.org/viewtopic.php?f=7&t=49184&p=223700&hilit=guru+meditation+1103#p223700 which includes more examples of the problem. Please tell me any other information I can provide, and thank you for any assistance. |
|||
| #7241 | obsolete | VirtualBox 3.2.6 Guest Additions installation fails with "ERROR: File not found!" | ||
| Description |
Ubuntu host, Windows 2000 guest. With VirtualBox version 3.2.6 the Guest Additions installation fails as follows:
Same problem exists from Device Manager "VirtualBox Graphics Adapter" driver update from Microsoft Windows Update. See attached VBox.log and install_ui.log. |
|||

