Custom Query (16363 matches)
Results (925 - 927 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #18878 | duplicate | VBox 6.0.10: Windows10 Education guest crashes accessing shared folder -> duplicate of 18766 | ||
| Description |
Context: VirtualBox version Versie 6.0.10 r132072 (Qt5.6.3) Mac OSx version 10.14.6 Windows image used: Windows 10 Education Guest additions are installed. When starting the image Windows is started correctly. After logging in address Windows Explorer and direct to a bidirectionally set file share on the host machine and try to search or scroll down. The machine freezes and then Guru kicks in and shuts the machine down. |
|||
| #18875 | duplicate | VBox 6.0.10: Windows guest freezes after opening shared folder -> duplicate of 18766 | ||
| Description |
Hello,
I've encountered a problem. Guest OSes can't open a shared folder with one specific file. After opening a shared folder with the file, guest OS freezes and it's not possible to use it, power off and start restarts the OS and it runs fine again... till the folder is being opened again.
Different guest win OSes: win 10 64x, win 8 64x, 32bit version OS not confirmed yet. Problem happens just sometimes, but only with this specific file (file group, same problem for same files of different file versions). Once the shared folder can't be opened in a snapshot, neither host restart, guest restart nor shared folder readding helps. The only unknown circumstance is what else makes the guest being frozen or not. This problem happened many times, few times in absolutely clean guest OS. All OSes are windows of different versions, all have latest updates.
Attaching screenshot of win 8.1 64x, trying to open the shared folder with the problematic file. Check the scroll bar, while the folder says it's empty, small proof of that this folder state is temporary and transitional.
I'm ready to provide the problematic file (it's our company's our own web browser installer) and Vbox log, but I can't see any tiles where to add them yet. |
|||
| #18869 | fixed | vbox_ttm.c - header file nit in include directive | ||
| Description |
From: "Gianfranco Costamagna" <> To: "VirtualBox Developer's List" <> Subject: [vbox-dev] kernel 5.2 build fix [PATCH] Date: Mon, 26 Aug 2019 12:02:26 +0200 Hello, for some reasons, see [1] virtualbox doesn't build its kernel modules correctly on some configurations...The following patch fixes the issue +--- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c ++++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c +@@ -33,7 +33,7 @@ + * Michael Thayer <> + */ + #include "vbox_drv.h" +-#include <ttm/ttm_page_alloc.h> ++#include <drm/ttm/ttm_page_alloc.h> + + #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72) + #define PLACEMENT_FLAGS(placement) (placement) please apply(you are not supposed to think that kernel is exporting -Iinclude/drm directory, and in all the other places it is not included that way) see for comparison:src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_api.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_bo_driver.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_placement.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_memory.h> src/VBox/Additions/linux/drm/vbox_drv.h:#include <drm/ttm/ttm_module.h> MIT licensed, as usual G. [1] https://bugs.debian.org/934483 https://www.virtualbox.org/pipermail/vbox-dev/2019-August/015323.html |
|||

