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 | |
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')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 6 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 5 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 6 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 6 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 6 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 6 |
6 files changed, 35 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 8ca031b97..00c9ec58b 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -464,6 +464,12 @@ entprechende <<core_files,Option aktiviert sein>>. Diese Core-Datei wird in dem Verzeichnis erzeugt aus welchem WeeChat gestartet wurde (dies ist *nicht* das Verzeichnis in welchem sich WeeChat befindet!). +// 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 + Beispiel: _weechat_ ist in _/usr/bin/_ installiert und die _core_ Datei befindet sich in _/home/xxx/_. Nun wird gdb mit folgendem Befehl aufgerufen: diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 40b767672..efa46a1ce 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -455,6 +455,11 @@ When WeeChat crashes, your system will create a file _core_ or _core.12345_ This file is created in directory where you have run WeeChat (this is *not* directory where WeeChat is installed!). +[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 + For example if _weechat_ is installed in _/usr/bin/_ and _core_ file is in _/home/xxx/_, then run gdb with this command: diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index ed7af7922..f774289c0 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -466,6 +466,12 @@ si <<core_files,l'option est activée>>. Ce fichier est créé dans le répertoire où vous avez lancé WeeChat (ce n'est *pas* le répertoire où WeeChat est installé !). +[NOTE] +Sur certains systèmes comme Archlinux, les fichiers _core_ sont dans un autre +répertoire tel que _/var/lib/systemd/coredump_ et vous devez utiliser la commande +`coredumpctl` pour le lire. + +Pour plus d'informations, voir cette page wiki : https://wiki.archlinux.org/index.php/Core_dump + Par exemple si _weechat_ est installé dans _/usr/bin/_ et que le fichier _core_ est dans _/home/xxx/_, alors lancez gdb avec cette commande : 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: diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 6cbd19330..ad8d7c1ec 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -472,6 +472,12 @@ _core_ または _core.12345_ ファイルを作ります (_12345_ はプロセス番号です)。このファイルは WeeChat を起動したディレクトリに作られます (これは WeeChat がインストールされているディレクトリでは *ありません*!)。 +// 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 + 例えば、_weechat_ が _/usr/bin/_ にインストールされ、_core_ ファイルが _/home/xxx/_ にある場合、以下のコマンドで gdb を起動してください: diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 76bfc4bf0..d971f31ae 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -461,6 +461,12 @@ Kiedy WeeChat ulegnie awarii, Twój system stworzy plik _core_ lub _core.12345_ Plik ten zostanie utworzony w katalogu, z którego uruchomiono WeeChat (*nie* jest to katalog, gdzie zainstalowano WeeChat!). +// 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 + Na przykład jeśli _weechat_ jest zainstalowany w _/usr/bin/_ i plik _core_ znajduje się w _/home/xxx/_, uruchom gdb za pomocą tej komendy: |