Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Killed after computer comes from idling #25

Open
gizzmoguy opened this issue Aug 5, 2024 · 2 comments
Open

Killed after computer comes from idling #25

gizzmoguy opened this issue Aug 5, 2024 · 2 comments

Comments

@gizzmoguy
Copy link

If computer is left alone and goes to sleep. The moment audio starts playing after waking up from sleep. The program gets killed.
Running the latest version on Fedora 40 sway.

@ErikReider
Copy link
Owner

Still an issue?

@davidsierradz
Copy link

davidsierradz commented Sep 20, 2024

Hi, I think I'm getting this (or related):

swayidle[107604]: 2024-09-20 13:58:48 - [main.c:280] Failed to lock session -- is another lockscreen running?
kernel: traps: sway-audio-idle[2806] general protection fault ip:7f569689104f sp:7fff064b4580 error:0 in libffi.so.8.1.4[a04f,7f5696889000+b000]
systemd-coredump[107818]: Process 2806 (sway-audio-idle) of user 1000 terminated abnormally with signal 11/SEGV, processing...
systemd[1]: Started Process Core Dump (PID 107818/UID 0).
systemd-coredump[107820]: [🡕] Process 2806 (sway-audio-idle) of user 1000 dumped core.

                          Module libcap.so.2 without build-id.
                          Module libmp3lame.so.0 without build-id.
                          Module libmpg123.so.0 without build-id.
                          Module libogg.so.0 without build-id.
                          Module libopus.so.0 without build-id.
                          Module libvorbisenc.so.2 without build-id.
                          Module libvorbis.so.0 without build-id.
                          Module libFLAC.so.12 without build-id.
                          Module libsndfile.so.1 without build-id.
                          Module libffi.so.8 without build-id.
                          Module libpulsecommon-17.0.so without build-id.
                          Module libgcc_s.so.1 without build-id.
                          Module libstdc++.so.6 without build-id.
                          Module libpulse.so.0 without build-id.
                          Module sway-audio-idle-inhibit without build-id.
                          Stack trace of thread 2806:
                          #0  0x00007f569689104f ffi_call_unix64 (libffi.so.8 + 0xa04f)
                          #1  0x00007f569688f125 ffi_call_int (libffi.so.8 + 0x8125)
                          #2  0x00007f569688fd38 ffi_call (libffi.so.8 + 0x8d38)
                          #3  0x00007f5696a3ae21 wl_closure_invoke (libwayland-client.so.0 + 0xae21)
                          #4  0x00007f5696a36c4f dispatch_event (libwayland-client.so.0 + 0x6c4f)
                          #5  0x00007f5696a37f7b wl_display_dispatch_queue_pending (libwayland-client.so.0 + 0x7f7b)
                          #6  0x00007f5696a38d2f wl_display_roundtrip_queue (libwayland-client.so.0 + 0x8d2f)
                          #7  0x000000000040427b _ZN4Idle6updateEb (sway-audio-idle-inhibit + 0x427b)
                          #8  0x0000000000403ca3 _ZN5Pulse7connectEP20pa_threaded_mainloopP15pa_mainloop_api16SubscriptionType20pa_subscription_mask9EventType (sway-audio-idle-inhibit + 0x3ca3)
                          #9  0x0000000000403e27 _ZN5Pulse4initE16SubscriptionType20pa_subscription_mask9EventType (sway-audio-idle-inhibit + 0x3e27)
                          #10 0x00000000004026d4 main (sway-audio-idle-inhibit + 0x26d4)
                          #11 0x00007f569643314e __libc_start_call_main (libc.so.6 + 0x2a14e)
                          #12 0x00007f5696433209 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2a209)
                          #13 0x0000000000402715 _start (sway-audio-idle-inhibit + 0x2715)

                          Stack trace of thread 2812:
                          #0  0x00007f569650ad1f __poll (libc.so.6 + 0x101d1f)
                          #1  0x00007f5696a7ab21 poll_func (libpulse.so.0 + 0x37b21)
                          #2  0x00007f5696a6bba4 pa_mainloop_poll (libpulse.so.0 + 0x28ba4)
                          #3  0x00007f5696a6c226 pa_mainloop_iterate (libpulse.so.0 + 0x29226)
                          #4  0x00007f5696a6c2f0 pa_mainloop_run (libpulse.so.0 + 0x292f0)
                          #5  0x00007f5696a7ac09 thread (libpulse.so.0 + 0x37c09)
                          #6  0x00007f56969de1cf internal_thread_func (libpulsecommon-17.0.so + 0x601cf)
                          #7  0x00007f5696499a42 start_thread (libc.so.6 + 0x90a42)
                          #8  0x00007f569651905c __clone3 (libc.so.6 + 0x11005c)
                          ELF object binary architecture: AMD x86-64
systemd[1]: [email protected]: Deactivated successfully.
systemd[1]: [email protected]: Consumed 110ms CPU time, 80.2M memory peak.

Edit: Probably #7, will investigate further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants