-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmetation fault when running with osc=no
on intel-media-driver
#15491
Comments
Does this work on git master? |
I haven't managed to compile mpv since Fedora's |
You can use https://github.com/mpv-player/mpv-build to help you build also ffmpeg and link it statically with mpv. |
In any case, the fact that the crash only happens for |
Also |
The current master branch does not reproduce the issue. |
For reference upstream bug reports: |
mpv Information
Other Information
Reproduction Steps
If I using the
intel-media-driver
Fedora package,mpv --no-config --osc=no --hwdec=vaapi mov_bbb.mp4
leads to a segfault. The video file does not seem to be relevant, e.g. https://www.w3schools.com/tags/mov_bbb.mp4 triggers the crash.Expected Behavior
No crash happens I don't pass the
osc=no
argument -- see log fileoutput-nocrash.txt
Uninstalling the
intel-media-driver
package also prevents mpv from crashing.Actual Behavior
segmentation fault
Log File
output.txt
output-nocrash.txt
backtrace, obtained by running
gdb --args mpv --no-config --osc=no --hwdec=vaapi mov_bbb.mp4
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: