[PR #10544] Revert SkiaSharp upgrade, fix library scan crashes #12529

Closed
opened 2026-02-07 06:57:31 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10544

State: closed
Merged: Yes


Changes
This resolves the segfaults on library scan by reverting the recent upgrades related to SkiaSharp 2.88.6. Upstream defect here: https://github.com/mono/SkiaSharp/issues/2645

The problem is most likely this line in BlurHashEncoder's resize/encode method called by Jellyfin here.

Issues

Fixes #10532

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10544 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** This resolves the segfaults on library scan by reverting the recent upgrades related to SkiaSharp 2.88.6. Upstream defect here: https://github.com/mono/SkiaSharp/issues/2645 The problem is most likely [this line in BlurHashEncoder's resize/encode method](https://github.com/Bond-009/BlurHashSharp/blob/5befb4f383d9f5270897076af4427cf47e2838a6/src/BlurHashSharp.SkiaSharp/BlurHashEncoder.cs#L84) called by Jellyfin [here](https://github.com/jellyfin/jellyfin/blob/9d4352789d6ff7a59cdda37e3bbb02aa740ed99f/src/Jellyfin.Drawing.Skia/SkiaEncoder.cs#L198). **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #10532
OVERLORD added the pull-request label 2026-02-07 06:57:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12529