Skip to content
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

*** stack smashing detected ***: vlc terminated Aborted (core dumped) #2

Open
SupremeJulyan opened this issue Oct 28, 2020 · 0 comments

Comments

@SupremeJulyan
Copy link

SupremeJulyan commented Oct 28, 2020

----when i executed the ''vlc test.h264":

orangepi@orangepi3:~/Downloads/zhuyuan/workcode$ vlc test.h264
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[000000001fbdf160] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc
without interface.
[0000ffff780009c0] core input error: Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'dump'
libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so
libva error: /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so has no function _vaDriverInit
0_32
libva info: va_openDriver() returns -1
[0000ffff5c049180] vaapi_drm generic error: Failed to initialize the VAAPI device
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file
or directory
[0000ffff700031e0] xcb_xv vout display error: no available XVideo adaptor
[0000ffff68c0a410] avcodec decoder error: more than 5 seconds of late video -> dropping frame
(computer too slow ?)
[0000ffff68c0a410

----And then I modify "__vaDriverInit_0_10" to "__vaDriverInit_0_32" on the file "autoconfig.h"to fix the error"has no function __vaDriverInit_32",unfortunately,it displayed:

[0000ffff4c0009c0] core input error: Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'dump'
libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
*** stack smashing detected ***: vlc terminated

--What could be the possible reasons for this and how do I rectify it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant