Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c68a1d

Browse files
Additions: Linux: VBoxService: Terminate VBoxDRMClient process by its PID file on exit, bugref:10134, github:gh-311.
svn:sync-xref-src-repo-rev: r171083
1 parent 7fb0e8e commit 8c68a1d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎src/VBox/Additions/common/VBoxService/VBoxService.cpp‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: VBoxService.cpp 110684 2025-08-11 17:18:47Z klaus.espenlaub@oracle.com $ */
1+
/* $Id: VBoxService.cpp 111521 2025-10-30 12:50:56Z vadim.galitsyn@oracle.com $ */
22
/** @file
33
* VBoxService - Guest Additions Service Skeleton.
44
*/
@@ -816,6 +816,12 @@ int VGSvcStopServices(void)
816816
}
817817
#endif
818818

819+
# ifdef RT_OS_LINUX
820+
rc = VbglR3DrmClientStop();
821+
if (RT_FAILURE(rc))
822+
VGSvcVerbose(0, "VMSVGA DRM resizing client could not be stopped, rc=%Rrc\n", rc);
823+
# endif /* RT_OS_LINUX */
824+
819825
VGSvcVerbose(2, "Stopping services returning: %Rrc\n", rc);
820826
VGSvcReportStatus(RT_SUCCESS(rc) ? VBoxGuestFacilityStatus_Paused : VBoxGuestFacilityStatus_Failed);
821827
return rc;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /