31 lines
1.3 KiB
HTML
31 lines
1.3 KiB
HTML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
<title>Known Problems R3.14.x</title>
|
|
<meta name="GENERATOR" content="amaya 5.1" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1 style="text-align: center">EPICS Base R3.14.9: Known Problems</h1>
|
|
|
|
<ul>
|
|
<li>It is not possible to build this version of base on HP-UX due to C++
|
|
issues which appear to be bugs in the HP-UX compiler.</li>
|
|
<li>When shutting down any CA client or IOC on a recent version of GNU/Linux
|
|
(one that includes the NPTL threading library) the following message may
|
|
appear, possibly preceeded by a message about a thread terminating due to a
|
|
C++ exception:
|
|
<blockquote><pre>FATAL: exception not rethrown</pre></blockquote>
|
|
An <tt>Abort</tt> message and a core-dump may also be generated if the
|
|
user's settings allow this. The error is caused by the implementation of the
|
|
pthread_cancel() mechanism in NPTL, which uses the C++ exception mechanism
|
|
without providing any means to distinguish the cancel exception to regular
|
|
C++ exception handlers.</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|