--- a/loggingservices/eventlogger/LogServ/src/logservsession.cpp Thu Aug 19 11:36:21 2010 +0300
+++ b/loggingservices/eventlogger/LogServ/src/logservsession.cpp Tue Aug 31 16:57:14 2010 +0300
@@ -59,7 +59,8 @@
{
LOGTEXT3("CLogServSession::~CLogServSession() - client logging off: %S, %d", &iClientThreadName, iSessionId);
- iOperationManager.OMCancel(iSessionId, ETrue);
+ // Set second parameter to not complete the message, otherwise if the client has died a KERN-EXEC 44 will be generated.
+ iOperationManager.OMCancel(iSessionId, EFalse);
delete iPackage;
delete iNotify;