Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Firefox crashes on some www-pages on a newer Gentoo system Mick <michaelkintzios@×××××.com>