diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-17 14:21:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-17 14:21:50 +0200 |
commit | 1181ac069ed515969d78beea8dea9242fd15ff6a (patch) | |
tree | 36d999f2a7662c114915604580f0d806038bcc64 /doc/it | |
parent | 950c2bb8985a7c4eccf1c43d34045337fffd3714 (diff) | |
download | weechat-1181ac069ed515969d78beea8dea9242fd15ff6a.zip |
doc: add link to Archlinux wiki page about core dump files (user's guide)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 001e8af67..d253d333d 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -509,6 +509,12 @@ When WeeChat crashes, your system will create a file _core_ or _core.12345_ Questo file viene creato nella directory in cui è in esecuzione WeeChat (e *non* la directory dove WeeChat è installato!). +// TRANSLATION MISSING +[NOTE] +On some systems like Archlinux, core dumps could be in another directory like +_/var/lib/systemd/coredump_ and you must use the command `coredumpctl` to read it. + +For more information, see this wiki page: https://wiki.archlinux.org/index.php/Core_dump + Ad esempio, se _weechat_ è installato in _/usr/bin/_ ed il file _core_ si trova in _/home/xxx/_, allora eseguire gdb con questo comando: |