Gentoo Archives: gentoo-user

From: Bruce Hill <daddy@×××××××××××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox not killing processes on close
Date: Mon, 11 Nov 2013 18:50:52
Message-Id: 20131111185040.GG32524@server
In Reply to: Re: [gentoo-user] Firefox not killing processes on close by Edward M
1 On Mon, Nov 11, 2013 at 10:28:19AM -0800, Edward M wrote:
2 > On 11/10/2013 1:38 PM, Dale wrote:
3 > > When it does not kill correctly and I try to restart that
4 > > session, I get the error that the session is already running.
5 >
6 > Hello,:-)
7 > /
8 > /The following article explains how to deal with "Firefox is already
9 > running" message.hope it helps out
10 >
11 > "Run *strace -o ~/ff.strace firefox* and then investigated the
12 > strace file. My hunch was that one or other file lock
13 > wasn't being relinquished properly, perhaps from an earlier
14 > crashed firefox process. I grepped through the log, looking for file
15 > opens, and eventually found this:/
16 > open("/home/matthew/.mozilla/firefox/2z7l4uii.default/.parentlock",
17 > O_WRONLY|O/CREAT|O/TRUNC, 0666) = 4/
18 > Bingo! I checked; and even with no firefox process running,
19 > this file existed. It was an empty lock file, so I deleted it. That did
20 > the trick --- now FireFox runs again!
21
22 Couldn't you just issue:
23 find .mozilla/firefox/ -iname '*.parentlock' 2>/dev/null
24 rather than running strace?
25 --
26 Happy Penguin Computers >')
27 126 Fenco Drive ( \
28 Tupelo, MS 38801 ^^
29 support@×××××××××××××××××××××.com
30 662-269-2706 662-205-6424
31 http://happypenguincomputers.com/
32
33 A: Because it messes up the order in which people normally read text.
34 Q: Why is top-posting such a bad thing?
35 A: Top-posting.
36 Q: What is the most annoying thing in e-mail?
37
38 Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting

Replies

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