Opened 14 years ago
Closed 13 years ago
#8249 closed defect (duplicate)
Enabling page fusion causes AssertLogRel errors in pgmR3SharedModuleRegRendezvous in VBox.log
Reported by: | dllexport | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 4.0.2 |
Keywords: | page fusion, pgmR3SharedModuleRegRendezvous | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description (last modified by )
On a Linux/x64 host with AMD-V enabled with Windows 2003 R2 x64 guests, the following error is repeatedly logged in VBox.log when page fusion is enabled:
AssertLogRel /home/vbox/vbox-4.0.2/src/VBox/VMM/VMMR3/PGMSharedPage.cpp(207) VBOXSTRICTRC pgmR3SharedModuleRegRendezvous(VM*, VMCPU*, void*): RT_SUCCESS_NP(rc) 147:58:33.520 VERR_INVALID_PARAMETER (-2) - Invalid parameter.
The error appears even if only one guest is running.
Page fusion also does not work. The "host RAM/VMM/Shared" metric is always 0kb, as is "Guest/RAM/Usage/Shared".
Attachments (1)
Change History (5)
by , 14 years ago
comment:1 by , 14 years ago
comment:2 by , 14 years ago
There is nothing in the host kernel log. I tried restarting one of the VMs in case I missed something, but there is nothing.
comment:3 by , 13 years ago
Same output is still generated with VirtualBox 4.0.14:
00:15:43.221 AssertLogRel /home/vbox/vbox-4.0.14/src/VBox/VMM/VMMR3/PGMSharedPage.cpp(207) VBOXSTRICTRC pgmR3SharedModuleRegRendezvous(VM*, VMCPU*, void*): RT_SUCCESS_NP(rc) 00:15:43.221 VERR_INVALID_PARAMETER (-2) - Invalid parameter.
I'm not sure if page fusion really works though. At least it does not seem efficient.
When running "VBoxManage metrics collect" I can see: 22:11:08.342 host RAM/VMM/Shared 35264 kB 22:11:08.342 host RAM/VMM/Shared:avg 35264 kB 22:11:08.342 host RAM/VMM/Shared:min 35264 kB 22:11:08.342 host RAM/VMM/Shared:max 35264 kB but 35MB is really very little for two identical Windows XP machines with running the identical huge applications at the same time....?
comment:4 by , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Let's close this as duplicate of #7278.
Is there any debug output in the host kernel log (dmesg)?