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

Replies

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