[Solved]Opera 66.0.3515.72-1 crashing without any extension or new installation
-
A Former User last edited by
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@edsonmartim I see, but if you rename it, then you should be able to at least run the Opera instead of crashing it
;-)
Actually, no it doesn't (for me at least).
Plus, the upgrade was from glibc 2.30-3 to 2.31-1, which means that lib was already working with a version of glibc that's higher than 2.28/2.29, so I don't think that's the culprit.
-
edsonmartim last edited by
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
I see, but if you rename it, then you should be able to at least run the Opera instead of crashing it
I can open the opera normally and navigate, but between one opening and another, the page crashes and I need to restart the browser or reopen the tab.
Whenever Opera is updated, opera-ffmpeg-codecs are updated at the same time and this time there was no update.
In past experiences everything leads me to believe that it is he who is causing the problem, although the videos and audios are working normally.
If you have a suggestion I am grateful, because I removed and reinstalled everything again with extension and without extension and the problem continues.
-
edsonmartim last edited by
@ibbbk said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
I'm having the same issue. I just upgraded Arch Linux and Opera is crashing with segfault. Hopefully this can be resolved as soon as possible.
Hello @ibbbk
Thank you very much for your feedback.
We will wait until a solution appears -
A Former User last edited by
@edsonmartim said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
I see, but if you rename it, then you should be able to at least run the Opera instead of crashing it
Whenever Opera is updated, opera-ffmpeg-codecs are updated at the same time and this time there was no update.
I also noticed that. Either way, it's clearly video related. This is what I'm getting from
dmesg
.[ 43.525711] SGI_video_sync[1834]: segfault at e6 ip 00005644b356985d sp 00007fa1182d3900 error 6 in opera[5644af953000+643d000] [ 43.525716] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 43.525744] audit: type=1701 audit(1581446126.156:55): auid=1000 uid=1000 gid=1000 ses=2 pid=1538 comm="SGI_video_sync" exe="/usr/lib/opera/opera" sig=11 res=1 [ 43.531471] audit: type=1130 audit(1581446126.160:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1841-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 43.805672] audit: type=1131 audit(1581446126.438:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1841-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 46.663326] SGI_video_sync[1883]: segfault at e6 ip 00005595da3af85d sp 00007f2c90ea8900 error 6 in opera[5595d6799000+643d000] [ 46.663331] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 46.663359] audit: type=1701 audit(1581446129.305:58): auid=1000 uid=1000 gid=1000 ses=2 pid=1858 comm="SGI_video_sync" exe="/usr/lib/opera/opera" sig=11 res=1 [ 46.668568] audit: type=1130 audit(1581446129.312:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1906-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 46.923655] audit: type=1131 audit(1581446129.566:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-1906-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
With the latest upgrade I also upgraded NVIDIA drivers from 440.59-3 to 440.59-6 but I don't think that's it.
-
l33t4opera last edited by l33t4opera
@edsonmartim You can try the following steps:
1. Close the Opera, rename thatlibffmpeg.so
(from the currently installed pkg) to e.g.libffmpeg.so-old
,
2. Download this pkg of chromium-codes-ffmpeg-extra for Ubuntu Bionic, and unpack the "libffmpeg.so" from it as follows:
/usr/bin/ar p chromium-codecs-ffmpeg-extra_79.0.3945.130-0ubuntu0.18.04.1_amd64.deb data.tar.xz | /bin/tar Jx ./usr/lib/chromium-browser/libffmpeg.so --strip 4
.
3. Navigate to the Opera's installation root (you can find the path inopera:about
> Paths > Install), add there a new subfolder "lib_extra", and copy extracted file to this folder.
4. Relaunch the Opera, and check if it still crashes, and whether you are able to play the videos using H.264 codec or not. -
A Former User last edited by
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@edsonmartim You can try the following steps:
1. Close the Opera, rename thatlibffmpeg.so
(from the currently installed pkg) to e.g.libffmpeg.so-old
,
2. Download this pkg of chromium-codes-ffmpeg-extra for Ubuntu Bionic, and unpack the "libffmpeg.so" from it as follows:
/usr/bin/ar p chromium-codecs-ffmpeg-extra_79.0.3945.130-0ubuntu0.18.04.1_amd64.deb data.tar.xz | /bin/tar Jx ./usr/lib/chromium-browser/libffmpeg.so --strip 4
.
3. Navigate to the Opera's installation root (you can find the path inopera:about
> Paths > Install), add there a new subfolder "lib_extra", and copy extracted file to this folder.
4. Relaunch the Opera, and check if it still crashes, and whether you are able to play the videos using H.264 codec or not.I just tried, I didn't work (again, at least for me it didn't). Thanks anyway.
-
edsonmartim last edited by
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@edsonmartim You can try the following steps:
1. Close the Opera, rename thatlibffmpeg.so
(from the currently installed pkg) to e.g.libffmpeg.so-old
,
2. Download this pkg of chromium-codes-ffmpeg-extra for Ubuntu Bionic, and unpack the "libffmpeg.so" from it as follows:
/usr/bin/ar p chromium-codecs-ffmpeg-extra_79.0.3945.130-0ubuntu0.18.04.1_amd64.deb data.tar.xz | /bin/tar Jx ./usr/lib/chromium-browser/libffmpeg.so --strip 4
.
3. Navigate to the Opera's installation root (you can find the path inopera:about
> Paths > Install), add there a new subfolder "lib_extra", and copy extracted file to this folder.
4. Relaunch the Opera, and check if it still crashes, and whether you are able to play the videos using H.264 codec or not.For me the tip didn't work either.
Thank you anyway -
l33t4opera last edited by
@edsonmartim I see, so it's still crashing? Are you able to play H.264 videos in that case?
-
l33t4opera last edited by l33t4opera
@ibbbk, reading the output from dmesg, it looks like in your case it's a problem with OpenGL. If you are using old (not clean/fresh) Opera's profile, you can try to run the Opera as follows:
/usr/bin/opera --no-experiments
.
If it doesn't help, try to run the Opera with disabled GPU:/usr/bin/opera --disable-gpu
, and see if it still crashes.@edsonmartim, you can try the same if you want.
-
edsonmartim last edited by
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@edsonmartim I see, so it's still crashing? Are you able to play H.264 videos in that case?
Yes
I already informed in the texts above
-
l33t4opera last edited by l33t4opera
@edsonmartim So with the FFMPEG lib from the Arch, it plays the H.264 videos but crashes, and with the one from Ubuntu, it even doesn't replay that videos?
-
A Former User last edited by A Former User
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@ibbbk, reading the output from dmesg, it looks like in your case it's a problem with OpenGL. If you are using old (not clean/fresh) Opera's profile, you can try to run the Opera as follows:
/usr/bin/opera --no-experiments
.
If it doesn't help, try to run the Opera with disabled GPU:/usr/bin/opera --disable-gpu
, and see if it still crashes.@edsonmartim, you can try the same if you want.
I was about to inform you all that I tried all that. Also disabling hardware acceleration, nothing works.
Edit: Also I can play H.264 videos with and without the lib. I think the issue is deeper.
-
edsonmartim last edited by
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@edsonmartim , você pode tentar o mesmo, se quiser.
In my case the error that appears in dmesg is different
Look
[ 1206.140437] ThreadPoolForeg[3144]: segfault at e6 ip 000055c68262885d sp 00007f0aa60e1c40 error 6 in opera[55c67ea12000+643d000] [ 1206.140448] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1211.053577] ThreadPoolForeg[3122]: segfault at e6 ip 000055c68262885d sp 00007f0aa48debc0 error 6 in opera[55c67ea12000+643d000] [ 1211.053592] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1215.805058] ServiceWorker t[3500]: segfault at e6 ip 000055c68262885d sp 00007f0aa0e49640 error 6 in opera[55c67ea12000+643d000] [ 1215.805071] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1228.059228] ThreadPoolForeg[3470]: segfault at e6 ip 000055c68262885d sp 00007f0aa164adc0 error 6 in opera[55c67ea12000+643d000] [ 1228.059240] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1265.101441] perf: interrupt took too long (4960 > 4932), lowering kernel.perf_event_max_sample_rate to 40200 [ 1295.447914] ThreadPoolForeg[3688]: segfault at e6 ip 000055c68262885d sp 00007f0aa60e1b00 error 6 in opera[55c67ea12000+643d000] [ 1295.447929] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1315.224252] ThreadPoolForeg[3710]: segfault at e6 ip 000055c68262885d sp 00007f0aa164ab00 error 6 in opera[55c67ea12000+643d000] [ 1315.224266] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1336.725838] ThreadPoolForeg[3754]: segfault at e6 ip 000055c68262885d sp 00007f0aa13d8bc0 error 6 in opera[55c67ea12000+643d000] [ 1336.725853] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1357.127226] ThreadPoolForeg[3820]: segfault at e6 ip 000055c68262885d sp 00007f0aa141edc0 error 6 in opera[55c67ea12000+643d000] [ 1357.127249] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 1670.017639] perf: interrupt took too long (6206 > 6200), lowering kernel.perf_event_max_sample_rate to 32100 [ 2182.223476] opera[4904]: segfault at e6 ip 000055e9d3a9f85d sp 00007ffc6d8de700 error 6 in opera[55e9cfe89000+643d000] [ 2182.223496] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 2186.137590] opera[4942]: segfault at e6 ip 000055e9d3a9f85d sp 00007ffc6d8df540 error 6 in opera[55e9cfe89000+643d000] [ 2186.137604] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 2190.361995] ThreadPoolForeg[5162]: segfault at e6 ip 000055e9d3a9f85d sp 00007f2f6ef50c40 error 6 in opera[55e9cfe89000+643d000] [ 2190.362013] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 2198.780248] ThreadPoolForeg[5102]: segfault at e6 ip 000055e9d3a9f85d sp 00007f2f717bca80 error 6 in opera[55e9cfe89000+643d000] [ 2198.780259] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 2214.159747] ThreadPoolForeg[5139]: segfault at e6 ip 000055e9d3a9f85d sp 00007f2f71ddddc0 error 6 in opera[55e9cfe89000+643d000] [ 2214.159763] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 2218.720594] ThreadPoolForeg[5115]: segfault at e6 ip 000055e9d3a9f85d sp 00007f2f71c56dc0 error 6 in opera[55e9cfe89000+643d000] [ 2218.720610] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 2285.564973] ThreadPoolForeg[5298]: segfault at e6 ip 000055e9d3a9f85d sp 00007f2f768b3b40 error 6 in opera[55e9cfe89000+643d000] [ 2285.564982] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 2311.700371] ThreadPoolForeg[5315]: segfault at e6 ip 000055e9d3a9f85d sp 00007f2f750b0b00 error 6 in opera[55e9cfe89000+643d000] [ 2311.700405] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4298.212333] opera[6517]: segfault at e6 ip 000055f169b2e85d sp 00007ffc9d1e9000 error 6 in opera[55f165f18000+643d000] [ 4298.212346] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4305.414786] ThreadPoolForeg[6734]: segfault at e6 ip 000055f169b2e85d sp 00007f8a07e47bc0 error 6 in opera[55f165f18000+643d000] [ 4305.414799] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4323.650120] opera[6648]: segfault at e6 ip 000055f169b2e85d sp 00007ffc9d1e8d80 error 6 in opera[55f165f18000+643d000] [ 4323.650134] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4709.344940] opera[8584]: segfault at e6 ip 0000560680fb885d sp 00007ffe424532c0 error 6 in opera[56067d3a2000+643d000] [ 4709.344949] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4715.375804] ServiceWorker t[8825]: segfault at e6 ip 0000560680fb885d sp 00007fd73a194cc0 error 6 in opera[56067d3a2000+643d000] [ 4715.375815] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4727.032085] ThreadPoolForeg[8849]: segfault at e6 ip 0000560680fb885d sp 00007fd73ec6bdc0 error 6 in opera[56067d3a2000+643d000] [ 4727.032103] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4748.709715] ThreadPoolForeg[8778]: segfault at e6 ip 0000560680fb885d sp 00007fd73a195a80 error 6 in opera[56067d3a2000+643d000] [ 4748.709726] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4771.498151] CompositorTileW[8643]: segfault at e6 ip 0000560680fb885d sp 00007fd73bc65ac0 error 6 in opera[56067d3a2000+643d000] [ 4771.498163] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4816.945784] ThreadPoolForeg[8632]: segfault at e6 ip 0000560680fb885d sp 00007fd73ec6bb00 error 6 in opera[56067d3a2000+643d000] [ 4816.945799] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 4848.126301] ThreadPoolForeg[9008]: segfault at e6 ip 0000560680fb885d sp 00007fd738901dc0 error 6 in opera[56067d3a2000+643d000] [ 4848.126323] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 5008.451157] ThreadPoolForeg[9170]: segfault at e6 ip 0000560680fb885d sp 00007fd739fefb00 error 6 in opera[56067d3a2000+643d000] [ 5008.451168] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 5139.204956] ThreadPoolForeg[9282]: segfault at e6 ip 0000560680fb885d sp 00007fd73ec6bb00 error 6 in opera[56067d3a2000+643d000] [ 5139.204966] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02 [ 5182.088702] ThreadPoolForeg[9347]: segfault at e6 ip 0000560680fb885d sp 00007fd73d468b00 error 6 in opera[56067d3a2000+643d000] [ 5182.088737] Code: 0f 46 d8 89 df e8 43 00 00 00 4c 89 f7 e8 db 01 00 00 41 8b 46 10 41 8b 4e 18 0f b6 c0 c1 e0 0c 0f b6 c9 c1 e1 14 09 c1 09 d9 <c6> 01 00 81 e3 ff 0f 00 00 c6 03 00 bf 01 00 00 00 e8 5d 23 82 02
-
l33t4opera last edited by l33t4opera
@ibbbk It seems to be not possible, that the Opera replay H.264 without appropriate version of the FFMPEG (libffmpeg.so) installed, because the Opera's pkg doesn't provide the lib, which supports that codec.
-
A Former User last edited by A Former User
@edsonmartim said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@l33t4opera said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
@edsonmartim , você pode tentar o mesmo, se quiser.
In my case the error that appears in dmesg is different
Look
I noticed that the
ThreadPoolForeg
are left when the tabs crash. In my caseSGI_video_sync
the whole browser crashes.I could try downgrading NVIDIA, just to see what happens.
Edit: I failed to downgrade the
nvidia
package, it wouldn't output signal after reboot. Most likely an incompatibility with the new upgraded libraries. -
l33t4opera last edited by l33t4opera
@edsonmartim, @ibbbk Can you paste here the outputs from the following commands:
glxinfo | grep OpenGL
glxinfo | grep renderi
grep DRI /var/log/Xorg.0.log
-
minho last edited by
The same happened on my two machines running Arch Linux.
Downgrade to previous version of glibc package solved my problem. -
l33t4opera last edited by l33t4opera
Hi @minho, I see that the current Opera stable (.77) depends on "libglib2.0-0 (>= 2.31.8)", so it shouldn't be a problem, but perhaps there's something wrong with the latest glibc update, as @edsonmartim mentioned here.
-
minho last edited by
vivaldi and chromium are also affected
https://www.reddit.com/r/archlinux/comments/f2ddpi/after_gcc_update_vivaldi_crashes_after_3_seconds/
https://www.reddit.com/r/archlinux/comments/f26sgq/chromium_vaapi_extensions_and_pages_crashing/
-
A Former User last edited by
@minho said in Opera 66.0.3515.72-1 crashing without any extension or new installation:
vivaldi and chromium are also affected
https://www.reddit.com/r/archlinux/comments/f2ddpi/after_gcc_update_vivaldi_crashes_after_3_seconds/
https://www.reddit.com/r/archlinux/comments/f26sgq/chromium_vaapi_extensions_and_pages_crashing/
That's weird because I'm using Chromium right now to post this with no issues whatsoever.