Translations:Amarok/Manual/Various/TroubleshootingAndCommonProblems/40/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 15:55, 5 October 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Amarok/Manual/Various/TroubleshootingAndCommonProblems)
* '''Amarok''' crashes, but '''Dr. Konqi''' doesn't pop up &mdash; run in '''gdb''' with the following command: {{Input|gdb --args amarok --debug --nofork}} In '''gdb's''' console, type <code>run</code> to start '''Amarok''', reproduce the crash, and then in '''gdb''' type <code>thread apply all bt</code> to generate the backtrace.
  • Amarok crashes, but Dr. Konqi doesn't pop up — run in gdb with the following command:
    gdb --args amarok --debug --nofork
    In gdb's console, type run to start Amarok, reproduce the crash, and then in gdb type thread apply all bt to generate the backtrace.