On 2023/01/23 14:21, nat...@blazebone.com wrote:
> >Synopsis:    Trying to play videos with mpv segfaults
> >Category:    
> >Environment:
>       System      : OpenBSD 7.2
>       Details     : OpenBSD 7.2-current (GENERIC.MP) #979: Sun Jan 22 
> 21:51:52 MST 2023
>                        
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> 
>       Architecture: OpenBSD.amd64
>       Machine     : amd64
> >Description:
>       Right after sysupgrading to the latest snapshot today and after running 
> pkg_add -uU
>       mpv was segfaulting each time I try to play a video.  I tried mp4 and 
> webm, I get the
>       following output:

Very unlikely to be the problem here, but don't use -U when you're
updating packages, it's a shortcut for when you install a new package
and need to get the immediate dependencies updated, but might leave
other installed packages with a broken mixture of libraries. (i.e.
speed hack but might not always give good results).

The normal way to update all packages is just "pkg_add -u".

>  (+) Video --vid=1 (*) 'Presented By EMBER' (hevc 1920x1080 23.976fps)
>      Video --vid=2 [P] 'cover.jpg' (mjpeg)
>  (+) Audio --aid=1 --alang=jpn (*) (aac 2ch 44100Hz)
>  (+) Subs  --sid=1 --slang=eng (*) (ass)
> File tags:
>  Title: S01E05-More Than a Nosebleed, but Less Than a Kiss
> Segmentation fault (core dumped) 

https://www.openbsd.org/faq/ports/ports.html#Backtrace may give us some
clues as to where the problem is.

Reply via email to