You are not logged in.

#1 Today 05:54:53

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

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 (Today 06:58:14)


---

Online

#2 Today 08:26:40

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

Re: 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 Today 08:44:56

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

Re: 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 ?? ()

---

Online

#4 Today 09:07:53

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

Re: 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 Today 09:15:52

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

Re: 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 (Today 11:03:47)


---

Online

#6 Today 13:15:48

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

Re: 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 Today 13:35:06

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

Re: 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
}

---

Online

#8 Today 13:39:05

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

Offline

#9 Today 13:43:39

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

Re: 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 (Today 13:46:31)


---

Online

#10 Today 14:26:58

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

Re: 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 Today 14:35:08

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

Re: 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

---

Online

#12 Today 14:48:15

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

Re: 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 Today 14:54:29

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

Re: 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 for the first time since you said "it looks bad" its like a doctor said "oops" in a operation theater...

┌──(shridhyan@ATRNXA)-[~]
└─$ ls -l /dev/dri
drwxr-xr-x  root root   80 B Thu Apr  9 14:53:27 2026  by-path
crw-rw----+ root video   0 B Thu Apr  9 20:19:22 2026  card1
crw-rw-rw-  root render  0 B Thu Apr  9 14:53:27 2026  renderD128
┌──(shridhyan@ATRNXA)-[~]
└─$ groups
shridhyan ollama video input wheel informant adbusers

---

Online

Board footer

Powered by FluxBB