diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-07-04 19:42:17 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-07-04 19:42:17 +0200 |
commit | a0948da693e64e3021e6c89b47015ccbc8620fd1 (patch) | |
tree | cc019c5a9fbf71d3e1e82ffa68b6d9497bde73d8 /cpp | |
parent | Fixed bug 2286 (diff) | |
download | ice-a0948da693e64e3021e6c89b47015ccbc8620fd1.tar.bz2 ice-a0948da693e64e3021e6c89b47015ccbc8620fd1.tar.xz ice-a0948da693e64e3021e6c89b47015ccbc8620fd1.zip |
Added comment for bug fix 2286
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 174de79b38e..b563a40f837 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -65,6 +65,10 @@ Changes since version 3.2.X (binary incompatible) Changes since version 3.2.0 --------------------------- +- Fixed object adapter activation deadlock. The deadlock could occur + when the adapter register its endpoints with the locator registry + and if another thread invokes concurrently on the locator. + - If the glacier2router can not contact the permissions verifier or session manager on startup it now prints a warning and continues rather than exiting. These warnings are disabled if the router is |