Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 702992 Details for
Bug 868254
vdagent-win exits if two users are logged in simultaneously
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
vdservice: reset vdagent stop event after wait for termination
0001-vdservice-reset-vdagent-stop-event-after-wait.patch (text/plain), 1.01 KB, created by
Arnon Gilboa
on 2013-02-26 15:57:19 UTC
(
hide
)
Description:
vdservice: reset vdagent stop event after wait for termination
Filename:
MIME Type:
Creator:
Arnon Gilboa
Created:
2013-02-26 15:57:19 UTC
Size:
1.01 KB
patch
obsolete
>From c1807e804046f98a14cfc3e4f7ef8e08cf31ee61 Mon Sep 17 00:00:00 2001 >From: Arnon Gilboa <agilboa@redhat.com> >Date: Tue, 26 Feb 2013 17:58:44 +0200 >Subject: [vdagent-win PATCH] vdservice: reset vdagent stop event after wait > >vdagent terminates when the global event is set by vdservice. vdservice is also >responsible to reset the event in any case, without trusting vdagent to do so. >Otherwise, it may terminate the following vdagent instance immediately as well. > >Regression was due to commit 2d03cc. > >rhbz #868254 >--- > vdservice/vdservice.cpp | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/vdservice/vdservice.cpp b/vdservice/vdservice.cpp >index a899ae1..90a3b26 100644 >--- a/vdservice/vdservice.cpp >+++ b/vdservice/vdservice.cpp >@@ -801,6 +801,7 @@ bool VDService::kill_agent() > break; > } > } >+ ResetEvent(_agent_stop_event); > CloseHandle(proc_handle); > CloseHandle(_agent_proc_info.hThread); > ZeroMemory(&_agent_proc_info, sizeof(_agent_proc_info)); >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 868254
:
651552
|
700597
|
700598
| 702992