Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
wiki:руководство_по_ubuntu_server:дополнения:reporting-bugs [2012/11/11 22:36] [Уведомление о крушениях приложений] |
wiki:руководство_по_ubuntu_server:дополнения:reporting-bugs [2012/11/11 23:43] (текущий) [Ссылки] |
||
---|---|---|---|
Строка 108: | Строка 108: | ||
<code>sudo apt-get install gdb</code> | <code>sudo apt-get install gdb</code> | ||
+ | Смотрите раздел [[wiki:руководство_по_ubuntu_server:управление_пакетами|Управление пакетами]] для дополнительной информации об управлении пакетами в Ubuntu. | ||
- | See Package Management for more information about managing packages in Ubuntu. | + | Как только вы убедитесь, что **gdb** установлен, откройте файл /etc/default/apport в вашем текстовом редакторе и измените настройку **enabled** в 1, как показано ниже: |
- | + | <code> | |
- | Once you have ensured that gdb is installed, open the file /etc/default/apport in your text editor, and change the enabled setting to be 1 like so: | + | |
# set this to 0 to disable apport, or to 1 to enable it | # set this to 0 to disable apport, or to 1 to enable it | ||
# you can temporarily override this with | # you can temporarily override this with | ||
Строка 120: | Строка 119: | ||
# set maximum core dump file size (default: 209715200 bytes == 200 MB) | # set maximum core dump file size (default: 209715200 bytes == 200 MB) | ||
maxsize=209715200 | maxsize=209715200 | ||
+ | </code> | ||
- | Once you have completed editing /etc/default/apport, start the apport service: | + | Как только вы завершите редактирование /etc/default/apport, запустите сервис: |
- | + | <code>sudo start apport</code> | |
- | sudo start apport | + | |
- | + | ||
- | After an application crashes, use the apport-cli command to search for the existing saved crash report information: | + | |
+ | После падения приложения используйте команду **apport-cli** для поиска информации о сохраненном отчете падения: | ||
+ | <code> | ||
apport-cli | apport-cli | ||
Строка 141: | Строка 140: | ||
C: Cancel | C: Cancel | ||
Please choose (R/I/C): | Please choose (R/I/C): | ||
+ | </code> | ||
- | Selecting Report Problem will walk you through similar steps as when using ubuntu-bug. One important difference is that a crash report will be marked as private when filed on Launchpad, meaning that it will be visible to only a limited set of bug triagers. These triagers will review the gathered data for private information before making the bug report publicly visible. | + | Выбор **Report Problem** (сообщить о проблеме) проведет вас по шагам, аналогичным при использовании **ubuntu-bug**. Одним важным отличием будет то, что отчет о падении будет помечен как частный (private) при регистрации на Launchpad, что означает что он будет виден только ограниченному количеству сортировщиков. Эти сортировщики будут просматривать собранные данные на наличие частной информации перед тем как отчет об ошибке станет публично доступным. |
====Ссылки==== | ====Ссылки==== | ||
- | See the Reporting Bugs Ubuntu wiki page. | + | -- Посетите страницу [[https://help.ubuntu.com/community/ReportingBugs|Reporting Bugs Ubuntu wiki]]. |
- | + | -- Также смотрите страницу [[https://wiki.ubuntu.com/Apport|Apport]] для дополнительной полезной информации. Часть информации касается использования графического интерфейса. | |
- | Also, the Apport page has some useful information. Though some of it pertains to using a GUI. | + | |
---- | ---- |