Translations:Amarok/Manual/Various/TroubleshootingAndCommonProblems/40/en

From KDE UserBase Wiki
  • 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.