Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions users/crashrep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ The following is an example of a crash report as sent::
main.syncthingMain(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x49651b4, 0x1, 0x0, 0x0, ...)
/buildagent/work/github.com/syncthing/syncthing/cmd/syncthing/main.go:873 +0x1bc5


Note that the username and hostname of the machine where Syncthing was
built will be included in the crash log as part of the version string.
This information is essential for the developers to interpret the log in
context. If you compile Syncthing locally and want to prevent your build
from having such data embedded, see :ref:`versiontagging`.

For a more details description of the format and how the sending happens, see :ref:`crashrep-dev`.