Hi, after a while of playing around with winedbg i have a lot of these: bash-2.05b# ps -A 559 pts/0 00:00:01 wine-kthread <defunct> 558 pts/0 00:00:04 wine-kthread <defunct> 607 pts/0 00:00:01 wine-kthread <defunct> 606 pts/0 00:00:04 wine-kthread <defunct> i tried differend variations on kill, and killall, but they don't go away. Any ideas? Regards, cedric -- No microsoft products were used for this e-mail
On Fri, 6 Feb 2004 13:56:25 +0100, you wrote:> Hi, after a while of playing around with winedbg i have a lot of these: > > bash-2.05b# ps -A > 559 pts/0 00:00:01 wine-kthread <defunct> > 558 pts/0 00:00:04 wine-kthread <defunct> > 607 pts/0 00:00:01 wine-kthread <defunct> > 606 pts/0 00:00:04 wine-kthread <defunct> > > i tried differend variations on kill, and killall, but they don't go away. > > Any ideas?It is the parent process that has failed. Find out why, perhaps kill it and these will go away. Rein. -- Rein Klazes rklazes@xs4all.nl
On Saturday 07 February 2004 01:09, you wrote:> kill -9 559 558 607 606 >That doesn't work for me: ps -A 645 pts/1 00:00:00 wine-kthread <defunct> 606 pts/1 00:00:01 wine-kthread <defunct> 605 pts/1 00:00:00 wine-kthread <defunct> 602 pts/1 00:00:06 wine-kthread <defunct> bash-2.05b$ kill -9 645 606 605 602 ps -A 645 pts/1 00:00:00 wine-kthread <defunct> 606 pts/1 00:00:01 wine-kthread <defunct> 605 pts/1 00:00:00 wine-kthread <defunct> 602 pts/1 00:00:06 wine-kthread <defunct> What's the difference between out systems? Regards, cedric -- No microsoft products were used for this e-mail