mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
update README
This commit is contained in:
18
README.md
18
README.md
@ -470,18 +470,18 @@ format is also publicly documented so any other available tools can also
|
|||||||
be used. A future version of Ghostty will show you the contents of the
|
be used. A future version of Ghostty will show you the contents of the
|
||||||
crash report directly in the terminal.
|
crash report directly in the terminal.
|
||||||
|
|
||||||
If Ghostty crashed, you can help the project by attaching the crash report
|
If Ghostty crashed, you can help the project by sending the crash report
|
||||||
to a GitHub issue.
|
to a maintainer. We do not recommend uploading crash reports directly
|
||||||
|
to public locations such as GitHub Issues because they can contain
|
||||||
|
sensitive information (see the warning below).
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
>
|
>
|
||||||
> The crash report can contain sensitive information. The report may contain
|
> The crash report can contain sensitive information. The report doesn't
|
||||||
> file paths (such as for stack traces), environment variables, and other
|
> purposely contain sensitive information, but it does contain the full
|
||||||
> information. Please review the crash report before sharing it. We are working
|
> stack memory of each thread at the time of the crash. This information
|
||||||
> to improve the crash report system to scrub some of this information. For
|
> is used to rebuild the stack trace but can also contain sensitive data
|
||||||
> example, we have no interest in environment variables at all but
|
> depending when the crash occurred.
|
||||||
> [Breakpad](https://chromium.googlesource.com/breakpad/breakpad)
|
|
||||||
> automatically includes them.
|
|
||||||
|
|
||||||
## Developing Ghostty
|
## Developing Ghostty
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user