[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[monit-dev] monit CHANGES.txt
From: |
Martin Pala |
Subject: |
[monit-dev] monit CHANGES.txt |
Date: |
Mon, 25 May 2009 20:46:13 +0000 |
CVSROOT: /sources/monit
Module name: monit
Changes by: Martin Pala <martinp> 09/05/25 20:46:13
Modified files:
. : CHANGES.txt
Log message:
fixed #26664 - crash on service unmonitoring or timeout ... the problem
was caused by mutex which was locked by the same thread which tried to destroy
the mutex and new assert catched the error (i.e. the error was here in previous
versions too but silently ignored)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/monit/CHANGES.txt?cvsroot=monit&r1=1.472&r2=1.473