Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system
Date: Fri, 27 Jul 2018 15:30:25
Message-Id: 1928080.Wuy7VU9taB@dell_xps
In Reply to: Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system by gevisz
1 On Friday, 27 July 2018 14:00:43 BST gevisz wrote:
2 > 2018-07-27 15:44 GMT+03:00 gevisz <gevisz@×××××.com>:
3 > > Updating world without global -pam, -polkit and -consolekit use flags
4 > > in /etc/portage/make.conf have not changed the behaviour of Fireforx
5 > > described above: it is still cannot display the page
6 > > https://www.privat24.ua/ and shows "Gah. Your tab just crashed." message.
7 > >
8 > > So, I will probably revert changes tomorrow.
9 > >
10 > > Playing with strace has been put on todo list.
11 >
12 > Last lines of the log file after runnig the following command
13 >
14 > $ strace -o strace.log qupzilla https://www.privat24.ua/
15 > QupZilla: 0 extensions loaded
16 > [15707:15725:0727/155144.939329:ERROR:nss_util.cc(808)] After loading
17 > Root Certs, loaded==false: NSS error code: -8018
18 > [15707:15719:0727/155145.900259:ERROR:nss_ocsp.cc(591)] No
19 > URLRequestContext for NSS HTTP handler. host: ocsp.digicert.com
20
21 Mozilla is using libnss to check the validity of the website certificate with
22 the OCSP of the CA issuer of the certificate (digicert.com). For some reason
23 it seems the connection is interrupted. See lines 605 to 621 here:
24
25 https://code.woboq.org/qt5/qtwebengine/src/3rdparty/chromium/net/cert_net/
26 nss_ocsp.cc.html
27
28 The connection may be interrupted because the browser/tab crashes (see below).
29
30
31 > r300 FP: Compiler Error:
32 > /var/tmp/portage/media-libs/mesa-17.3.9/work/mesa-17.3.9/src/gallium/drivers
33 > /r300/compiler/r300_fragprog_emit.c::translate_rgb_opcode():
34 > translate_rgb_opcode: Unknown opcode DDY
35 > Using a dummy shader instead.
36 > QupZilla: Crashed :( Saving backtrace in
37 > /home/gevis/.config/qupzilla/crashlog ...
38 > Backtrace successfully saved in
39 > /home/gevis/.config/qupzilla/crashlog/Crash-2018-07-27T15:51:49.txt
40 > zsh: abort strace -o strace.log qupzilla https://www.privat24.ua/
41 >
42 > are the following:
43 >
44 > clock_gettime(CLOCK_MONOTONIC, {tv_sec=1167, tv_nsec=68524671}) = 0
45 > ioctl(8, DRM_IOCTL_RADEON_GEM_MMAP, 0x7ffd31773280) = 0
46 > mmap(NULL, 6868992, PROT_READ|PROT_WRITE, MAP_SHARED, 8, 0x107616000)
47 > = 0x7f22f5650000
48 > +++ killed by SIGABRT +++
49
50
51 This looks like a radeon video driver problem. You could go into a loop of
52 rebuilding xorg, mesa, dev-libs/nss, what-ever and see if things improve, or
53 you could wait for/keyword later versions of these packages.
54
55 Alternatively, you could try reporting this to the application devs and see
56 what they say.
57
58 --
59 Regards,
60 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies