Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox not killing processes on close
Date: Mon, 11 Nov 2013 06:37:07
Message-Id: 52807AEF.4090901@gmail.com
In Reply to: Re: [gentoo-user] Firefox not killing processes on close by Dale
1 On 11/11/2013 05:53, Dale wrote:
2 >> Only one Firefox process exists. (I can't seem to prevent the grep
3 >> > command from listing itself).
4 >
5 > I don't know whether to say you are wrong or on to something. LOL When
6 > I have three sessions running here, I get this:
7 >
8 > root@fireball / # ps aux | grep /usr/bin/firefox
9 > dale 956 16.7 1.6 1461568 267380 ? Sl 21:35 0:08
10 > /usr/bin/firefox -p -no-remote
11 > root 9148 0.0 0.0 10820 944 pts/2 S+ 21:36 0:00 grep
12 > --colour=auto /usr/bin/firefox
13 > dale 18079 5.1 6.1 2396368 1016416 ? Sl 19:00 7:59
14 > /usr/bin/firefox -p -no-remote
15 > dale 18394 2.0 5.1 2082772 839044 ? Sl 19:05 3:05
16 > /usr/bin/firefox -p -no-remote
17 > root@fireball / #
18
19
20 You are looking at the process list without any information about parent
21 and child processes.
22
23 Use pstree or pc with the -f option to see what is really going on
24
25 --
26 Alan McKinnon
27 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Firefox not killing processes on close Dale <rdalek1967@×××××.com>