You are not logged in.

#1 2026-04-09 05:54:53

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

[workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

Apr 09 10:57:48 ATRNXA systemd-coredump[92068]: [?] Process 92065 (swww-daemon) of user 1000 dumped core.
                                                
                                                Stack trace of thread 92065:
                                                #0  0x00007fd821af7a2c n/a (libc.so.6 + 0x98a2c)
                                                #1  0x00007fd821a9d1a0 raise (libc.so.6 + 0x3e1a0)
                                                #2  0x00007fd821a845fe abort (libc.so.6 + 0x255fe)
                                                #3  0x000055fcf8f5812a n/a (/usr/bin/awww-daemon + 0x6812a)
                                                #4  0x000055fcf8f31009 n/a (/usr/bin/awww-daemon + 0x41009)
                                                #5  0x000055fcf8f31084 n/a (/usr/bin/awww-daemon + 0x41084)
                                                #6  0x000055fcf8f30722 n/a (/usr/bin/awww-daemon + 0x40722)
                                                #7  0x000055fcf8f58487 n/a (/usr/bin/awww-daemon + 0x68487)
                                                #8  0x000055fcf8f58439 n/a (/usr/bin/awww-daemon + 0x68439)
                                                #9  0x000055fcf8f5842c n/a (/usr/bin/awww-daemon + 0x6842c)
                                                #10 0x000055fcf8f21a2b n/a (/usr/bin/awww-daemon + 0x31a2b)
                                                #11 0x000055fcf8f23fd1 n/a (/usr/bin/awww-daemon + 0x33fd1)
                                                #12 0x000055fcf8f1998b n/a (/usr/bin/awww-daemon + 0x2998b)
                                                #13 0x00007fd821a866c1 n/a (libc.so.6 + 0x276c1)
                                                #14 0x00007fd821a867f9 __libc_start_main (libc.so.6 + 0x277f9)
                                                #15 0x000055fcf8f04795 n/a (/usr/bin/awww-daemon + 0x14795)
                                                ELF object binary architecture: AMD x86-64
░░ Subject: Process 92065 (swww-daemon) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 92065 (swww-daemon) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
└─$ sudo pacman -Q swww
awww 0.12.0-1

also I was launching by

# wallpaper stuff
exec-once = awww-daemon --format xrgb

I also removed all flags and just kept `exec-once = awww-daemon`
also

┌──(shridhyan@ATRNXA)-[~]
└─$ pkill -9 -f "www-daemon"
┌──(shridhyan@ATRNXA)-[~]
└─$ RUST_LOG=trace awww-daemon
[WARN]  socket file /run/user/1000/wayland-1-awww-daemon.sock was not deleted when the previous daemon exited
[INFO]  BumpPool with: 1 buffers. Size: 4098Kb
[WARN]  We failed to find wayland buffer with id: 10. This should be impossible.
[INFO]  BumpPool with: 1 buffers. Size: 4098Kb
[INFO]  BumpPool with: 2 buffers. Size: 8196Kb
[WARN]  We failed to find wayland buffer with id: 10. This should be impossible.
[WARN]  We failed to find wayland buffer with id: 16. This should be impossible.
^C[INFO]  Removed socket at /run/user/1000/wayland-1-awww-daemon.sock
[INFO]  Goodbye!

I'm on Hyprland

└─$ hyprctl version
Hyprland 0.54.3 built from branch v0.54.3 at commit 521ece463c4a9d3d128670688a34756805a4328f clean (version: bump to 0.54.3).
Date: Fri Mar 27 18:17:50 2026
Tag: v0.54.3, commits: 7014

Libraries:
Hyprgraphics: built against 0.5.0, system has 0.5.1
Hyprutils: built against 0.12.0, system has 0.12.0
Hyprcursor: built against 0.1.13, system has 0.1.13
Hyprlang: built against 0.6.8, system has 0.6.8
Aquamarine: built against 0.10.0, system has 0.10.0

Version ABI string: 521ece463c4a9d3d128670688a34756805a4328f_aq_0.10_hu_0.12_hg_0.5_hc_0.1_hlg_0.6
no flags were set

a preemptive answer for a probable question "was it working before?"
"no Idea, Today I tried to change my wallpaper and saw this."

Edit:
even if nuked k!lled and launched manually still the same

└─$ [INFO]  BumpPool with: 1 buffers. Size: 4098Kb
[WARN]  We failed to find wayland buffer with id: 10. This should be impossible.
[INFO]  BumpPool with: 1 buffers. Size: 4098Kb
[INFO]  BumpPool with: 2 buffers. Size: 8196Kb
[WARN]  We failed to find wayland buffer with id: 10. This should be impossible.

Edit:
currently staring at a gray screen.

Last edited by 5hridhyan (2026-04-11 03:28:36)


*_*

Offline

#2 2026-04-09 08:26:40

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

pkill -9 -f "www-daemon"

Did you SIGKILL it after the problem or is this at the start of the problem?
It explains the warning about the existing socket.
https://github.com/LGFae/swww/issues/463  suggests it might be the output config but https://github.com/LGFae/swww/issues/425 suggests "We failed to find wayland buffer with id" to be a red herring.

Does awww provide https://wiki.archlinux.org/title/Debuginfod symbols?

Offline

#3 2026-04-09 08:44:56

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

the SIGKILL was only used after the issue started to try and clear the hanging process/socket...
I’ve enabled debuginfod, but the awww binary itself seems to be stripped of symbols in the repo package. Here is the backtrace from coredumpctl gdb:

coredumpctl gdb awww-daemon
           PID: 128875 (awww-daemon)
           UID: 1000 (shridhyan)
           GID: 1000 (shridhyan)
        Signal: 6 (ABRT)
     Timestamp: Thu 2026-04-09 12:05:01 IST (2h 3min ago)
  Command Line: awww-daemon
    Executable: /usr/bin/awww-daemon
 Control Group: /user.slice/user-1000.slice/user@1000.service/kitty-128805-0.scope
          Unit: user@1000.service
     User Unit: kitty-128805-0.scope
         Slice: user-1000.slice
     Owner UID: 1000 (shridhyan)
       Boot ID: 0de95b1ea68d465286e7451e55570811
    Machine ID: 1dff2a8ab1dd4aa5acfa697bb460405b
      Hostname: ATRNXA
       Storage: /var/lib/systemd/coredump/core.awww-daemon.1000.0de95b1ea68d465286e7451e55570811.128875.1775716501000000.zst (present)
  Size on Disk: 36.4K
       Message: Process 128875 (awww-daemon) of user 1000 dumped core.
                
                Stack trace of thread 128875:
                #0  0x00007f35ab975a2c n/a (libc.so.6 + 0x98a2c)
                #1  0x00007f35ab91b1a0 raise (libc.so.6 + 0x3e1a0)
                #2  0x00007f35ab9025fe abort (libc.so.6 + 0x255fe)
                #3  0x0000559c53f1712a n/a (/usr/bin/awww-daemon + 0x6812a)
                #4  0x0000559c53ef0009 n/a (/usr/bin/awww-daemon + 0x41009)
                #5  0x0000559c53ef0084 n/a (/usr/bin/awww-daemon + 0x41084)
                #6  0x0000559c53eef722 n/a (/usr/bin/awww-daemon + 0x40722)
                #7  0x0000559c53f17487 n/a (/usr/bin/awww-daemon + 0x68487)
                #8  0x0000559c53f17439 n/a (/usr/bin/awww-daemon + 0x68439)
                #9  0x0000559c53f1742c n/a (/usr/bin/awww-daemon + 0x6842c)
                #10 0x0000559c53ee0a2b n/a (/usr/bin/awww-daemon + 0x31a2b)
                #11 0x0000559c53ee2fd1 n/a (/usr/bin/awww-daemon + 0x33fd1)
                #12 0x0000559c53ed898b n/a (/usr/bin/awww-daemon + 0x2998b)
                #13 0x00007f35ab9046c1 n/a (libc.so.6 + 0x276c1)
                #14 0x00007f35ab9047f9 __libc_start_main (libc.so.6 + 0x277f9)
                #15 0x0000559c53ec3795 n/a (/usr/bin/awww-daemon + 0x14795)
                ELF object binary architecture: AMD x86-64
Core was generated by `/usr/bin/awww-daemon'.
Program terminated with signal SIGABRT, Aborted.
Downloading 4.48 K source file /usr/src/debug/glibc/glibc/nptl/pthread_kill.c
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44                        
44	     return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
(gdb) bt
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x00007f35ab975af3 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89
#2  0x00007f35ab91b1a0 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3  0x00007f35ab9025fe in __GI_abort () at abort.c:77
#4  0x0000559c53f1712a in ?? ()
#5  0x0000559c53ef0009 in ?? ()
#6  0x0000559c53ef0084 in ?? ()
#7  0x0000559c53eef722 in ?? ()
#8  0x0000559c53f17487 in ?? ()
#9  0x0000559c53f17439 in ?? ()
#10 0x0000559c53f1742c in ?? ()
#11 0x0000559c53ee0a2b in ?? ()
#12 0x0000559c53ee2fd1 in ?? ()
#13 0x0000559c53ed898b in ?? ()
#14 0x00007f35ab9046c1 in __libc_start_call_main (main=main@entry=0x559c53ecd180, argc=argc@entry=1, argv=argv@entry=0x7ffeb6e361d8)
    at ../sysdeps/nptl/libc_start_call_main.h:59
#15 0x00007f35ab9047f9 in __libc_start_main_impl (main=0x559c53ecd180, argc=1, argv=0x7ffeb6e361d8, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7ffeb6e361c8) at ../csu/libc-start.c:360
#16 0x0000559c53ec3795 in ?? ()

*_*

Offline

#4 2026-04-09 09:07:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

Is

hyprctl monitors

rather complicated and does this remain on a single-monitor setup?
Also since it's written for wlr and hyprland has abandoned that - does it work on eg. sway or labwc?

Offline

#5 2026-04-09 09:15:52

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

yes, ntg fancy

└─$ hyprctl monitors
Monitor eDP-1 (ID 0):
	1366x768@60.00300 at 0x0
	description: BOE 0x092C
	make: BOE
	model: 0x092C
	physical size (mm): 310x170
	serial: 
	active workspace: 2 (2)
	special workspace: 0 ()
	reserved: 0 41 0 0
	scale: 1.00
	transform: 0
	focused: yes
	dpmsStatus: 1
	vrr: false
	solitary: 0
	solitaryBlockedBy: windowed mode,missing candidate
	activelyTearing: false
	tearingBlockedBy: next frame is not torn,user settings,missing candidate,hw cursor
	directScanoutTo: 0
	directScanoutBlockedBy: user settings,missing candidate
	disabled: false
	currentFormat: XRGB8888
	mirrorOf: none
	availableModes: 1366x768@60.00Hz 1366x768@40.00Hz 1280x720@60.00Hz 1024x768@60.00Hz 800x600@60.00Hz 640x480@60.00Hz 
	colorManagementPreset: srgb
	sdrBrightness: 1.00
	sdrSaturation: 1.00
	sdrMinLuminance: 0.20
	sdrMaxLuminance: 80

this is a single-monitor setup.

does it work on eg. sway or labwc?

will test it with sway and report back.

Edit:
Yes it works perfectly fine on sway, no issues regarding any

Edit2

Apr 09 15:02:25 ATRNXA systemd-coredump[6695]: [?] Process 6682 (Hyprland) of user 1000 dumped core.
                                               
                                               Stack trace of thread 6682:
                                               #0  0x00007f5457834663 abort (libc.so.6 + 0x25663)
                                               #1  0x000055aee15ccbe4 n/a (/usr/bin/Hyprland + 0x284be4)
                                               #2  0x00007f545784d2d0 n/a (libc.so.6 + 0x3e2d0)
                                               #3  0x00007f54578a7a2c n/a (libc.so.6 + 0x98a2c)
                                               #4  0x00007f545784d1a0 raise (libc.so.6 + 0x3e1a0)
                                               #5  0x00007f54578345fe abort (libc.so.6 + 0x255fe)
                                               #6  0x00007f5457a97bf6 n/a (libstdc++.so.6 + 0x97bf6)
                                               #7  0x00007f5457ab1eba n/a (libstdc++.so.6 + 0xb1eba)
                                               #8  0x00007f5457a975d9 _ZSt9terminatev (libstdc++.so.6 + 0x975d9)
                                               #9  0x00007f5457ab2176 __cxa_throw (libstdc++.so.6 + 0xb2176)
                                               #10 0x000055aee14a50af n/a (/usr/bin/Hyprland + 0x15d0af)
                                               #11 0x000055aee15f44c0 _ZN11CCompositor10initServerENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIc>
                                               #12 0x000055aee154ec53 main (/usr/bin/Hyprland + 0x206c53)
                                               #13 0x00007f54578366c1 n/a (libc.so.6 + 0x276c1)
                                               #14 0x00007f54578367f9 __libc_start_main (libc.so.6 + 0x277f9)
                                               #15 0x000055aee15b75f5 _start (/usr/bin/Hyprland + 0x26f5f5)
                                               
                                               Stack trace of thread 6686:
                                               #0  0x00007f54578adf32 n/a (libc.so.6 + 0x9ef32)
                                               #1  0x00007f54578a239c n/a (libc.so.6 + 0x9339c)
                                               #2  0x00007f54578a268c n/a (libc.so.6 + 0x9368c)
                                               #3  0x00007f54578a5292 pthread_cond_clockwait (libc.so.6 + 0x96292)
                                               #4  0x00007f5458502042 _ZN12Hyprgraphics22CAsyncResourceGatherer18asyncAssetSpinLockEv (libhyprgraphi>
                                               #5  0x00007f5457ae55a4 n/a (libstdc++.so.6 + 0xe55a4)
                                               #6  0x00007f54578a597a n/a (libc.so.6 + 0x9697a)
                                               #7  0x00007f54579292bc n/a (libc.so.6 + 0x11a2bc)
                                               ELF object binary architecture: AMD x86-64
░░ Subject: Process 6682 (Hyprland) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 6682 (Hyprland) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
Apr 09 15:02:26 ATRNXA systemd-coredump[6726]: [?] Process 6720 (drkonqi-coredum) of user 1000 dumped core.
                                               
                                               Stack trace of thread 6720:
                                               #0  0x00007fdce23f3ad3 _ZN8QVariantC1ERK7QString (libQt6Core.so.6 + 0x1f3ad3)
                                               #1  0x00007fdce173c552 n/a (libQt6Gui.so.6 + 0x53c552)
                                               #2  0x00007fdce16e18f5 n/a (libQt6Gui.so.6 + 0x4e18f5)
                                               #3  0x00007fdce16eb975 _ZN21QTextDocumentFragment8fromHtmlERK7QStringPK13QTextDocument (libQt6Gui.so.>
                                               #4  0x00007fdce2c715a2 n/a (libKF6Notifications.so.6 + 0x225a2)
                                               #5  0x00007fdce2c7208f n/a (libKF6Notifications.so.6 + 0x2308f)
                                               #6  0x00007fdce2c7bb1c n/a (libKF6Notifications.so.6 + 0x2cb1c)
                                               #7  0x00007fdce23dc9c2 n/a (libQt6Core.so.6 + 0x1dc9c2)
                                               #8  0x00007fdce2906641 n/a (libQt6DBus.so.6 + 0x8e641)
                                               #9  0x00007fdce23d4614 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1d4614)
                                               #10 0x00007fdce2376c40 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x>
                                               #11 0x00007fdce2377070 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (libQt>
                                               #12 0x00007fdce2675d98 n/a (libQt6Core.so.6 + 0x475d98)
                                               #13 0x00007fdce0906f4d n/a (libglib-2.0.so.0 + 0x5ef4d)
                                               #14 0x00007fdce0908607 n/a (libglib-2.0.so.0 + 0x60607)
                                               #15 0x00007fdce0908815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
                                               #16 0x00007fdce2672222 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsF>
                                               #17 0x00007fdce23845d6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x184>
                                               #18 0x00007fdce237a311 _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x17a311)
                                               #19 0x000055cbc495c23b n/a (/usr/lib/drkonqi-coredump-launcher + 0xa23b)
                                               #20 0x000055cbc4959703 n/a (/usr/lib/drkonqi-coredump-launcher + 0x7703)
                                               #21 0x00007fdce1c366c1 n/a (libc.so.6 + 0x276c1)
                                               #22 0x00007fdce1c367f9 __libc_start_main (libc.so.6 + 0x277f9)
                                               #23 0x000055cbc4959d05 n/a (/usr/lib/drkonqi-coredump-launcher + 0x7d05)
                                               
                                               Stack trace of thread 6721:
                                               #0  0x00007fdce1cadf32 n/a (libc.so.6 + 0x9ef32)
                                               #1  0x00007fdce1ca239c n/a (libc.so.6 + 0x9339c)
                                               #2  0x00007fdce1ca23e4 n/a (libc.so.6 + 0x933e4)
                                               #3  0x00007fdce1d1c2f6 ppoll (libc.so.6 + 0x10d2f6)
                                               #4  0x00007fdce0908734 n/a (libglib-2.0.so.0 + 0x60734)
                                               #5  0x00007fdce0908815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
                                               #6  0x00007fdce2672222 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsF>
                                               #7  0x00007fdce23845d6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x184>
                                               #8  0x00007fdce249efa2 _ZN7QThread4execEv (libQt6Core.so.6 + 0x29efa2)
                                               #9  0x00007fdce28af50e n/a (libQt6DBus.so.6 + 0x3750e)
                                               #10 0x00007fdce254d483 n/a (libQt6Core.so.6 + 0x34d483)
                                               #11 0x00007fdce1ca597a n/a (libc.so.6 + 0x9697a)
                                               #12 0x00007fdce1d292bc n/a (libc.so.6 + 0x11a2bc)
                                               ELF object binary architecture: AMD x86-64
░░ Subject: Process 6720 (drkonqi-coredum) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 6720 (drkonqi-coredum) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.

is this because of

Hyprgraphics: built against 0.5.0, system has 0.5.1

??

Edit3:
I just removed awww from my startup config, and a reboot, at least hyprland is working now, which is a irony, it was working till this day, didn't knew I would be stuck in a disaster just for changing a wallpaper LMAO

Edit4:
Yes my system is up-to date, no partial upgrades drama

Edit5
yes today I did smtg wrong that the universe hates me

└─$ hyprpaper                                                  
DEBUG ]: Welcome to hyprpaper!
built from commit  ()
ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

DEBUG ]: Found 1 output(s)
DEBUG ]: Monitor eDP-1 has no target: no wp will be created

Last edited by 5hridhyan (2026-04-09 11:03:47)


*_*

Offline

#6 2026-04-09 13:15:48

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

hyprland changed its monitor syntax, https://wiki.hypr.land/Configuring/Monitors/#monitor-v2
What does your config look like?

Offline

#7 2026-04-09 13:35:06

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

└─$ cat ~/.config/hypr/Monitor_Profiles/default.conf 
# default Monitor config


monitorv2 {
  output = eDP-1
  mode = 1366x768@60
  position = 0x0
  scale = 1
  transform = 0
}

*_*

Offline

#8 2026-04-09 13:39:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Offline

#9 2026-04-09 13:43:39

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

currently I have

wallpaper {
    monitor = eDP-1
    path = /home/shridhyan/Pictures/wallpapers/wallpaper29.png
}

in ~/.config/hypr/hyprpaper.conf
not sure about `fit_mode = cover` but will try that...

Edit:
tried with that still the same

└─$ hyprpaper                         
DEBUG ]: Welcome to hyprpaper!
built from commit  ()
ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

DEBUG ]: Found 1 output(s)

Last edited by 5hridhyan (2026-04-09 13:46:31)


*_*

Offline

#10 2026-04-09 14:26:58

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

"Monitor eDP-1 has no target: no wp will be created" is gone?

eglinfo -B
lspci -knnd ::03xx

Offline

#11 2026-04-09 14:35:08

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

oh yeah, I didn't noticed that, yes it's gone.
outputs

└─$ eglinfo -B
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
└─$ lspci -knnd ::03xx
04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15d8] (rev c2)
	DeviceName:  Onboard IGD
	Subsystem: Hewlett-Packard Company Device [103c:85e0]
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

*_*

Offline

#12 2026-04-09 14:48:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.

This looks bad, caused by recent mesa update ?

Offline

#13 2026-04-09 14:54:29

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

uhm, I can't say that, it's the first time I'm seeing, and I'm worrying about it "now" since you said "it looks bad" its like a doctor said "oops" in a operation theater...

Edit:
I ran with sudo

┌──(shridhyan@ATRNXA)-[~]
└─$ sudo eglinfo -B
[sudo] password for shridhyan: 
GBM platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
Wayland platform:
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
eglinfo: eglInitialize failed

Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified

X11 platform:
Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified

Authorization required, but no authorization protocol specified

eglinfo: eglInitialize failed

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Last edited by 5hridhyan (2026-04-09 15:13:50)


*_*

Offline

#14 2026-04-09 15:43:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

Check

printenv

(sudo drops the environment)
How do you start Hyprland/sway?

Offline

#15 2026-04-09 15:45:49

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

└─$ printenv                  
SHELL=/usr/bin/zsh
HYPRLAND_CMD=Hyprland --watchdog-fd 4
CLUTTER_BACKEND=wayland
XDG_BACKEND=wayland
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
ELECTRON_OZONE_PLATFORM_HINT=auto
DOTS_VERSION=2.3.18
XDG_SEAT=seat0
PWD=/home/shridhyan
NIX_PROFILES=/nix/var/nix/profiles/default /home/shridhyan/.nix-profile
XDG_SESSION_DESKTOP=Hyprland
LOGNAME=shridhyan
QT_QPA_PLATFORMTHEME=qt6ct
XDG_SESSION_TYPE=wayland
_=/usr/bin/printenv
MOTD_SHOWN=pam
HOME=/home/shridhyan
LANG=en_US.UTF-8
_JAVA_AWT_WM_NONREPARENTING=1
XDG_CURRENT_DESKTOP=Hyprland
WAYLAND_DISPLAY=wayland-1
QT_QUICK_CONTROLS_STYLE=org.hyprland.style
NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
QT_QPA_PLATFORM=wayland;xcb
XDG_SESSION_CLASS=user
TERM=xterm-kitty
ZSH=/home/shridhyan/.oh-my-zsh
USER=shridhyan
HYPRLAND_INSTANCE_SIGNATURE=521ece463c4a9d3d128670688a34756805a4328f_1775749360_1485073216
DISPLAY=:0
SHLVL=1
MOZ_ENABLE_WAYLAND=1
XDG_VTNR=1
XDG_SESSION_ID=1
XDG_RUNTIME_DIR=/run/user/1000
DEBUGINFOD_URLS=https://debuginfod.archlinux.org 
HYPRCURSOR_THEME=Bibata-Modern-Ice
QT_AUTO_SCREEN_SCALE_FACTOR=1
XDG_DATA_DIRS=/home/shridhyan/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/home/shridhyan/.nix-profile/share:/nix/var/nix/profiles/default/share:/home/shridhyan/.nix-profile/share:/nix/var/nix/profiles/default/share
GDK_BACKEND=wayland,x11,*
PATH=/home/shridhyan/.nix-profile/bin:/home/shridhyan/.nix-profile/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
GDK_SCALE=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
HG=/usr/bin/hg
MAIL=/var/spool/mail/shridhyan
QT_SCALE_FACTOR=1
OLDPWD=/home/shridhyan
HYPRCURSOR_SIZE=24
KITTY_WINDOW_ID=1
COLORTERM=truecolor
KITTY_PID=4085
KITTY_PUBLIC_KEY=1:mqH;X@z59XFZgyn|MW~lP?h~1k|PIg*DAP+8JPV!
TERMINFO=/usr/lib/kitty/terminfo
KITTY_INSTALLATION_DIR=/usr/lib/kitty

Hyprland: exec start-hyprland
Sway: sway

Edit:
I added render to user group also thought if nix was "causing" but no, it wasn't, output:

┌──(shridhyan@ATRNXA)-[~]
└─$ groups
shridhyan ollama video render input wheel informant adbusers
┌──(shridhyan@ATRNXA)-[~]
└─$ env -i HOME=$HOME USER=$USER PATH=/usr/bin:/bin XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR eglinfo -B
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
eglinfo: eglInitialize failed

X11 platform:
eglinfo: eglInitialize failed

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Edit2:

┌──(shridhyan@ATRNXA)-[~]
└─$ getfacl /dev/dri/card1
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card1
# owner: root
# group: video
user::rw-
user:shridhyan:rw-
group::rw-
mask::rw-
other::---

┌──(shridhyan@ATRNXA)-[~]
└─$ getfacl /dev/dri/renderD128
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/renderD128
# owner: root
# group: render
user::rw-
group::rw-
other::rw-

Last edited by 5hridhyan (2026-04-09 16:18:13)


*_*

Offline

#16 2026-04-09 19:21:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

It's not a permission issue per se -

GALLIUM_DRIVER=amdgpu eglinfo -B

though that'd not be explained by the present environment - might be the nix/flatpak injections.

Offline

#17 2026-04-10 03:23:55

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

└─$ GALLIUM_DRIVER=amdgpu eglinfo -B
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
eglinfo: eglInitialize failed

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
eglinfo: eglInitialize failed

will try with a different/clean user account and report back.


*_*

Offline

#18 2026-04-10 03:28:16

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

[5hridhyan@ATRNXA ~]$ printenv   
SHELL=/usr/bin/bash
SESSION_MANAGER=local/ATRNXA:@/tmp/.ICE-unix/120512,unix/ATRNXA:/tmp/.ICE-unix/120512
WINDOWID=94129144653568
COLORTERM=truecolor
XDG_CONFIG_DIRS=/home/5hridhyan/.config/kdedefaults:/etc/xdg
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session3
XDG_MENU_PREFIX=plasma-
ICEAUTHORITY=/run/user/1001/iceauth_oxbStE
LANGUAGE=
SHELL_SESSION_ID=fc1df6f013434c1b848bd19da146fb78
MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
DESKTOP_SESSION=plasma
GTK_RC_FILES=/etc/gtk/gtkrc:/home/5hridhyan/.gtkrc:/home/5hridhyan/.config/gtkrc
XDG_SEAT=seat0
PWD=/home/5hridhyan
XDG_SESSION_DESKTOP=KDE
LOGNAME=5hridhyan
XDG_SESSION_TYPE=wayland
SYSTEMD_EXEC_PID=120561
XAUTHORITY=/run/user/1001/xauth_cywVlb
MOTD_SHOWN=pam
XKB_DEFAULT_MODEL=pc105+inet
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/5hridhyan/.gtkrc-2.0:/home/5hridhyan/.config/gtkrc-2.0
HOME=/home/5hridhyan
LANG=en_US.UTF-8
_JAVA_AWT_WM_NONREPARENTING=1
XDG_CURRENT_DESKTOP=KDE
KONSOLE_DBUS_SERVICE=:1.94
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1001.slice/user@1001.service/session.slice/plasma-plasmashell.service/memory.pressure
WAYLAND_DISPLAY=wayland-0
KONSOLE_DBUS_SESSION=/Sessions/1
PROFILEHOME=
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
INVOCATION_ID=37b1f7ca21be4a7593a3a8307d1a534a
KONSOLE_VERSION=251203
MANAGERPID=119538
KDE_SESSION_UID=1001
XKB_DEFAULT_LAYOUT=us
XDG_SESSION_CLASS=user
TERM=xterm-256color
KONSOLE_DBUS_ACTIVATION_COOKIE=4E+t1gNjWrTLmhisFP2WgRRsfKQ3Kq07XRXW3FVA6Co=
USER=5hridhyan
COLORFGBG=15;0
QT_WAYLAND_RECONNECT=1
KDE_SESSION_VERSION=6
PAM_KWALLET5_LOGIN=/run/user/1001/kwallet5.socket
DISPLAY=:1
SHLVL=1
XDG_VTNR=1
XDG_SESSION_ID=9
MANAGERPIDFDID=119539
XDG_RUNTIME_DIR=/run/user/1001
DEBUGINFOD_URLS=https://debuginfod.archlinux.org 
JOURNAL_STREAM=9:193956
XDG_DATA_DIRS=/home/5hridhyan/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
KDE_FULL_SESSION=true
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
KDE_APPLICATIONS_AS_SCOPE=1
HG=/usr/bin/hg
MAIL=/var/spool/mail/5hridhyan
XKB_DEFAULT_OPTIONS=terminate:ctrl_alt_bksp
KONSOLE_DBUS_WINDOW=/Windows/1
_=/usr/bin/printenv

but

[5hridhyan@ATRNXA ~]$ eglinfo -B
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

[5hridhyan@ATRNXA ~]$ GALLIUM_DRIVER=amdgpu eglinfo -B
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
eglinfo: eglInitialize failed

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
libEGL warning: egl: failed to create dri2 screen
libEGL warning: egl: failed to create dri2 screen
eglinfo: eglInitialize failed

Edit:

[5hridhyan@ATRNXA ~]$ groups
5hridhyan input wheel informant

Edit2:
in my shridhyan account

└─$ ldd $(which eglinfo) | grep -i "gbm\|egl"
	libEGL.so.1 => /usr/lib/libEGL.so.1 (0x00007f1fa84fc000)

it doesn't look like a Nix library is hijacking the binary itself.
LoL, User = -13 error, Sudo = Success...
since my user is in the video and render groups and has explicit ACL permissions for the /dev/dri/ nodes, why would it still fail with -13? could this be a situation where the compositor (Hyprland/KDE) isn't dropping "Master" privileges, or mesa is being overly aggressive about requiring them for GBM??

Edit3:
This is when I ran before running exec start-hyprland, in short I ran in TTY

GBM platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
eglinfo: eglInitialize failed

X11 platform:
eglinfo: eglInitialize failed

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Last edited by 5hridhyan (2026-04-10 03:56:09)


*_*

Offline

#19 2026-04-10 07:46:57

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

What's the situation on sway, both wrt to eglinfo as well as hyprpaper (notably the EGL_BAD_ALLOC) ?
What if you skip the start-overhypedland wrapper and run "Hyprland" directly? (also don't exec)

Offline

#20 2026-04-10 07:56:55

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

Launched by Hyprland

└─$ eglinfo -B 
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Apr 10 13:24:45 ATRNXA systemd-coredump[102931]: [?] Process 102928 (swww-daemon) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 102928:
                                                 #0  0x00007f4066dcaa2c n/a (libc.so.6 + 0x98a2c)
                                                 #1  0x00007f4066d701a0 raise (libc.so.6 + 0x3e1a0)
                                                 #2  0x00007f4066d575fe abort (libc.so.6 + 0x255fe)
                                                 #3  0x000056370b21712a n/a (/usr/bin/awww-daemon + 0x6812a)
                                                 #4  0x000056370b1f0009 n/a (/usr/bin/awww-daemon + 0x41009)
                                                 #5  0x000056370b1f0084 n/a (/usr/bin/awww-daemon + 0x41084)
                                                 #6  0x000056370b1ef722 n/a (/usr/bin/awww-daemon + 0x40722)
                                                 #7  0x000056370b217487 n/a (/usr/bin/awww-daemon + 0x68487)
                                                 #8  0x000056370b217439 n/a (/usr/bin/awww-daemon + 0x68439)
                                                 #9  0x000056370b21742c n/a (/usr/bin/awww-daemon + 0x6842c)
                                                 #10 0x000056370b1e0a2b n/a (/usr/bin/awww-daemon + 0x31a2b)
                                                 #11 0x000056370b1e2fd1 n/a (/usr/bin/awww-daemon + 0x33fd1)
                                                 #12 0x000056370b1d898b n/a (/usr/bin/awww-daemon + 0x2998b)
                                                 #13 0x00007f4066d596c1 n/a (libc.so.6 + 0x276c1)
                                                 #14 0x00007f4066d597f9 __libc_start_main (libc.so.6 + 0x277f9)
                                                 #15 0x000056370b1c3795 n/a (/usr/bin/awww-daemon + 0x14795)
                                                 ELF object binary architecture: AMD x86-64
░░ Subject: Process 102928 (swww-daemon) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 102928 (swww-daemon) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
└─$ hyprpaper
DEBUG ]: Welcome to hyprpaper!
built from commit  ()
ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

DEBUG ]: Found 1 output(s)
^C

Will test in sway and report back.
--------------------------------------------------------------------------
Edit:
on sway

└─$ hyprpaper         
DEBUG ]: Welcome to hyprpaper!
built from commit  ()
wl_registry#2: error 0: invalid version for global zwlr_layer_shell_v1 (11): have 4, wanted 5
ERR from aquamarine ]: Cannot create a GBM Allocator: PRIME export is not supported by the gpu.
ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

ERR from hyprtoolkit ]: eglDeviceFromDRMFD: drmGetDevice failed
ERR from hyprtoolkit ]: drmGetPrimaryDeviceNameFromFd failed

==========================================================================================
ASSERTION FAILED! 

Couldn't open a gbm fd

at: line 421 in OpenGL.cpp[HT] Assertion failed!zsh: IOT instruction (core dumped)  hyprpaper
└─$ eglinfo -B 
GBM platform:
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
_amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13)
MESA: error: amdgpu: amdgpu_device_initialize failed.
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Surfaceless platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device platform:
Device #0:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: AMD
OpenGL core profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL core profile version: 4.6 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: AMD
OpenGL compatibility profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: AMD
OpenGL ES profile renderer: AMD Radeon Vega 8 Graphics (radeonsi, raven, ACO, DRM 3.64, 6.19.11-arch1-1)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

Device #1:

Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES 
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 26.0.4-arch1.1
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 26.0.4-arch1.1
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 22.1.2, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 26.0.4-arch1.1
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20

-------------------------------
Edit2
journal said (now in hyprland)

Apr 10 13:29:05 ATRNXA systemd-coredump[105435]: [?] Process 105430 (hyprpaper) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 105430:
                                                 #0  0x00007f3faf389a2c n/a (libc.so.6 + 0x98a2c)
                                                 #1  0x00007f3faf32f1a0 raise (libc.so.6 + 0x3e1a0)
                                                 #2  0x00007f3fafacce2b _ZN11Hyprtoolkit15COpenGLRendererC1Ei (libhyprtoolkit.so.5 + 0xd0e2b)
                                                 #3  0x00007f3fafa6eb71 _ZN11Hyprtoolkit8IBackend6createEv (libhyprtoolkit.so.5 + 0x72b71)
                                                 #4  0x00007f3fafa6ef4e _ZN11Hyprtoolkit8IBackend14createWithDataERKNS0_20SBackendCreationDataE (lib>
                                                 #5  0x0000562ddbb9c272 n/a (/usr/bin/hyprpaper + 0x19272)
                                                 #6  0x00007f3faf3186c1 n/a (libc.so.6 + 0x276c1)
                                                 #7  0x00007f3faf3187f9 __libc_start_main (libc.so.6 + 0x277f9)
                                                 #8  0x0000562ddbb9e1d5 n/a (/usr/bin/hyprpaper + 0x1b1d5)
                                                 
                                                 Stack trace of thread 105431:
                                                 #0  0x00007f3faf38ff32 n/a (libc.so.6 + 0x9ef32)
                                                 #1  0x00007f3faf38439c n/a (libc.so.6 + 0x9339c)
                                                 #2  0x00007f3faf38468c n/a (libc.so.6 + 0x9368c)
                                                 #3  0x00007f3faf387292 pthread_cond_clockwait (libc.so.6 + 0x96292)
                                                 #4  0x00007f3faed1e042 _ZN12Hyprgraphics22CAsyncResourceGatherer18asyncAssetSpinLockEv (libhyprgrap>
                                                 #5  0x00007f3faf6e55a4 n/a (libstdc++.so.6 + 0xe55a4)
                                                 #6  0x00007f3faf38797a n/a (libc.so.6 + 0x9697a)
                                                 #7  0x00007f3faf40b2bc n/a (libc.so.6 + 0x11a2bc)
                                                 ELF object binary architecture: AMD x86-64
░░ Subject: Process 105430 (hyprpaper) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 105430 (hyprpaper) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
Apr 10 13:29:05 ATRNXA systemd-coredump[105450]: [?] Process 105444 (drkonqi-coredum) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 105444:
                                                 #0  0x00007f5937bf3ad3 _ZN8QVariantC1ERK7QString (libQt6Core.so.6 + 0x1f3ad3)
                                                 #1  0x00007f5936f3c552 n/a (libQt6Gui.so.6 + 0x53c552)
                                                 #2  0x00007f5936ee18f5 n/a (libQt6Gui.so.6 + 0x4e18f5)
                                                 #3  0x00007f5936eeb975 _ZN21QTextDocumentFragment8fromHtmlERK7QStringPK13QTextDocument (libQt6Gui.s>
                                                 #4  0x00007f593850c5a2 n/a (libKF6Notifications.so.6 + 0x225a2)
                                                 #5  0x00007f593850d08f n/a (libKF6Notifications.so.6 + 0x2308f)
                                                 #6  0x00007f5938516b1c n/a (libKF6Notifications.so.6 + 0x2cb1c)
                                                 #7  0x00007f5937bdc9c2 n/a (libQt6Core.so.6 + 0x1dc9c2)
                                                 #8  0x00007f59379cd641 n/a (libQt6DBus.so.6 + 0x8e641)
                                                 #9  0x00007f5937bd4614 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1d4614)
                                                 #10 0x00007f5937b76c40 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + >
                                                 #11 0x00007f5937b77070 _ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData (lib>
                                                 #12 0x00007f5937e75d98 n/a (libQt6Core.so.6 + 0x475d98)
                                                 #13 0x00007f5936673f4d n/a (libglib-2.0.so.0 + 0x5ef4d)
                                                 #14 0x00007f5936675607 n/a (libglib-2.0.so.0 + 0x60607)
                                                 #15 0x00007f5936675815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
                                                 #16 0x00007f5937e72222 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEvent>
                                                 #17 0x00007f5937b845d6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1>
                                                 #18 0x00007f5937b7a311 _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x17a311)
                                                 #19 0x0000557c11eff23b n/a (/usr/lib/drkonqi-coredump-launcher + 0xa23b)
                                                 #20 0x0000557c11efc703 n/a (/usr/lib/drkonqi-coredump-launcher + 0x7703)
                                                 #21 0x00007f59374366c1 n/a (libc.so.6 + 0x276c1)
                                                 #22 0x00007f59374367f9 __libc_start_main (libc.so.6 + 0x277f9)
                                                 #23 0x0000557c11efcd05 n/a (/usr/lib/drkonqi-coredump-launcher + 0x7d05)
                                                 
                                                 Stack trace of thread 105445:
                                                 #0  0x00007f59374adf32 n/a (libc.so.6 + 0x9ef32)
                                                 #1  0x00007f59374a239c n/a (libc.so.6 + 0x9339c)
                                                 #2  0x00007f59374a23e4 n/a (libc.so.6 + 0x933e4)
                                                 #3  0x00007f593751c2f6 ppoll (libc.so.6 + 0x10d2f6)
...skipping...
                                                 #15 0x00007f8ddcc2b815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
                                                 #16 0x00007f8dde472222 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEvent>
                                                 #17 0x00007f8dde1845d6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1>
                                                 #18 0x00007f8dde17a311 _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x17a311)
                                                 #19 0x0000561ea9f4b23b n/a (/usr/lib/drkonqi-coredump-launcher + 0xa23b)
                                                 #20 0x0000561ea9f48703 n/a (/usr/lib/drkonqi-coredump-launcher + 0x7703)
                                                 #21 0x00007f8ddda366c1 n/a (libc.so.6 + 0x276c1)
                                                 #22 0x00007f8ddda367f9 __libc_start_main (libc.so.6 + 0x277f9)
                                                 #23 0x0000561ea9f48d05 n/a (/usr/lib/drkonqi-coredump-launcher + 0x7d05)
                                                 
                                                 Stack trace of thread 117896:
                                                 #0  0x00007f8dddaadf32 n/a (libc.so.6 + 0x9ef32)
                                                 #1  0x00007f8dddaa239c n/a (libc.so.6 + 0x9339c)
                                                 #2  0x00007f8dddaa23e4 n/a (libc.so.6 + 0x933e4)
                                                 #3  0x00007f8dddb1c2f6 ppoll (libc.so.6 + 0x10d2f6)
                                                 #4  0x00007f8ddcc2b734 n/a (libglib-2.0.so.0 + 0x60734)
                                                 #5  0x00007f8ddcc2b815 g_main_context_iteration (libglib-2.0.so.0 + 0x60815)
                                                 #6  0x00007f8dde472222 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEvent>
                                                 #7  0x00007f8dde1845d6 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x1>
                                                 #8  0x00007f8dde29efa2 _ZN7QThread4execEv (libQt6Core.so.6 + 0x29efa2)
                                                 #9  0x00007f8dddf6250e n/a (libQt6DBus.so.6 + 0x3750e)
                                                 #10 0x00007f8dde34d483 n/a (libQt6Core.so.6 + 0x34d483)
                                                 #11 0x00007f8dddaa597a n/a (libc.so.6 + 0x9697a)
                                                 #12 0x00007f8dddb292bc n/a (libc.so.6 + 0x11a2bc)
                                                 ELF object binary architecture: AMD x86-64
░░ Subject: Process 117872 (drkonqi-coredum) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 117872 (drkonqi-coredum) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.

Last edited by 5hridhyan (2026-04-10 08:08:34)


*_*

Offline

#21 2026-04-10 08:14:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

hyprpaper on hyprland (now) still works regardless of the EGL_BAD_ALLOC ?
And awww works on sway ?

https://debuginfod.archlinux.org/packages has /srv/ftp/pool/packages-debug/awww-debug-0.12.0-1-x86_64.pkg.tar.zst so as long as https://wiki.archlinux.org/title/Debuginfod is properly configured (looks like) you should™ get a better backtrace ?

Offline

#22 2026-04-10 08:30:59

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

Wait, Yes It is applying Now!, but if I change wallpaper

└─$ hyprpaper
DEBUG ]: Welcome to hyprpaper!
built from commit  ()
ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

ERR from hyprtoolkit ]: [EGL] Command eglQueryDevicesEXT errored out with EGL_BAD_ALLOC (0x12291): EGL_BAD_ALLOC error: In eglQueryDevicesEXT: Failed to allocate device list.

DEBUG ]: Found 1 output(s)
zsh: terminated  hyprpaper

it gets terminated?
I forgot to tell that, awww works on sway, but I didn't test changing wallpaper, but on sway hyprpaper didn't work or draw any paint btw,

also I noticed now, if I launch it manually or it launched by exec-once I see

Apr 10 13:56:33 ATRNXA systemd-coredump[134840]: [?] Process 134837 (awww-daemon) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 134837:
                                                 #0  0x00007f208efc3a2c n/a (libc.so.6 + 0x98a2c)
                                                 #1  0x00007f208ef691a0 raise (libc.so.6 + 0x3e1a0)
                                                 #2  0x00007f208ef505fe abort (libc.so.6 + 0x255fe)
                                                 #3  0x000056067437812a n/a (/usr/bin/awww-daemon + 0x6812a)
                                                 #4  0x0000560674351009 n/a (/usr/bin/awww-daemon + 0x41009)
                                                 #5  0x0000560674351084 n/a (/usr/bin/awww-daemon + 0x41084)
                                                 #6  0x0000560674350722 n/a (/usr/bin/awww-daemon + 0x40722)
                                                 #7  0x0000560674378487 n/a (/usr/bin/awww-daemon + 0x68487)
                                                 #8  0x0000560674378439 n/a (/usr/bin/awww-daemon + 0x68439)
                                                 #9  0x000056067437842c n/a (/usr/bin/awww-daemon + 0x6842c)
                                                 #10 0x0000560674341a2b n/a (/usr/bin/awww-daemon + 0x31a2b)
                                                 #11 0x0000560674343fd1 n/a (/usr/bin/awww-daemon + 0x33fd1)
                                                 #12 0x000056067433998b n/a (/usr/bin/awww-daemon + 0x2998b)
                                                 #13 0x00007f208ef526c1 n/a (libc.so.6 + 0x276c1)
                                                 #14 0x00007f208ef527f9 __libc_start_main (libc.so.6 + 0x277f9)
                                                 #15 0x0000560674324795 n/a (/usr/bin/awww-daemon + 0x14795)
                                                 ELF object binary architecture: AMD x86-64
░░ Subject: Process 134837 (awww-daemon) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 134837 (awww-daemon) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.

if launched in gdb, it just works fine

┌──(shridhyan@ATRNXA)-[~]
└─$ gdb swww-daemon    
GNU gdb (GDB) 17.1
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from swww-daemon...

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.archlinux.org>
Enable debuginfod for this session? (y or [n]) y
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
(No debugging symbols found in swww-daemon)
(gdb) run
Starting program: /usr/bin/swww-daemon 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Detaching after fork from child process 136603]
[INFO]  BumpPool with: 1 buffers. Size: 4098Kb
[WARN]  We failed to find wayland buffer with id: 10. This should be impossible.
[INFO]  BumpPool with: 1 buffers. Size: 4098Kb
[INFO]  BumpPool with: 2 buffers. Size: 8196Kb
[WARN]  We failed to find wayland buffer with id: 10. This should be impossible.
[WARN]  We failed to find wayland buffer with id: 16. This should be impossible.
^C
Program received signal SIGINT, Interrupt.
0x0000555555574a73 in ?? ()
(gdb) bt full
#0  0x0000555555574a73 in ?? ()
No symbol table info available.
#1  0x00007ffff7c526c1 in __libc_start_call_main (main=main@entry=0x555555572180, argc=argc@entry=1, argv=argv@entry=0x7fffffffe4b8)
    at ../sysdeps/nptl/libc_start_call_main.h:59
        self = <optimized out>
        result = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 5496460198174481724, 140737488348344, 1, 140737354125312, 93824992667496, 
                5496460198354836796, 5496442238844624188}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x7fffffffe4b8}, data = {prev = 0x0, 
              cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#2  0x00007ffff7c527f9 in __libc_start_main_impl (main=0x555555572180, argc=1, argv=0x7fffffffe4b8, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7fffffffe4a8) at ../csu/libc-start.c:360
No locals.
#3  0x0000555555568795 in ?? ()
No symbol table info available.
(gdb) exit
A debugging session is active.

	Inferior 1 [process 136600] will be killed.

Quit anyway? (y or n) y

edit:
hyprpaper doesn't work now, on Hyprland, no idea what happened, same errors, but no drawing sad

Last edited by 5hridhyan (2026-04-10 09:09:19)


*_*

Offline

#23 2026-04-11 03:32:36

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

https://archlinux.org/packages/extra/x86_64/swaybg/,https://aur.archlinux.org/packages/wewa-bin these two just work fine
my original issue was "staring at gray screen" appears to be solved by swaybg, hence marking the thread as workaround
Thanks


*_*

Offline

#24 2026-04-11 06:53:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,771

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

if I launch it manually or it launched by exec-once I see … if launched in gdb

You should™ get that w/ coredumpctl as well, but the process didn't actually crash, you pressed ctrl+c to SIGINT it (so that backtrace is meaningless) - or do you mean that running swww in gdb doesn't crash but gets your a wallpaper (despite the output warnings)?

That'd be a hallmark of some memory corruption (out of bound, use after free) or race condition (thread mishandling) and allows me to post

yOu nEeD To uSe tHe rUsT ThAt mAkEs iT SaFe

=> https://codeberg.org/LGFae/awww/issues


hyprpaper doesn't work now, on Hyprland, no idea what happened, same errors, but no drawing

awww works on sway, but I didn't test changing wallpaper, but on sway hyprpaper didn't work or draw any paint

Buggy code, struggles w/ incompatible layer shell implementations. Another day in the way of the land lol

Offline

#25 2026-04-11 07:15:56

5hridhyan
Member
From: Asia
Registered: 2025-12-25
Posts: 591

Re: [workaround]awww 0.12.0-1 repeatedly aborts (swww-daemon core dump)

running swww awww as in gdb doesn't crash but gets your a wallpaper (despite the output warnings)?

Yes, if ran manually or exec once it crashes, no wallpaper drawing, ntg. But on gdb it just works fine, w/o any issues...

" Another day in the way of the land"
hehe LoL

Edit2:
its the first time I'm reporting any "upstream", I hope I won't get burnt alive
https://codeberg.org/LGFae/awww/issues/540

Last edited by 5hridhyan (2026-04-11 07:38:13)


*_*

Offline

Board footer

Powered by FluxBB