Apple Working on Fix for Spotify Kernel Panic Bug on OS X

Spotify team member Johan Lindstrom has confirmed that Apple is working on a fix for a bug that occasionally triggers a kernel panic on OS X when running the streaming music service's official Mac desktop app.

The issue first arose in the Spotify support community in October, when a user claimed that OS X 10.9.5 was crashing after updating to Spotify version 1.0.15.133. Since then, dozens of other affected users have shared kernel panic logs.

Spotify-OS-X

I've been in contact with Apple and they have confirmed that this is a known bug in the current and recent versions of OS X. They are working on a fix, but I don't know when they will roll that out. The bug that is causing the kernel panic is being triggered when running Spotify simply because the Spotify app is making network requests (to stream music etc.) and there are several other apps that also cause the same kernel panic to occur.

In the meantime, the user-suggested workaround is to disable OS X's built-in system firewall under System Preferences > Security & Privacy > Firewall. The firewall is normally used to control which apps send or receive network traffic, so be aware of the potential security implications of disabling it.

Spotify has sent the kernel panic logs to Apple and pointed them towards the support community topic, but it remains unclear when the bug will be fixed. Apple seeded the fourth beta of OS X 10.11.4 to developers for testing earlier this week, while OS X 10.12 will likely be previewed at WWDC in June.

(Thanks, Daniel!)

Tags: OS X, Spotify

Popular Stories

iPhone 17 Pro Blue Feature Tighter Crop

iPhone 17 Pro Launching in Three Months With These 12 New Features

Saturday June 14, 2025 5:45 pm PDT by
The iPhone 17 Pro and iPhone 17 Pro Max are three months away, and there are plenty of rumors about the devices. Below, we recap key changes rumored for the iPhone 17 Pro models as of June 2025:Aluminum frame: iPhone 17 Pro models are rumored to have an aluminum frame, whereas the iPhone 15 Pro and iPhone 16 Pro models have a titanium frame, and the iPhone X through iPhone 14 Pro have a...
iPadOS 26 App Windowing

Apple Explains Why iPads Don't Just Run macOS

Friday June 13, 2025 7:46 am PDT by
iPadOS 26 allows iPads to function much more like Macs, with a new app windowing system, a swipe-down menu bar at the top of the screen, and more. However, Apple has stopped short of allowing iPads to run macOS, and it has now explained why. In an interview this week with Swiss tech journalist Rafael Zeier, Apple's software engineering chief Craig Federighi said that iPadOS 26's new Mac-like ...
iphone 16 pro models 1

17 Reasons to Wait for the iPhone 17

Thursday June 12, 2025 8:58 am PDT by
Apple's iPhone development roadmap runs several years into the future and the company is continually working with suppliers on several successive iPhone models simultaneously, which is why we often get rumored features months ahead of launch. The iPhone 17 series is no different, and we already have a good idea of what to expect from Apple's 2025 smartphone lineup. If you skipped the iPhone...
Logitech Logo Feature

Logitech Announces Two New Accessories for WWDC

Friday June 13, 2025 7:22 am PDT by
Alongside WWDC this week, Logitech announced notable new accessories for the iPad and Apple Vision Pro. The Logitech Muse is a spatially-tracked stylus developed for use with the Apple Vision Pro. Introduced during the WWDC 2025 keynote address, Muse is intended to support the next generation of spatial computing workflows enabled by visionOS 26. The device incorporates six degrees of...
iOS 26 Screens

Here Are All the iOS 26 Features That Require iPhone 15 Pro or Newer

Thursday June 12, 2025 4:53 am PDT by
With iOS 26, Apple has introduced some major changes to the iPhone experience, headlined by the new Liquid Glass redesign that's available across all compatible devices. However, several of the update's features are exclusive to iPhone 15 Pro and iPhone 16 models, since they rely on Apple Intelligence. The following features are powered by on-device large language models and machine...
CarPlay Liquid Glass Dark

Apple to Let iPhone Users Watch Videos on CarPlay Screen While Parked

Thursday June 12, 2025 6:16 am PDT by
Apple this week announced that iPhone users will soon be able to watch videos right on the CarPlay screen in supported vehicles. iPhone users will be able to wirelessly stream videos to the CarPlay screen using AirPlay, according to Apple. For safety reasons, video playback will only be available when the vehicle is parked, to prevent distracted driving. The connected iPhone will be able to...
iOS 26 on Three iPhones

Hate iOS 26's Liquid Glass Design? Here's How to Tone It Down

Wednesday June 11, 2025 4:22 pm PDT by
iOS 26 features a whole new design material that Apple calls Liquid Glass, with a focus on transparency that lets the content on your display shine through the controls. If you're not a fan of the look, or are having trouble with readability, there is a step that you can take to make things more opaque without entirely losing out on the new look. Apple has multiple Accessibility options that ...
Mac Studio Feature

Apple Begins Selling Refurbished Mac Studio With M4 Max and M3 Ultra Chips at a Discount

Thursday June 12, 2025 10:14 am PDT by
Apple today added Mac Studio models with M4 Max and M3 Ultra chips to its online certified refurbished store in the United States, Canada, Japan, Singapore, and many European countries, for the first time since they were released in March. As usual for refurbished Macs, prices are discounted by approximately 15% compared to the equivalent new models on Apple's online store. Note that Apple's ...
iOS 26 Feature

Apple Seeds Revised iOS 26 Developer Beta to Fix Battery Issue

Friday June 13, 2025 10:15 am PDT by
Apple today provided developers with a revised version of the first iOS 26 beta for testing purposes. The update is only available for the iPhone 15 and iPhone 16 models, so if you're running iOS 26 on an iPhone 14 or earlier, you won't see the revised beta. Registered developers can download the new beta software through the Settings app on each device. The revised beta addresses an...

Top Rated Comments

tuartboy Avatar
121 months ago
I mean it sounds like it's Spotify's software causing the crash. Why can't they fix their own code? I wouldn't exactly be expecting a swift response from Apple when their  Music competitor is having issues.
User space code should never be able to cause a kernel panic. If it's happening, it's the fault of the kernel space code.
Score: 7 Votes (Like | Disagree)
ocyrus Avatar
121 months ago
Yeah let me just turn off my Firewall.
Score: 5 Votes (Like | Disagree)
happywaffle Avatar
121 months ago
I mean it sounds like it's Spotify's software causing the crash. Why can't they fix their own code? I wouldn't exactly be expecting a swift response from Apple when their  Music competitor is having issues.
A perfectly-designed OS should never kernel panic at all because of malfunctioning third-party software. There are surely bugs to fix at both Apple and Spotify.

Agreed on that last sentence, though.
Score: 5 Votes (Like | Disagree)
macsrcool1234 Avatar
121 months ago
I mean it sounds like it's Spotify's software causing the crash. Why can't they fix their own code? I wouldn't exactly be expecting a swift response from Apple when their  Music competitor is having issues.

Edit: I'm not saying that Apple's shouldn't fix whatever bug is on their end. Just that Spotify wasn't crashing until they changed something in their own code for 1.0.15.133. Yes, Apple needs to fix their OS, but Spotify shouldn't just let their customers suffer in the interim— what's preventing them from reverting to the code that wasn't causing their user's computers to crash?
Clearly you have absolutely no idea how programming works.

If Apple provides an API, it's Apple's responsibility to make sure that API doesn't cause a kernel panic. Simple.

Also, it's not just Spotify crashing.....
Score: 5 Votes (Like | Disagree)
macfacts Avatar
121 months ago
I mean it sounds like it's Spotify's software causing the crash. Why can't they fix their own code? I wouldn't exactly be expecting a swift response from Apple when their  Music competitor is having issues.
I think it is a serious bug/exploit if a end user program can crash the OS.
Score: 4 Votes (Like | Disagree)
69Mustang Avatar
121 months ago
I mean it sounds like it's Spotify's software causing the crash. Why can't they fix their own code? I wouldn't exactly be expecting a swift response from Apple when their  Music competitor is having issues.
I don't know how you came to that conclusion. It seems pretty clear according to the article:
"I've been in contact with Apple and they have confirmed that this is a known bug in the current and recent versions of OS X. They are working on a fix, but I don't know when they will roll that out. The bug that is causing the kernel panic is being triggered when running Spotify simply because the Spotify app is making network requests (to stream music etc.) and there are several other apps that also cause the same kernel panic to occur."

Did you read something somewhere else that lead you to think it's the Spotify software? Apple confirmed the bug after all.
Score: 4 Votes (Like | Disagree)