Jump to content

Translations:Amarok/Manual/Various/TroubleshootingAndCommonProblems/40/pt-br: Difference between revisions

From KDE UserBase Wiki
André Marcelo Alvarenga (talk | contribs)
Created page with "* O '''Amarok''' falha, mas o '''Dr. Konqi''' não aparece — execute no '''gdb''' com o seguinte comando: {{Input|gdb --args amarok --debug --nofork}} No console do '''g..."
 
(No difference)

Latest revision as of 01:42, 29 August 2012

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.
  • O Amarok falha, mas o Dr. Konqi não aparece — execute no gdb com o seguinte comando:
    gdb --args amarok --debug --nofork
    
    No console do gdb, digite o comando run para iniciar o Amarok, reproduza os passos até a falha e depois digite no gdb thread apply all bt para gerar o backtrace.