summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-30 17:57:20 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-30 17:57:20 +0000
commit8b5e01131e6891c34ef518e3b51f64330ec82f1b (patch)
tree560e6a473403af2050fae928c6f2d446c239c946
parenta8cf2b971e517874ac20535cd025e70b85a9d5cb (diff)
downloadATCD-8b5e01131e6891c34ef518e3b51f64330ec82f1b.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b31
1 files changed, 29 insertions, 2 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 5274f0a375c..e00f407f9f5 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,30 @@
+Fri Oct 30 11:53:16 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-sunos5.6.h: removed ACE_HAS_POSIX_SEM #define because
+ it caused a seg fault in Reactor_Notify_Test on
+ g++ 2.7.2.3/Solaris86 (with -D_POSIX_C_SOURCE=199506L
+ -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__). The seg fault is
+ at the end of the test:
+
+ #0 0xdfd5a809 in realfree ()
+ #1 0xdfd5ad16 in cleanfree ()
+ #2 0xdfd5a43a in _malloc_unlocked ()
+ #3 0xdfd5a2e9 in malloc ()
+ #4 0xdfd61a25 in _strdup ()
+ #5 0xdfeffcd5 in ACE_Log_Msg::log (this=0x8052ec0,
+ format_str=0x804f0af "(%P|%t) Ending %s test at %D\n",
+ log_priority=<error type>,
+ argp=0x80476ac "\n\004\bԁ\177\023\004\bv\004\b\004\b\001")
+ at /export/home/conga/levine/ACE_wrappers/ace/OS.i:1399
+ #6 0xdfeffbfa in ACE_Log_Msg::log (this=0x8052ec0,
+ log_priority=<error type>,
+ format_str=0x804f0ac "d\n") at Log_Msg.cpp:601
+ #7 0x804c935 in main () at Reactor_Notify_Test.cpp:297
+
+ It's hard to imagine how ACE_HAS_POSIX_SEM could cause that.
+ But, it's perfectly repeatable. And, we can live without
+ ACE_HAS_POSIX_SEM.
+
Fri Oct 30 09:23:55 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/SString.h: Cleaned up the ACE_SString comments to be more
@@ -6,12 +33,12 @@ Fri Oct 30 09:23:55 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Thu Oct 29 22:19:19 1998 James CE Johnson <jcej@chiroptera.tragus.org>
- * docs/ACE-FMM.html:
+ * docs/ACE-FMM.html:
Updated from Bob's latest version. Thanks Bob!
Thu Oct 29 21:13:41 1998 James CE Johnson <jcej@chiroptera.tragus.org>
- * docs/tutorials/016/Condition_i.cpp:
+ * docs/tutorials/016/Condition_i.cpp:
Fixed messed-up the signature on
Condition::operator Condition::value_t(void)