Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

spotify killed by SIGABRT

spotify killed by SIGABRT

Plan

Premium

Country

Sweden

Device

ASUSTeK COMPUTER INC. ASUS Zenbook 14 UX3405MA_UX3405MA

Operating System

Fedora Linux 41 (Workstation Edition)

Linux 6.12.11-200.fc41.x86_64

 

My Question or Issue

Every time I start/open the Spotify Linux app I get the following message:

"Spotify killed by SIGABRT"

The application does however open and can be used as intended.

 

The log says:

--- Running report_uReport ---
Error: Unable to open './coredump': No such file or directory

--- Skipping collect_GConf ---
No matching actions found for this event.

--- Skipping collect_vimrc_system ---
No matching actions found for this event.

--- Skipping collect_vimrc_user ---
No matching actions found for this event.

--- Skipping collect_xsession_errors ---
No matching actions found for this event.

--- Running analyze_CCpp ---
Generating backtrace
Backtrace is generated and saved, 35871 bytes
Can't open file 'component' for reading: No such file or directory

--- Running analyze_BodhiUpdates ---
Looking for similar problems in bugzilla

 

 

Reply
1 Reply

I think I worked around this with information from other threads.

  • sudo vim /var/lib/flatpak/exports/share/applications/com.spotify.Client.desktop
  • on exec line go to end append
    • -no-zygote

Wait a bit for gnome to pick up the .desktop file changed,  then check to make sure you have a bwrap command with the argument in it.

  • ps aux | grep -i spot | grep -i zy
    • /usr/bin/bwrap --args 41 -- spotify -no-zygote

Suggested posts