Hello.
I stored my videos on a disk that has ZFS as a fs. When I try to open a video with vlc as a normal user,vlc closes after some seconds and I see this message on the terminal :
and VLC produces a core file because it crashes. It seems to me that there could be a bug in VLC,because I've installed correctly the nvidia driver on my system (FreeBSD 14.0-RELEASE) :
I don't know if it is correct,because VLC does not crash if I choose "VA-API video decoder",but it does if I use "VDPAU" video decoder or automatic.
I would like to know if there is a problem on VLC or in my system. Thanks.
I stored my videos on a disk that has ZFS as a fs. When I try to open a video with vlc as a normal user,vlc closes after some seconds and I see this message on the terminal :
Code:
VLC media player 3.0.20 Vetinari (revision 963fa2817415)
[0000000814c66ae0] avcodec decoder: Using NVIDIA VDPAU Driver Shared Library 535.104.05 Sat Aug 19 00:39:34 UTC 2023 for hardware decoding
and VLC produces a core file because it crashes. It seems to me that there could be a bug in VLC,because I've installed correctly the nvidia driver on my system (FreeBSD 14.0-RELEASE) :
Code:
$ nvidia-smi
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.104.05 Driver Version: 535.104.05 CUDA Version: N/A |
|-----------------------------------------+----------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce GTX 1060 3GB Off | 00000000:01:00.0 On | N/A |
| 57% 43C P0 30W / 120W | 431MiB / 3072MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| 0 N/A N/A 7518 G /usr/local/libexec/Xorg 172MiB |
| 0 N/A N/A 7609 G xfwm4 2MiB |
| 0 N/A N/A 8219 G firefox 253MiB |
+---------------------------------------------------------------------------------------+
I don't know if it is correct,because VLC does not crash if I choose "VA-API video decoder",but it does if I use "VDPAU" video decoder or automatic.
I would like to know if there is a problem on VLC or in my system. Thanks.