02-16-2020, 08:36 PM
(This post was last modified: 02-17-2020, 12:23 PM by ab1jx.
Edit Reason: typo, history
)
I'm seeing that error with libgl1-mesa-dri 19.3.3-1 which was part of my install from the debootstrap yesterday. I googled ""unw_get_proc_info" failed" and found this post. This is testing after all, I'm not hugely surprised. I just wonder if this deb is really the problem since it happens with 2 slightly different versions.
My crash happens starting X, I can see parts of my LXDE desktop then it crashes. Right after the gpio-keys like the xorg log you posted on Debian bugs. I was wondering if it was OsLookupColor and thinking about the color depth being apparently 24 instead of 32.
Have you managed to work around the error? I had this Bullseye installed and working once too, but I screwed it up so I've been trying several times to reinstall.
One sort of odd failure mode I saw a few times including this one was a blinking underline text cursor for part of a second, then a mouse cursor in the middle of the screen, then back to text, over and over for 15 minutes or more. A couple times I gave up at that, this time I flipped to another virtual terminal, logged in, set multiuser mode as the default. But it comes from X not being able to start I think, for a week or so. My first installation worked normally, that was January 15. So sometime in that range of a month something broke.
I downloaded the arm64 deb from https://packages.debian.org/unstable/libgl1-mesa-dri and installed it but it was the same version (19.3.3-1) I already had so it made no difference. I wish I had kept my old debs. So I need to find debs in Bullseye updated in the last 30 days, intersected with debs I have. Then try the deb it replaced. This file is also in Buster as libgl1-mesa-dri_18.3.6-2+deb10u1_arm64.deb but it has different dependencies, I just tried it. I think this file isn't the culprit, it's a different one.
I tried the real experimental from https://packages.debian.org/experimental...i/download but that runs into first wanting libgcc-s1, and that gets into wanting GCC 10, which probably wants a bunch more stuff.
By the stacktrace posted in the Debian bug report it dies in midgard_compile_shader_nir but I'm not doing anything with OpenGL at all. LXDE does use a bit of GTK (2 I think) but other than that I'm doing nothing with Gnome.
My crash happens starting X, I can see parts of my LXDE desktop then it crashes. Right after the gpio-keys like the xorg log you posted on Debian bugs. I was wondering if it was OsLookupColor and thinking about the color depth being apparently 24 instead of 32.
Code:
[ 194.588] (II) event1 - gpio-keys: is tagged by udev as: Keyboard Switch
[ 194.588] (II) event1 - gpio-keys: device is a keyboard
[ 194.588] (II) event1 - gpio-keys: device is a switch device
[ 197.152] (EE)
[ 197.152] (EE) Backtrace:
[ 197.155] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x188) [0xaaaacf2208a0]
[ 197.155] (EE) unw_get_proc_info failed: no unwind info found [-10]
[ 197.155] (EE)
[ 197.155] (EE) Segmentation fault at address 0xaadad3a895f8
[ 197.155] (EE)
Fatal server error:
[ 197.155] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 197.155] (EE)
[ 197.155] (EE)
Have you managed to work around the error? I had this Bullseye installed and working once too, but I screwed it up so I've been trying several times to reinstall.
One sort of odd failure mode I saw a few times including this one was a blinking underline text cursor for part of a second, then a mouse cursor in the middle of the screen, then back to text, over and over for 15 minutes or more. A couple times I gave up at that, this time I flipped to another virtual terminal, logged in, set multiuser mode as the default. But it comes from X not being able to start I think, for a week or so. My first installation worked normally, that was January 15. So sometime in that range of a month something broke.
I downloaded the arm64 deb from https://packages.debian.org/unstable/libgl1-mesa-dri and installed it but it was the same version (19.3.3-1) I already had so it made no difference. I wish I had kept my old debs. So I need to find debs in Bullseye updated in the last 30 days, intersected with debs I have. Then try the deb it replaced. This file is also in Buster as libgl1-mesa-dri_18.3.6-2+deb10u1_arm64.deb but it has different dependencies, I just tried it. I think this file isn't the culprit, it's a different one.
I tried the real experimental from https://packages.debian.org/experimental...i/download but that runs into first wanting libgcc-s1, and that gets into wanting GCC 10, which probably wants a bunch more stuff.
By the stacktrace posted in the Debian bug report it dies in midgard_compile_shader_nir but I'm not doing anything with OpenGL at all. LXDE does use a bit of GTK (2 I think) but other than that I'm doing nothing with Gnome.