# 报告 Bug

## Bug 追踪器 <a href="#bug-tracker" id="bug-tracker"></a>

您可以在 LMMS 的 [GitHub issues 页](https://github.com/LMMS/lmms/issues) 报告任何类型的 bug。但是在此之前，还是请过目一下 [已提交的 bug](https://github.com/LMMS/lmms/issues) ，确保没有人报告过相同的 bug。

## `使用 gdb 报告 Bug`       <a href="#gdb" id="gdb"></a>

如果您在使用 LMMS 的过程中遇到了段错误（崩溃），请在报告时附带完整的栈追踪：

{% tabs %}
{% tab title="Linux" %}

```
gdb /usr/bin/lmms
r
```

尝试复现程序的崩溃，一旦 LMMS 崩溃，请执行：

```
thread apply all backtrace
```

{% endtab %}
{% endtabs %}

我们对此命令的输出结果非常感兴趣，请也将它们包含在 [Issues](https://github.com/LMMS/lmms/issues) 中进行报告，或将其发送至 [邮箱列表](http://lists.sourceforge.net/lists/listinfo/lmms-devel) 中的任一邮箱！

## 在没有 GDB 的情况下报告 Bug <a href="#reporting-bugs-without-gdb" id="reporting-bugs-without-gdb"></a>

{% tabs %}
{% tab title="Linux" %}

```
$ ulimit -l unlimited
$ lmms
```

现在，当 LMMS 崩溃时，将会有一份名为“core”的文件出现在您的工作目录。此文件可能会很大，因此我们建议压缩它。
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://docs.lmms.io/user-manual/jian-ti-zhong-wen/getting-started/bao-gao-bug.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
