kill a proces with a DL state code

Discussion in 'Linux' started by Zorofroozo, Nov 23, 2008.

  1. Zorofroozo

    Zorofroozo

    Joined:
    Sep 28, 2008
    Messages:
    89
    Likes Received:
    0
    I've been looking into the kill command. I've also installed htop for ease of use.

    Now, i was watching a Animé and mplayer crashed. Just went silent. Pressing the home button brought me back to my desktop. but killing the gmplayer process didn't seem possible. tried several things.

    Code:
    killall -9 gmplayer
    killall -15 gmplayer
    and also with htop, none whould work. after doing "ps ax -u user" i came to find that gmplaye had the following proces state code: "DL" wich means it's uninteruptable and has pages locked in memory.

    is there any method of killing the proces without rebooting the system? grtzzz Z
     
    Zorofroozo, Nov 23, 2008
    #1
  2. Zorofroozo

    Duncan_Rowland

    Joined:
    Aug 25, 2008
    Messages:
    246
    Likes Received:
    0
    you could try editing installing xkill...
    viewtopic.php?f=23&t=1052&p=7114#p7114
    Then you can kill "frozen" windows with ctrl+alt+esc and then clicking on them.
    Or, if you started it from a bash shell, killing that shell (e.g. by closing the window) ought to kill any child processes.
     
    Duncan_Rowland, Nov 23, 2008
    #2
  3. Zorofroozo

    Zorofroozo

    Joined:
    Sep 28, 2008
    Messages:
    89
    Likes Received:
    0
    xkill is allready installed, shal try that next time:p

    but i seemed to have killed my "taskbar", whats the command to restart it?
     
    Zorofroozo, Nov 26, 2008
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.