You are not logged in.

#1 2020-05-15 18:29:45

greenfoo
Member
Registered: 2019-12-05
Posts: 8

Segmentation fault on Intel HD Graphics 520 when upgrading mesa

I just upgraded from "mesa-20.0.6-2" to "mesa-20.0.7-1" and now gdm crashes with this

systemd-coredump[2126]: Process 2105 (gnome-shell) of user 120 dumped core.

                                                    Stack trace of thread 2105:
                                                    #0  0x00007fbf91e45995 n/a (iris_dri.so + 0x431995)
                                                    #1  0x00007fbf91dd006e n/a (iris_dri.so + 0x3bc06e)
                                                    #2  0x00007fbf91dcf259 n/a (iris_dri.so + 0x3bb259)
                                                    #3  0x00007fbf91dd5607 n/a (iris_dri.so + 0x3c1607)
                                                    #4  0x00007fbf927b3402 n/a (iris_dri.so + 0xd9f402)
                                                    #5  0x00007fbf91d896d3 n/a (iris_dri.so + 0x3756d3)
                                                    #6  0x00007fbf91c8d825 n/a (iris_dri.so + 0x279825)
                                                    #7  0x00007fbf91c98878 n/a (iris_dri.so + 0x284878)
                                                    #8  0x00007fbf91cae5d2 n/a (iris_dri.so + 0x29a5d2)
                                                    #9  0x00007fbf91cae8be n/a (iris_dri.so + 0x29a8be)
                                                    #10 0x00007fbf9daf0756 n/a (libmutter-cogl-6.so.0 + 0x8e756)
                                                    #11 0x00007fbf9daf2d00 n/a (libmutter-cogl-6.so.0 + 0x90d00)
                                                    #12 0x00007fbf9da7fa2f cogl_texture_2d_new_from_data (libmutter-cogl-6.so.0 + 0x1da2f)
                                                    #13 0x00007fbf9dae637c cogl_context_new (libmutter-cogl-6.so.0 + 0x8437c)
                                                    #14 0x00007fbf9e0f742c n/a (libmutter-clutter-6.so.0 + 0xd442c)
                                                    #15 0x00007fbf9e0c9442 n/a (libmutter-clutter-6.so.0 + 0xa6442)
                                                    #16 0x00007fbf9e0c9cf8 n/a (libmutter-clutter-6.so.0 + 0xa6cf8)
                                                    #17 0x00007fbf9eaa1187 g_option_context_parse (libglib-2.0.so.0 + 0x61187)
                                                    #18 0x00007fbf9e0c997b clutter_init (libmutter-clutter-6.so.0 + 0xa697b)
                                                    #19 0x00007fbf9de3b36c meta_clutter_init (libmutter-6.so.0 + 0x4536c)
                                                    #20 0x00007fbf9df032a6 meta_init (libmutter-6.so.0 + 0x10d2a6)
                                                    #21 0x000055a258825138 n/a (gnome-shell + 0x2138)
                                                    #22 0x00007fbf9f006002 __libc_start_main (libc.so.6 + 0x27002)
                                                    #23 0x000055a25882561e n/a (gnome-shell + 0x261e)

Downgrading back to "mesa-20.0.6-2" fixes the issue.

UPDATE: Upstream has already been notified --> https://gitlab.freedesktop.org/mesa/mesa/-/issues/2977

Last edited by greenfoo (2020-05-15 18:32:14)

Offline

#2 2020-05-15 18:41:15

Strangiato
Member
Registered: 2020-01-10
Posts: 357

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

on my system xwayland began to crash after update to mesa 20.0.7 and its dependencies.
downgrade to previous packages solved the problem.

Offline

#3 2020-05-15 18:53:59

KredikShaw
Member
Registered: 2019-10-06
Posts: 16

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

Same problem here with dwm, had to do a downgrade.

Last edited by KredikShaw (2020-05-15 18:54:34)

Offline

#4 2020-05-15 18:55:14

hifigraz
Member
Registered: 2017-05-01
Posts: 33

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

Same here with amd driver... downgrade helped too.

[Update]

mesa 20.0.7-2 works also, thanks a lot!

Last edited by hifigraz (2020-05-15 19:08:46)

Offline

#5 2020-05-15 19:03:41

stecky_ms
Member
Registered: 2020-05-15
Posts: 3

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

Same here, downgrading to 20.0.6-2 fixed it, as well as upgrading to 20.0.7-2. Thanks for providing the new package so quickly :+1:

Offline

#6 2020-05-15 19:08:58

Annoyingduck
Member
Registered: 2016-08-02
Posts: 179

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

This post lowered my blood pressure - was in panic mode! Same result with lightdm/XFCE. Downgrade fixed it. I'm still not seeing a 20.0.7-2 in pacman yet, assuming it'll be along sometime today.

Offline

#7 2020-05-15 19:18:05

Qjammer
Member
Registered: 2018-10-30
Posts: 2

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

I had the same problem with AMD RX480. Steam was crashing with a segmentation fault. Downgrading mesa to 20.0.6-2 worked for me, as well as upgrading to 20.0.7-2

Last edited by Qjammer (2020-05-15 19:21:09)

Offline

#8 2020-05-15 19:22:49

stecky_ms
Member
Registered: 2020-05-15
Posts: 3

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

I also didn't see it on my pacman mirror yet. I downloaded it directly from https://www.archlinux.org/packages/extr … /download/ and installed it with

 pacman -U --asdeps mesa-20.0.7-2-x86_64.pkg.tar.zst

Offline

#9 2020-05-15 19:40:01

tritonas00
Member
Registered: 2013-01-20
Posts: 71

Re: Segmentation fault on Intel HD Graphics 520 when upgrading mesa

Same here, downgraded to 20.0.6-2

20.0.7-2 works fine also

Last edited by tritonas00 (2020-05-15 19:44:02)

Offline

Board footer

Powered by FluxBB