From f1dec35c5cd672bb32ed60aefbc40828bfb26c38 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 19 Nov 2014 16:00:31 -0600 Subject: [PATCH] Update KnownProblems list --- documentation/KnownProblems.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index f0d548b45..816cea71f 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,17 +4,17 @@ - Known Problems in R3.15.0.2 + Known Problems in R3.15.1 -

EPICS Base R3.15.0.2: Known Problems

+

EPICS Base R3.15.1: Known Problems

Any patch files linked below should be applied at the root of the -base-3.15.0.2 tree. Download them, then use the GNU Patch program as +base-3.15.1 tree. Download them, then use the GNU Patch program as follows:

-
% cd /path/to/base-3.15.0.2
+
% cd /path/to/base-3.15.1
 % patch -p0 < /path/to/file.patch

The following significant problems have been reported with this @@ -24,10 +24,6 @@ version of EPICS Base:

  • 64-bit Windows builds may not work with some tool-sets, the code in src/legacy/gdd is not comptible with the LLP64 model that Windows uses for its 64-bit ABI.
  • -
  • The -x option to the softIoc program loads a standard database - that is supposed to be able to exit the running IOC. In this release that - causes an assertion failure which prints a stack trace and suspends the - program wihout exiting.