summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-24 02:29:48 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-24 02:29:48 +0000
commitaa7e2d8fc796d908805c04037a3cacfad2cdc459 (patch)
tree39d86f3065c3024d4b334f3bc844b2f8e53a872b /ACE/ChangeLog
parent50441f4c6ea7f89bc4bfd28b28e07c108347655e (diff)
downloadATCD-bug-3707.tar.gz
Mon Aug 24 02:27:36 UTC 2009 Carlos O'Ryan <coryan@glamdring>bug-3707
* ace/Timer_Queue_T.cpp: Need to release the internal timer queue lock before dispatching calls in expire_single(), otherwise we get nasty deadlocks in the TP_Reactor implementation.
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index f17597659b6..e26837074c7 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Mon Aug 24 02:27:36 UTC 2009 Carlos O'Ryan <coryan@glamdring>
+
+ * ace/Timer_Queue_T.cpp:
+ Need to release the internal timer queue lock before dispatching
+ calls in expire_single(), otherwise we get nasty deadlocks in
+ the TP_Reactor implementation.
+
Thu Jul 2 02:55:09 UTC 2009 Carlos O'Ryan <coryan@glamdring>
* ace/Abstract_Timer_Queue.h: