alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.08k stars 262 forks source link

dbus-daemon stuck in latest alpine image #295

Closed dschuldt closed 1 year ago

dschuldt commented 1 year ago

Happy new year!

At the moment we have some issues with latest Alpine Image on Alma Linux 9 VMs:

If we run the command dbus-daemon --session --fork the process utilizes 100% CPU on our host (please see attached image).

This is also reproducable with a simple dbus-daemon --version.

I tracked the behaviour down to dbus 1.14.x. It does not happen with dbus 1.12.x.

Do you have any idea how to debug this issue?

Thank you!

Screenshot 2022-12-20 183547

dschuldt commented 1 year ago

For people finding this thread.

Here is the solution: https://gitlab.freedesktop.org/dbus/dbus/-/issues/441

Best Denis