You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
Hi, I installed the latest 19.4 MSDK and media-driver with all the required dependencies. But there is a new "segmentation fault (core dumped)" issue in this new release package. Reuse sample_decode of 19.3.1 can replicate the same issue, so suspect this issue is related with rendering. But since it belongs to MSDK package, can you help to find the root cause?
The command and log output like below:
root@intel-dbg:/opt/intel/mediasdk/share/mfx/samples# ./sample_decode h264 -i /video.h264 -hw -vaapi -rgb4 -r
libva info: VA-API version 1.6.0
libva info: User environment variable requested driver 'iHD'
libva info: Trying to open /usr/local/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
Decoding Sample Version 19.4.0
Input video AVC
Output format RGB4 (using vpp)
Input:
Resolution 1920x1088
Crop X,Y,W,H 0,0,1920,1080
Output:
Resolution 1920x1080
Frame rate 50.00
Memory type vaapi
MediaSDK impl hw
MediaSDK version 1.31
Decoding started Segmentation fault (core dumped)fread_fps: 0.000, fwrite_fps: 0.000
root@intel-dbg:/opt/intel/mediasdk/share/mfx/samples#
Regards,
Bruce
The text was updated successfully, but these errors were encountered:
Seems it`s regression in LibVA (since intel/libva#351 merged). On latest libva master all works, but on tag/2.6.0 (which provided in release) sample crashes.
Hi, I installed the latest 19.4 MSDK and media-driver with all the required dependencies. But there is a new "segmentation fault (core dumped)" issue in this new release package. Reuse sample_decode of 19.3.1 can replicate the same issue, so suspect this issue is related with rendering. But since it belongs to MSDK package, can you help to find the root cause?
The command and log output like below:
root@intel-dbg:/opt/intel/mediasdk/share/mfx/samples# ./sample_decode h264 -i /video.h264 -hw -vaapi -rgb4 -r
libva info: VA-API version 1.6.0
libva info: User environment variable requested driver 'iHD'
libva info: Trying to open /usr/local/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
Decoding Sample Version 19.4.0
Input video AVC
Output format RGB4 (using vpp)
Input:
Resolution 1920x1088
Crop X,Y,W,H 0,0,1920,1080
Output:
Resolution 1920x1080
Frame rate 50.00
Memory type vaapi
MediaSDK impl hw
MediaSDK version 1.31
Decoding started
Segmentation fault (core dumped)fread_fps: 0.000, fwrite_fps: 0.000
root@intel-dbg:/opt/intel/mediasdk/share/mfx/samples#
Regards,
Bruce
The text was updated successfully, but these errors were encountered: