From 41aeb709e535876460c541ce1ea625a5abd24416 Mon Sep 17 00:00:00 2001
From: Jeff Hill
Passing a nill function pointer to ca_replace_access_rights_event() should install a noop handler, but - this currently causes a failure.
+ this currently causes a failure.Regression tests have been installed to detect this mistake.
+Regression tests have been installed to detect this mistake.
Probably introduced in a previous R3.14 release.
+An intermittent C++ exceptions during regression testing.
+In EPICS release R3.14 the CA client library is implemented using - auxillary threads. If the application does not call + axillary threads. If the application does not call ca_context_destroy() these threads will still be running, and - dependening on operating system conventions the process may - not exit if the main thread exits, but auxillary threads are + depending on operating system conventions the process may + not exit if the main thread exits, but axillary threads are still running. Note that ca_context_destroy() is functionally - equivalent to the depricated call ca_task_exit().
+ equivalent to the deprecated call ca_task_exit().Failure, when writing large string through the portable CA server. - There appears to be a posssibility of the wrong string being written - when a smaller string is used. You may see the following message.
+ There appears to be a possibility of the wrong string being written + when a smaller string is used. You may see the following message.A call to "assert (! this->pValue->unreference ())" failed in ..\..\..\..\include\smartGDDPointer.h line 88.