ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/trouble.htm

67 lines
2.2 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<title>Troubleshooting Pthread errors</title>
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<!-- Begin Header Records ========================================== -->
<!-- NETMG2 SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
<!-- RCHVMW2 on 29 Jan 1999 at 10:01:37 -->
<!--File Edited November 2001 -->
<!--End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<a name="Top_Of_Page"></a>
<!-- Java sync-link -->
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
</script>
<h2>Troubleshooting Pthread errors</h2>
<p>The following are common errors users encounter when programming with
Pthreads. Follow the appropriate link to find instructions for correcting these
errors:</p>
<ul>
<li><a href="concept3.htm" target="text">Cannot find header files pthread.h or
qp0ztype.h or qp0zptha.h</a></li>
<li><a href="concept4.htm" target="text">Thread creation (pthread_create())
fails with EBUSY or 3029</a></li>
<li><a href="concept5.htm" target="text">Mixing thread models or API
sets</a></li>
<li><a href="concept6.htm" target="text">Reserved fields must be binary
zero</a></li>
<li><a href="concept7.htm" target="text">Powerful i5/OS cleanup mechanisms
allow application deadlock (cancel_handler and C++ automatic
destructors)</a></li>
<li><a href="concept8.htm" target="text">Thread creation using C++ methods as
target does not work</a></li>
<li><a href="concept9.htm" target="text">MCH3402 from pointer returned by
pthread_join()</a></li>
</ul>
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center">
<a href="rzah4mst.htm">Pthread APIs</a> |
<a href="aplist.htm">APIs by category</a></td>
</tr>
</table>
</center>
</body>
</html>