Translations:Amarok/Manual/Various/FAQ/96/pl: Difference between revisions

    From KDE UserBase Wiki
    No edit summary
    No edit summary
     
    Line 1: Line 1:
    Możesz otrzymać backtrace zawieszonego '''Amaroka''' używając gdb w następujący sposób:  
    :Możesz otrzymać backtrace zawieszonego '''Amaroka''' używając gdb w następujący sposób:  
    {{Input|1=$ gdb -p `pidof amarok`}}{{Input|1=(gdb) thread apply full bt all}}
    {{Input|1=$ gdb -p `pidof amarok`}}{{Input|1=(gdb) thread apply full bt all}}

    Latest revision as of 22:28, 26 November 2011

    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/FAQ)
    :You can obtain a backtrace of a frozen instance of '''Amarok''' using gdb like so:
    {{Input|1=$ gdb -p `pidof amarok` <!--}}-->
    Możesz otrzymać backtrace zawieszonego Amaroka używając gdb w następujący sposób:
    $ gdb -p `pidof amarok`
    (gdb) thread apply full bt all