perlopenbsd.html
来自「perl教程」· HTML 代码 · 共 69 行
HTML
69 行
<?xml version="1.0" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- saved from url=(0017)http://localhost/ -->
<script language="JavaScript" src="../../displayToc.js"></script>
<script language="JavaScript" src="../../tocParas.js"></script>
<script language="JavaScript" src="../../tocTab.js"></script>
<link rel="stylesheet" type="text/css" href="../../scineplex.css">
<title>README.openbsd - Perl version 5 on OpenBSD systems</title>
<link rel="stylesheet" href="../../Active.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:" />
</head>
<body>
<script>writelinks('__top__',2);</script>
<h1><a>README.openbsd - Perl version 5 on OpenBSD systems</a></h1>
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<ul>
<li><a href="#openbsd_core_dumps_from_getprotobyname_r_and_getservbyname_r_with_ithreads">OpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreads</a></li>
</ul>
<li><a href="#author">AUTHOR</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>README.openbsd - Perl version 5 on OpenBSD systems</p>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>This document describes various features of OpenBSD that will affect how Perl
version 5 (hereafter just Perl) is compiled and/or runs.</p>
<p>
</p>
<h2><a name="openbsd_core_dumps_from_getprotobyname_r_and_getservbyname_r_with_ithreads">OpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreads</a></h2>
<p>When Perl is configured to use ithreads, it will use re-entrant library calls
in preference to non-re-entrant versions. There is an incompatability in
OpenBSD's <code>getprotobyname_r</code> and <code>getservbyname_r</code> function in versions 3.7
and later that will cause a SEGV when called without doing a <code>bzero</code> on
their return structs prior to calling these functions. Current Perl's
should handle this problem correctly. Older threaded Perls (5.8.6 or earlier)
will run into this problem. If you want to run a threaded Perl on OpenBSD
3.7 or higher, you will need to upgrade to at least Perl 5.8.7.</p>
<p>
</p>
<hr />
<h1><a name="author">AUTHOR</a></h1>
<p>Steve Peters <<a href="mailto:steve@fisharerojo.org">steve@fisharerojo.org</a>></p>
<p>Please report any errors, updates, or suggestions to <em><a href="mailto:perlbug@perl.org">perlbug@perl.org</a></em>.</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?