Custom Query (16363 matches)
Results (169 - 171 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #21086 | fixed | Regression in 6.1.36 causes segfault in VBoxDD.so | ||
| Description |
An openSUSE customer has reported a regression in version 6.1.36. When they try to shutdown a VM that has Sandisk USB 3.2gen1 flash drives attached to an xHCI port, the VM aborts rather than undergoing a normal shutdown. The problem in not seen with older USB devices, and it did not happen with 6.1.34. The customer did reproduce the problem with a Fedora 36 host, thus the problem is general. Attached is a log file for the VM. It shows that the VM state goes from 'RUNNING' to 'RESETTING', rather than the expected 'RUNNING' to 'POWERING_OFF'. Otherwise, I saw nothing logged. The dmesg log on the host shows the following: [Tue Aug 30 11:38:22 2022] usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd [Tue Aug 30 11:38:22 2022] usb 6-1: reset SuperSpeed USB device number 2 using xhci_hcd [Tue Aug 30 11:38:51 2022] show_signal_msg: 47 callbacks suppressed [Tue Aug 30 11:38:51 2022] EMT-0[6148]: segfault at 0 ip 00007f447282f8df sp 00007f44b41fb630 error 4 in VBoxDD.so[7f447276f000+178000] [Tue Aug 30 11:38:51 2022] Code: c8 e8 15 1f 00 00 8b 45 c8 48 83 c4 18 5b 41 5c 41 5d 41 5e 41 5f 5d c3 0f 1f 00 48 8b 04 25 00 00 00 00 0f 0b e8 f1 fb f3 ff <48> 8b 03 48 8b 55 c8 48 83 c4 18 41 0f b6 f4 4d 89 f8 4c 89 f1 48 Launching the debugger on VBoxDD.so, the code at offset 0x17800 is (gdb) list *0x178000 0x178000 is in bootp_input (/usr/src/debug/virtualbox-6.1.36-2.1.x86_64/src/VBox/Devices/Network/slirp/bootp.c:624). Downloading 0.03 MB source file /usr/src/debug/virtualbox-6.1.36-2.1.x86_64/src/VBox/Devices/Network/slirp/bootp.c 618 if (!bc) 619 { 620 LogRel(("NAT: DHCP Inform was ignored no boot client was found\n")); 621 return -1; 622 } 623 624 LogRel(("NAT: DHCP offered IP address %RTnaipv4\n", bc->addr.s_addr)); 625 offReply = dhcp_send_ack(pData, bp, bc, m, /* fDhcpRequest=*/ 0); 626 return offReply; 627 } From this, we know that bc is not zero, but it must not be a valid pointer. In addition, if I read the code correctly, this section is trying to get an IP address at bootup. If that is correct, the error happened somewhere else. The openSUSE bug report is found at https://bugzilla.opensuse.org/show_bug.cgi?id=1202851. |
|||
| #21084 | fixed | Exception Break Point after adding NVMe controller => fixed in next 6.1.x maintenance release | ||
| Description |
Can add up to 4 disks on this NVMe controller, but it crashes on startup as soon as I exceed 5x VDI disks. Each VDI disk is 2Gb in size, created as fixed and shared The exception Breakpoint A breakpoint has been reached (0x0000003) occured in the application at location 0x00007FFFFB053697. Click on OK to terminate the program Result Code: E_FAIL (0x80004005) Component: SessionMachine Interface: ISession {c0447716-ff5a-4795-b57a-ecd5fffa18a4} Version 6.1.36 r 152435 (Qt5.6.2) |
|||
| #21079 | fixed | Any virtual machine launch immediately fails with the same error message | ||
| Description |
I guess the problem appeared with version 12.2 of MacOs Monterey since an old working version of VirtualBox started to malfunction giving the same errors as the latest version of VirtualBox : On double-clicking on any virtual machine a popup window appears immediately with the message: Kernel driver not installed (rc=-1908) Make sure the kernel module has been loaded successfully. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. There is also after another popup window which provides this message: Échec de l'ouverture de session pour la machine virtuelle any.
The virtual machine 'any' has terminated unexpectedly during startup because of signal 6.
Code d'erreur : NS_ERROR_FAILURE (0x80004005)
Composant : MachineWrap
Interface : IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}
|
|||

