SCIENTIFIC-LINUX-DEVEL Archives

July 2018

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Akemi Yagi <[log in to unmask]>
Reply To:
Akemi Yagi <[log in to unmask]>
Date:
Thu, 12 Jul 2018 15:34:57 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (46 lines)
On Thu, Jul 12, 2018 at 3:04 PM, Akemi Yagi <[log in to unmask]> wrote:
> On Thu, Jul 12, 2018 at 11:19 AM, Jesse Bren <[log in to unmask]> wrote:
>> I've reports of the same, have not yet had a chance to test a rollback of
>> firefox.
>>
>> Mozilla Firefox 60.1.0
>>
>> /var/log/messages at time of crash:
>> Jul 12 13:15:51 hydra kernel: firefox[58474] trap int3 ip:7fd8e93eb5bf
>> sp:7ffe5c4556a0 error:0
>> Jul 12 13:15:51 hydra kernel: Chrome_~dThread[58622]: segfault at 0 ip
>> 00007f53afa4cf9d sp 00007f53ad1eeaf0 error 6 in
>> libxul.so[7f53af561000+532a000]
>> Jul 12 13:15:51 hydra kernel: Chrome_~dThread[58700]: segfault at 0 ip
>> 00007f593d24cf9d sp 00007f593a9eeaf0 error 6 in
>> libxul.so[7f593cd61000+532a000]
>> Jul 12 13:15:51 hydra kernel: Chrome_~dThread[58728]: segfault at 0 ip
>> 00007fd05fe4cf9d sp 00007fd05d5eeaf0 error 6 in
>> libxul.so[7fd05f961000+532a000]
>>
>> kernel version info:
>> Linux hydra 2.6.32-754.2.1.el6.x86_64 #1 SMP Tue Jul 10 13:23:59 CDT 2018
>> x86_64 x86_64 x86_64 GNU/Linux
>
>> On Wed, Jul 11, 2018 at 7:46 PM Franchisseur Robert <[log in to unmask]>
>> wrote:

> Maybe this upstream bug:
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.redhat.com_show-5Fbug.cgi-3Fid-3D1596852&d=DwIBaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=gd8BzeSQcySVxr0gDWSEbBYBgsCHS7vSr83lHQ-aa58eXICk1KkzZlAHgohLRRrX&m=1B5qvEea2iCZbTXKTA38T-6xZb-gQ7-2JTaZM0C-2sA&s=pLyQsPjxLSaCVqWrl4kdWovVMClyQSdYZ9RpDX7pc-s&e=
>
> Akemi

I confirm that the patch provided in the above RHBZ fixes the problem.
In short, open /usr/bin/firefox and change the last line:

exec $MOZ_LAUNCHER $script_args $MOZ_PROGRAM "$@"

to

exec env XDG_DATA_DIRS="$MOZ_LIB_DIR/firefox/bundled/share"
$MOZ_LAUNCHER $script_args $MOZ_PROGRAM "$@"
(note this is one line)

Akemi

ATOM RSS1 RSS2