> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/release/freebsd-7.2-release/7.2-errata.md).

# FreeBSD 7.2-RELEASE 勘误

**FreeBSD 项目**

版权 © 2008, 2009 FreeBSD 文档项目

```ini
$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml 193687 2009-06-08 05:11:35Z hrs $
```

FreeBSD 是 FreeBSD 基金会的注册商标。

Intel、Celeron、EtherExpress、i386、i486、Itanium、Pentium 和 Xeon 是 Intel Corporation 或其子公司在美国及其他国家的商标或注册商标。

Sparc、Sparc64、SPARCEngine 和 UltraSPARC 是 SPARC 国际公司在美国及其他国家的商标。带有 SPARC 商标的产品基于 Sun Microsystems, Inc. 开发的架构。

许多制造商和销售商用于区分其产品的名称被宣称为商标。若这些名称在本文件中出现，并且 FreeBSD 项目已知该商标声明，这些名称后将跟随“™”或“®”符号。

## 摘要

本文列出 FreeBSD 7.2-RELEASE 的勘误项，包含发行后或在发行周期后期发现的、未能纳入发行版文档的重要信息。这些信息包括安全公告，以及与可能影响软件或文档运行或可用性相关的消息。在安装本版本 FreeBSD 之前，应始终查阅本文档的最新版本。

FreeBSD 7.2-RELEASE 的勘误文档将维护至 FreeBSD 7.3-RELEASE 发布。

## 1 引言

本勘误文档包含关于 FreeBSD 7.2-RELEASE 的“最新消息”。在安装本版本之前，务必查阅本文档，以了解可能在发布后已经发现并修复的问题。

随发行版实际分发的任何勘误文档副本（例如在 CDROM 发行版上）按定义均已过时，但其他副本在互联网上保持更新，应作为本发行版的“当前勘误”查阅。这些其他勘误副本位于 <http://www.FreeBSD.org/releases/>，以及任何保持该位置最新镜像的站点。

FreeBSD 7-STABLE 的源代码和二进制快照也包含本文档的最新副本（截至快照生成时）。

所有 FreeBSD CERT 安全公告列表，请参阅 <http://www.FreeBSD.org/security/> 或 <ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/>。

## 2 安全公告

无安全公告。

## 3 待解决问题

\[20090501] 部分机器无法将 i386 disc1 识别为可引导介质，并跳过转而引导下一个引导设备。所有受影响的机器都能将其他光盘识别为可引导。作为变通方法，你可以使用 bootonly 或 livefs CDROM 引导，然后在 [sysinstall(8)](http://www.freebsd.org/cgi/man.cgi?query=sysinstall\&sektion=8\&manpath=FreeBSD+7.2-stable) 启动后换入 disc1。

\[20090504] 在 [malloc(3)](http://www.freebsd.org/cgi/man.cgi?query=malloc\&sektion=3\&manpath=FreeBSD+7.2-stable) 实现与线程库交互时发现锁处理错误。当多线程进程在某线程中调用 [fork(2)](http://www.freebsd.org/cgi/man.cgi?query=fork\&sektion=2\&manpath=FreeBSD+7.2-stable) 系统调用，而在另一线程中调用 [malloc(3)](http://www.freebsd.org/cgi/man.cgi?query=malloc\&sektion=3\&manpath=FreeBSD+7.2-stable) 函数时，可能导致子进程死锁。计划在发行后发布勘误通知修复此问题。

\[20090505] 在 [bce(4)](http://www.freebsd.org/cgi/man.cgi?query=bce\&sektion=4\&manpath=FreeBSD+7.2-stable) 驱动程序中发现错误。此问题导致其无法在 LACP（IEEE 802.3ad 链路聚合控制协议）模式下与 [lagg(4)](http://www.freebsd.org/cgi/man.cgi?query=lagg\&sektion=4\&manpath=FreeBSD+7.2-stable) 驱动程序配合工作。计划在发行后发布勘误通知修复此问题。

\[20090507] 在 [fxp(4)](http://www.freebsd.org/cgi/man.cgi?query=fxp\&sektion=4\&manpath=FreeBSD+7.2-stable) 驱动程序中发现错误。当启用 TSO 且接收端的 MSS 小于接口 MTU 设置时，会导致 TCP 性能下降。作为变通方法，可使用 [ifconfig(8)](http://www.freebsd.org/cgi/man.cgi?query=ifconfig\&sektion=8\&manpath=FreeBSD+7.2-stable) 的参数 `-tso`（按接口设置）或将 `net.inet.tcp.tso` 设置为 `0`（全局设置）来禁用 TSO。计划在发行后发布勘误通知修复此问题。

\[20090608] 在 [bge(4)](http://www.freebsd.org/cgi/man.cgi?query=bge\&sektion=4\&manpath=FreeBSD+7.2-stable) 驱动程序中发现问题，可能在系统重启且网络流量较大时导致系统 panic。修复已提交至 `RELENG_7` (r192127)。

## 4 最新消息和修正

\[20090504] 针对 [malloc(3)](http://www.freebsd.org/cgi/man.cgi?query=malloc\&sektion=3\&manpath=FreeBSD+7.2-stable) 实现与线程库锁处理问题的补丁已提交至 `RELENG_7` 分支供公开测试。

\[20090507] 针对 [fxp(4)](http://www.freebsd.org/cgi/man.cgi?query=fxp\&sektion=4\&manpath=FreeBSD+7.2-stable) 驱动程序中导致 TCP 性能下降错误的补丁已提交至 `RELENG_7` 分支供公开测试。

***

此文件及其他版本相关文档可从 [http://www.FreeBSD.org/snapshots/](http://www.freebsd.org/snapshots/) 下载。

关于 FreeBSD 的问题，请在联系 <questions@FreeBSD.org> 之前阅读 [文档](http://www.freebsd.org/docs.html)。

所有 FreeBSD 7-STABLE 的用户应订阅 <stable@FreeBSD.org> 邮件列表。

关于此文档的问题，请发送电子邮件至 <doc@FreeBSD.org>。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/release/freebsd-7.2-release/7.2-errata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
