Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756412 - =media-video/mpv-0.33.0 breaks video playback with media-video/smplayer and vaapi
Summary: =media-video/mpv-0.33.0 breaks video playback with media-video/smplayer and v...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-25 07:58 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2021-11-03 07:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-11-25 07:58:54 UTC
Trying to play videos with smplayer and mpv-0.33.0 as backend using vaapi output causes crashes in mpv with the following error message:

mpv: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.

Downgrading to <mpv-0.33.0 "fixes" the issue.


There's at least one similar report from an Arch Linux user:

https://bbs.archlinux.org/viewtopic.php?id=261047
Comment 1 jospezial 2021-10-30 19:02:12 UTC
Was the crash reproducible with every play or happened it random?
What was the smplayer version?
Is this fixed with latest versions?
mpv-0.33.0 is gone from the tree.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-11-03 07:01:33 UTC
Using smplayer-21.10.0 with mpv-0.34.0 (added to my overlay) I can no longer reproduce this issue.