summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLogs/ChangeLog-02a')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 06d8b14c557..46053c7993d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Tue Aug 28 11:31:58 2001 Ossama Othman <ossama@uci.edu>
+
+ * tests/DLL_ORB/client.cpp (main):
+ * tests/DLL_ORB/server.cpp (main):
+
+ Load the Resource_Factory before the test module. This forces
+ the Resource_Factory to exist longer than the dynamically loaded
+ ORB, thus allowing the ORB to make invocations on it during
+ destruction. Fixes a segmentation fault in both the client and
+ server binaries.
+
Tue Aug 28 12:28:58 2001 Chad Elliott <elliott_c@ociweb.com>
* tests/TestUtils/TestCombinedThreads.cpp: