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

EasyEffects crash on Fedora 40 boot, but runs fine when launched manually #3460

Open
PranavSakthivel opened this issue Oct 19, 2024 · 3 comments

Comments

@PranavSakthivel
Copy link

PranavSakthivel commented Oct 19, 2024

EasyEffects Version

7.1.7

What package are you using?

Flatpak Fedora

Distribution

Fedora 40 GNOME

Describe the bug

EasyEffects runs fine but crashes with the autostart option. I can provide any logs or run any commands to get more info if necessary. Thanks

I saw a similar issue #3386 but I'm not sure if it's the same issue for Fedora

Expected Behavior

EasyEffects autostarts

Debug Log

Debug Log
Paste your log here

Additional Information

No response

@wwmm
Copy link
Owner

wwmm commented Oct 19, 2024

I saw a similar issue #3386 but I'm not sure if it's the same issue for Fedora

Do you see a killed message in the output of sudo journalctl? Running fine after the login but crashing or being killed in the autostart is a sign that something weird is happening in one of the libraries EasyEffects has to use or some service that should be started first is being started too late.

@PranavSakthivel
Copy link
Author

PranavSakthivel commented Oct 20, 2024

Hi, I don't see anything with "killed" when I run that. here is the output of that command:

Oct 06 22:02:54 fedora systemd-journald[2030]: /var/log/journal/e3798fa65d164d8097720ff19df63e3d/user-1000.journal: Journal file uses a different sequence number ID>
Oct 06 22:02:54 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=user@1000 comm="systemd" exe="/>
Oct 06 22:02:54 fedora audit[2914]: USER_START pid=2914 uid=0 auid=1000 ses=1 subj=system_u:system_r:xdm_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_seli>
Oct 06 22:02:54 fedora gdm-autologin][2914]: pam_unix(gdm-autologin:session): session opened for user pranav(uid=1000) by pranav(uid=0)
Oct 06 22:02:54 fedora systemd[2932]: Created slice app.slice - User Application Slice.
Oct 06 22:02:54 fedora gdm-autologin][2914]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Oct 06 22:02:54 fedora systemd[2932]: Started grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes.
Oct 06 22:02:54 fedora gdm[2882]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
Oct 06 22:02:54 fedora systemd[2932]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.
Oct 06 22:02:54 fedora gdm[2882]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
Oct 06 22:02:54 fedora systemd[2932]: Reached target paths.target - Paths.
Oct 06 22:02:54 fedora systemd[2932]: Reached target timers.target - Timers.
Oct 06 22:02:54 fedora dbus-broker-launch[2960]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 06 22:02:54 fedora dbus-broker-launch[2960]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 06 22:02:54 fedora systemd[2932]: Starting dbus.socket - D-Bus User Message Bus Socket...
Oct 06 22:02:54 fedora systemd[2932]: Listening on pipewire-pulse.socket - PipeWire PulseAudio.
Oct 06 22:02:54 fedora systemd[2932]: Listening on pipewire.socket - PipeWire Multimedia System Sockets.
Oct 06 22:02:54 fedora systemd[2932]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...
Oct 06 22:02:54 fedora systemd[2932]: Listening on dbus.socket - D-Bus User Message Bus Socket.
Oct 06 22:02:54 fedora systemd[2932]: Reached target sockets.target - Sockets.
Oct 06 22:02:54 fedora systemd[2932]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.
Oct 06 22:02:54 fedora systemd[2932]: Reached target basic.target - Basic System.
Oct 06 22:02:54 fedora systemd[2932]: gnome-initial-setup-copy-worker.service - GNOME Initial Setup Copy Worker was skipped because of an unmet condition check (Con>
Oct 06 22:02:54 fedora systemd[2932]: Reached target default.target - Main User Target.
Oct 06 22:02:54 fedora systemd[2932]: Startup finished in 148ms.
Oct 06 22:02:54 fedora systemd[1]: Started [email protected] - User Manager for UID 1000.
Oct 06 22:02:54 fedora systemd[1]: Started session-1.scope - Session 1 of User pranav.
Oct 06 22:02:54 fedora systemd[2932]: Created slice session.slice - User Core Session Slice.
Oct 06 22:02:54 fedora systemd[2932]: Starting dbus-broker.service - D-Bus User Message Bus...
Oct 06 22:02:54 fedora systemd[2932]: Started dbus-broker.service - D-Bus User Message Bus.
Oct 06 22:02:54 fedora dbus-broker-launch[2960]: Ready
Oct 06 22:02:55 fedora uresourced[2924]: Setting resources on user.slice (MemoryMin: 262144000, MemoryLow: 0, CPUWeight: -, IOWeight: -)
Oct 06 22:02:55 fedora uresourced[2924]: Setting resources on user-1000.slice (MemoryMin: 262144000, MemoryLow: 0, CPUWeight: 500, IOWeight: 500)
Oct 06 22:02:55 fedora uresourced[2924]: Setting resources on [email protected] (MemoryMin: 0, MemoryLow: 0, CPUWeight: 100, IOWeight: 100)
Oct 06 22:02:55 fedora systemd[2932]: Created slice app-gnome\x2dsession\x2dmanager.slice - Slice /app/gnome-session-manager.
Oct 06 22:02:55 fedora systemd[2932]: Reached target gnome-session-wayland.target - GNOME Wayland Session.

@wwmm
Copy link
Owner

wwmm commented Oct 20, 2024

Hi, I don't see anything with "killed" when I run that. here is the output of that command:

Did you run the command right after EasyEffects crashed? Is there aything related to EasyEffects in the output of sudo coredumpctl list ?

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

2 participants