Changes between Initial Version and Version 1 of Ticket #17163, comment 2
- Timestamp:
- Oct 19, 2017 8:17:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17163, comment 2
initial v1 1 1 I've done "yum upgrade" for my Oracle Linux 7.4 today, and installed VirtualBox 5.2.0 GA. After reboot of the guest, when trying to install the guest additions, I've experienced absolutely same issue: 2 2 3 {{{ 3 4 ... 4 5 /tmp/vbox.0/hgsmi_base.c: In function ‘hgsmi_send_caps_info’: … … 13 14 // LogFunc(("HGSMIHeapAlloc failed\n")); 14 15 ... 16 }}} 17 18 Attaching the log. 15 19 16 20 17 Attaching the log. 21 {{{ 22 # rpm -qa xorg-x11-server-Xorg kernel glibc gcc | sort 23 gcc-4.8.5-16.el7.x86_64 24 glibc-2.17-196.el7.i686 25 glibc-2.17-196.el7.x86_64 26 kernel-3.10.0-327.13.1.el7.x86_64 27 kernel-3.10.0-693.2.2.el7.x86_64 28 xorg-x11-server-Xorg-1.19.3-11.el7.x86_64 29 }}}