bingus Posted October 24, 2007 Share Posted October 24, 2007 Anyone had problems with wine crashing, then being unable to completely kill it off...? The wineserver I can terminate, but I am left with other running processes called "wine-pthread" which don't want to be killed. Link to comment Share on other sites More sharing options...
scoonma Posted October 24, 2007 Share Posted October 24, 2007 (edited) The wineserver I can terminate, but I am left with other running processes called "wine-pthread" which don't want to be killed. Pthreads are POSIX-Threads: http://en.wikipedia.org/wiki/Pthread If a process doesn't like to be terminated in a "civilized" manner, you can do a "kill -9 <process number>" as root. Very few processes can ignore this; for those I happened to encounter I could not find any other solution than terminating the process evoking them in the first place or rebooting. Edited October 24, 2007 by scoonma Link to comment Share on other sites More sharing options...
bingus Posted October 24, 2007 Author Share Posted October 24, 2007 If a process doesn't like to be terminated in a "civilized" manner, you can do a "kill -9 <process number>" as root. Yeah... I did give that a go, but it wasn't working either. I found a post from a Ubuntu user who had the same issue, could only get them to terminate by rebooting. Ah well, it was only a once off... so I'm not too worried about it. Cheers though! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now