Univention Bugzilla – Attachment 7463 Details for
Bug 40627
UMC-Server: crashed during session timeout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
40627.patch (text/plain), 873 bytes, created by
Florian Best
on 2016-02-10 12:47:37 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-02-10 12:47:37 CET
Size:
873 bytes
patch
obsolete
>diff --git a/management/univention-management-console/src/univention/management/console/protocol/session.py b/management/univention-management-console/src/univention/management/console/protocol/session.py >index 6b4365a..8c08795 100644 >--- a/management/univention-management-console/src/univention/management/console/protocol/session.py >+++ b/management/univention-management-console/src/univention/management/console/protocol/session.py >@@ -310,7 +310,10 @@ def _purge_child(self, module_name): > if module_name in self.__processes: > CORE.process('module %s is still running - purging module out of memory' % module_name) > pid = self.__processes[module_name].pid() >- os.kill(pid, 9) >+ try: >+ os.kill(pid, 9) >+ except OSError as exc: >+ CORE.warn('Failed to kill module %s: %s' % (module_name, exc)) > return False > > def handle_request_exit(self, msg):
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 40627
: 7463