You are not logged in.

#26 2025-06-29 21:48:20

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED] Wayland/X server update problem aftermath

0x0.st didnt responded; https://termbin.com/264o

Edit: 'it was on gdm debug mode' i would say but; i disabled debug, rebooted and launch the command again, it still has 10 thousand lines.

Last edited by jojo06 (2025-06-29 21:54:32)

Offline

#27 2025-06-29 21:55:38

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,992

Re: [SOLVED] Wayland/X server update problem aftermath

Jun 30 00:43:32 roses systemd-coredump[1015]: Process 730 (gnome-shell) of user 120 dumped core.
                                              
                                              Stack trace of thread 1006:
                                              #0  0x00007f1fa52a774c n/a (libc.so.6 + 0x9774c)
                                              #1  0x00007f1fa524ddc0 raise (libc.so.6 + 0x3ddc0)
                                              #2  0x000055fe9238911e n/a (/usr/bin/gnome-shell + 0x311e)
                                              #3  0x00007f1fa524def0 n/a (libc.so.6 + 0x3def0)
                                              #4  0x00007f1fa52a774c n/a (libc.so.6 + 0x9774c)
                                              #5  0x00007f1fa524ddc0 raise (libc.so.6 + 0x3ddc0)
                                              #6  0x00007f1fa523557a abort (libc.so.6 + 0x2557a)
                                              #7  0x00007f1fa52365c9 n/a (libc.so.6 + 0x265c9)
                                              #8  0x00007f1fa5334a09 __fortify_fail (libc.so.6 + 0x124a09)
                                              #9  0x00007f1fa5334374 __chk_fail (libc.so.6 + 0x124374)
                                              #10 0x00007f1fa12ab4c1 n/a (libfontconfig.so.1 + 0x1b4c1)
                                              #11 0x00007f1fa12ad56c FcFreeTypeQueryAll (libfontconfig.so.1 + 0x1d56c)
                                              #12 0x00007f1fa12adaa2 n/a (libfontconfig.so.1 + 0x1daa2)
                                              #13 0x00007f1fa12ae0ec n/a (libfontconfig.so.1 + 0x1e0ec)
                                              #14 0x00007f1fa12ae319 n/a (libfontconfig.so.1 + 0x1e319)
                                              #15 0x00007f1fa129c7fa n/a (libfontconfig.so.1 + 0xc7fa)
                                              #16 0x00007f1fa129c8b8 FcConfigBuildFonts (libfontconfig.so.1 + 0xc8b8)
                                              #17 0x00007f1fa129c981 n/a (libfontconfig.so.1 + 0xc981)
                                              #18 0x00007f1fa12af269 FcInit (libfontconfig.so.1 + 0x1f269)
                                              #19 0x00007f1fa10bf680 n/a (libpangoft2-1.0.so.0 + 0xc680)
                                              #20 0x00007f1fa5b7383c n/a (libglib-2.0.so.0 + 0x9683c)
                                              #21 0x00007f1fa52a57eb n/a (libc.so.6 + 0x957eb)
                                              #22 0x00007f1fa532918c n/a (libc.so.6 + 0x11918c)

https://bbs.archlinux.org/viewtopic.php?id=306628

Offline

#28 2025-06-29 22:10:53

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED] Wayland/X server update problem aftermath

gdb session was going to debug after launched but aborted because overflow.

I ran the `strace -o /tmp/fc-cache.strace fc-cache -rs` && `sudo fc-cache -rsv` both returned empty. When i try to run the `sudo fb-cache -rsv` again after gdb job; it gave error for overflow again.

coredumpctl info match

No coredumps found.

coredumpctl debug match

No match found

Offline

#29 2025-06-29 22:29:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,992

Re: [SOLVED] Wayland/X server update problem aftermath

Strace and GDB will tell you what font causes this and "match" is a placeholder in that context.

Offline

#30 2025-06-29 22:50:57

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED] Wayland/X server update problem aftermath

Its getting overflow over and over. In each and every command. Tried with GDB and strace. I did reboot. But its really hard. Now im running;

find /usr/share/fonts ~/.fonts -type f \( -iname '*.ttf' -o -iname '*.otf' \) | while read f; do fc-scan "$f" >/dev/null 2>&1 || echo "PROBLEMATIC FONT: $f"; done

Found it, deleted. CASE SOLVED ! @seth thanks man

Offline

#31 2025-06-29 22:55:16

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,992

Re: [SOLVED] Wayland/X server update problem aftermath

For posterity: which font(s) did trigger this?
https://wiki.archlinux.org/title/Genera … way_street

Also please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#32 2025-06-29 23:19:46

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED] Wayland/X server update problem aftermath

/usr/share/fonts/dai-banna-sil

But its not stable as i cheered on my previous topic. For example when surfing around workspaces taskbar hovering a bit from bottom like a few inches. And resolution not look like 1920x1080 as before.

Offline

#33 2025-06-29 23:21:22

AlexBM10
Member
Registered: 2025-06-29
Posts: 1

Re: [SOLVED] Wayland/X server update problem aftermath

yue wrote:

I solved the same problem by doing:

# pacman -Rdd linux-firmware
# pacman -Syu linux-firmware

you can refer to the following website:
https://archlinux.org/news/linux-firmwa … ervention/



Your method was the best option, I applied the commands listed and managed to solve the update problem.

Thanks for the tip.

Offline

#34 2025-06-29 23:26:55

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,992

Re: [SOLVED] Wayland/X server update problem aftermath

@jojo06,

xrandr -q

Offline

#35 2025-06-29 23:38:12

kerryh8er04
Member
Registered: 2025-06-29
Posts: 1

Re: [SOLVED] Wayland/X server update problem aftermath

yue wrote:

I solved the same problem by doing:

# pacman -Rdd linux-firmware
# pacman -Syu linux-firmware

you can refer to the following website:
https://archlinux.org/news/linux-firmwa … ervention/


THANK YOU!

Offline

#36 2025-06-29 23:39:23

jojo06
Member
Registered: 2023-11-04
Posts: 299

Re: [SOLVED] Wayland/X server update problem aftermath

seth wrote:

@jojo06,

xrandr -q

No its okay;

Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767
DVI-D-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
   1920x1080     59.96*+
   1440x1080     59.99  
   1400x1050     59.98  
   1280x1024     59.89  
   1280x960      59.94  
   1152x864      59.96  
   1024x768      59.92  
   800x600       59.86  
   640x480       59.38  
   320x240       59.29  
   1680x1050     59.95  
   1440x900      59.89  
   1280x800      59.81  
   1152x720      59.97  
   960x600       59.63  
   928x580       59.88  
   800x500       59.50  
   768x480       59.90  
   720x480       59.71  
   640x400       59.95  
   320x200       58.14  
   1600x900      59.95  
   1368x768      59.88  
   1280x720      59.86  
   1024x576      59.90  
   864x486       59.92  
   720x400       59.27  
   640x350       59.28

Some misconf i guess. If its not related, i can create another topic for it. It has (i dont know how to describe) small mischiefs, terminal is returning orange color in taskbar but cant displaying but its open. I have to hover and hold to it 1 sec and click it to display. And this kind of stuff

Offline

#37 2025-06-29 23:41:45

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 68,992

Re: [SOLVED] Wayland/X server update problem aftermath

Yes, please open a new thread - also because this one is being spammed off topic by obvious bots.

Offline

#38 2025-07-15 15:34:13

DpsEagle
Member
Registered: 2025-07-15
Posts: 1

Re: [SOLVED] Wayland/X server update problem aftermath

Big up shit myself when saw this

Offline

#39 2025-07-15 15:44:20

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,016
Website

Re: [SOLVED] Wayland/X server update problem aftermath

Closing this solved topic.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB