Gentoo Archives: gentoo-user

From: Roman Zilka <rzilka@××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Mozilla won't start after upgrading to 1.7.13
Date: Wed, 24 May 2006 16:16:25
Message-Id: 20060524181024.B17946@eniac.gvid.cz
In Reply to: Re: [gentoo-user] Mozilla won't start after upgrading to 1.7.13 by Rumen Yotov
1 > Hi,
2 > Currently i don't have a X-enabled hardened system (only a router).
3 > Would suggest at least two/three ways to check things.
4 > 1.start mozilla from a console, check/post error logs;
5 > 2.use 'strace' to start mozilla, post strace logs.
6
7 I already wrote about these two; no errors appear in any log or the
8 console. strace's novel finishes with:
9
10 .............
11 <lots of rt_sigprocmask() calls>
12 rt_sigaction(SIGINT, {0x8004599e, [], SA_RESTORER, 0x4009e1e8}, {SIG_DFL},
13 8) = 0
14 waitpid(-1,
15
16 (the output is really "cut" right there).
17
18 > 3.Same but use some debugger (gdb, other).
19
20 What exactly should I look for in gdb? The binary is stripped, shall I
21 rebuild?
22
23 > Check PaX flags on mozilla binary (chpax (deprecated) paxctl).
24 > Check/alter any grsec settings, through /proc (if enabled).
25
26 I have some grsec's features compiled in the kernel, but no additional
27 tuning has been made. This sounds likely a cause, thank
28 you for the tip, I'll check this stuff out as soon as I can.
29
30 -Roman
31
32 > HTH.Rumen
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Mozilla won't start after upgrading to 1.7.13 Roman Zilka <rzilka@××××.cz>