
https://bugzilla.suse.com/show_bug.cgi?id=1214043 https://bugzilla.suse.com/show_bug.cgi?id=1214043#c1 Michael Pujos <pujos.michael@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pujos.michael@gmail.com --- Comment #1 from Michael Pujos <pujos.michael@gmail.com> --- I do have this issue since I upgraded to snapshot 20230823. It happens with Firefox, Thunderbird and deadbeef. using strace on either of these executables always shows a poll() system call waiting and timeouting after 25 seconds, early on program startup: read(12, "\1\0\0\0\0\0\0\0", 8) = 8 read(12, 0x7ffd67536c60, 8) = -1 EAGAIN (Resource temporarily unavailable) write(12, "\1\0\0\0\0\0\0\0", 8) = 8 futex(0x55b090cfc940, FUTEX_WAKE_PRIVATE, 2147483647) = 0 close(12) = 0 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 write(8, "\1\0\0\0\0\0\0\0", 8) = 8 futex(0x55b090bf4da0, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0x55b090bedda8, FUTEX_WAKE_PRIVATE, 1) = 1 eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 12 futex(0x55b090bedda8, FUTEX_WAKE_PRIVATE, 1) = 1 poll([{fd=12, events=POLLIN}], 1, 25000) = 0 (Timeout) -- You are receiving this mail because: You are the assignee for the bug.