Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30758 - winex-3.1: immortal process :)
Summary: winex-3.1: immortal process :)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 07:50 UTC by crusaderky
Modified: 2003-10-09 07:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crusaderky 2003-10-09 07:50:22 UTC
I was using an InstallShield when winex freezed.
So I switched to another destop, opened a terminal and typed "killall wine".
But wine wasn't killed! The frozen window was still there.

$ killall wine
$ ps -e | grep wine
23087 ?        00:00:36 wine
$ kill 23087
$ ps -e | grep wine
23087 ?        00:00:36 wine

Then I runned xkill and killed the frozen window. The window closed, but wine was still there.
I've also tried to do it as root. Nothing. wine can't be killed.
Comment 1 SpanKY gentoo-dev 2003-10-09 07:57:48 UTC
`killall -9 wine`

also, winex is no longer in portage so we arent supporting it