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

nvidia_drv_video.so init failed #308

Closed
KaeLL opened this issue Jun 28, 2024 · 3 comments
Closed

nvidia_drv_video.so init failed #308

KaeLL opened this issue Jun 28, 2024 · 3 comments

Comments

@KaeLL
Copy link

KaeLL commented Jun 28, 2024

Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.1
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.1
Kernel Version: 6.9.5-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800X3D 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 4090/PCIe/SSE2
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7C91
System Version: 2.0
Firefox 127.0.2

Screenshot_20240628_170943
Screenshot_20240628_171041
Screenshot_20240628_171055
Screenshot_20240628_171524
^ Tried enabling it and starting firefox with MOZ_X11_EGL=1, nothing changed
Screenshot_20240628_171330

$ NVD_LOG=1 LIBVA_DRIVER_NAME=nvidia vainfo
Trying display: wayland
libva info: VA-API version 1.21.0
libva info: User environment variable requested driver 'nvidia'
libva info: Trying to open /usr/lib64/dri-nonfree/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_1_0
13763.246588057 [44973-44973] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 40
13763.246592077 [44973-44973] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
13763.246595557 [44973-44973] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
13763.253190935 [44973-44973] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
13763.253213935 [44973-44973] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
13763.253219355 [44973-44973] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.21 (libva 2.21.0)
vainfo: Driver version: VA-API NVDEC driver [direct backend]
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple            : VAEntrypointVLD
VAProfileMPEG2Main              : VAEntrypointVLD
VAProfileVC1Simple              : VAEntrypointVLD
VAProfileVC1Main                : VAEntrypointVLD
VAProfileVC1Advanced            : VAEntrypointVLD
VAProfileH264Main               : VAEntrypointVLD
VAProfileH264High               : VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileHEVCMain               : VAEntrypointVLD
VAProfileVP8Version0_3          : VAEntrypointVLD
VAProfileVP9Profile0            : VAEntrypointVLD
VAProfileAV1Profile0            : VAEntrypointVLD
VAProfileHEVCMain10             : VAEntrypointVLD
VAProfileHEVCMain12             : VAEntrypointVLD
VAProfileVP9Profile2            : VAEntrypointVLD
VAProfileHEVCMain444            : VAEntrypointVLD
VAProfileHEVCMain444_10         : VAEntrypointVLD
VAProfileHEVCMain444_12         : VAEntrypointVLD
13763.340359154 [44973-44973] ../src/vabackend.c:2098              nvTerminate Terminating 0x55f8e3edf570
13763.340420164 [44973-44973] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
$ MOZ_GFX_DEBUG=1 firefox
GLX_TEST: childgltest start
GLX_TEST: get_pci_status start
GLX_TEST: get_pci_status finished
GLX_TEST: wayland_egltest start
GLX_TEST: get_egl_status start
GLX_TEST: get_egl_gl_status start
GLX_TEST: get_egl_gl_status finished
GLX_TEST: get_egl_status finished with return: 1
GLX_TEST: wayland_egltest finished
PCI_VENDOR_ID
0x10de
PCI_DEVICE_ID
0x2684
VENDOR
NVIDIA Corporation
RENDERER
NVIDIA GeForce RTX 4090/PCIe/SSE2
VERSION
4.6.0 NVIDIA 550.90.07
TFP
TRUE
DRM_RENDERDEVICE
/dev/dri/renderD128
MESA_VENDOR_ID
0x10de
MESA_DEVICE_ID
0x2684
TEST_TYPE
EGL
GLX_TEST: childgltest finished
vaapitest start, device /dev/dri/renderD128
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib64/dri-nonfree/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_1_0
libva info: va_openDriver() returns 0
vaInitialize finished
Profile: H264Main
Profile: H264High
Profile: H264ConstrainedBaseline
Profile: VP8Version0_3
Profile: VP9Profile0
Profile: AV1Profile0
Profile: VP9Profile2
vaapitest finished
VAAPI_SUPPORTED
TRUE
VAAPI_HWCODECS
240

Then I open youtube and wether I start a video or just hover over it, I get an endless stream of the following:

libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib64/dri-nonfree/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_1_0
libva error: /usr/lib64/dri/nvidia_drv_video.so init failed
libva info: va_openDriver() returns 1
@jackdaw213
Copy link

Can you try setting MOZ_DISABLE_RDD_SANDBOX env variable to either 0 or 1 as described in my other comment ?

@KaeLL
Copy link
Author

KaeLL commented Jul 1, 2024

I'm stupid, I missed that in the README.md
Sorry about that. Seems it's working now.

$ MOZ_DISABLE_RDD_SANDBOX=0 NVD_LOG=1 MOZ_GFX_DEBUG=1 firefox
GLX_TEST: childgltest start
GLX_TEST: get_pci_status start
GLX_TEST: get_pci_status finished
GLX_TEST: wayland_egltest start
GLX_TEST: get_egl_status start
GLX_TEST: get_egl_gl_status start
GLX_TEST: get_egl_gl_status finished
GLX_TEST: get_egl_status finished with return: 1
GLX_TEST: wayland_egltest finished
PCI_VENDOR_ID
0x10de
PCI_DEVICE_ID
0x2684
VENDOR
NVIDIA Corporation
RENDERER
NVIDIA GeForce RTX 4090/PCIe/SSE2
VERSION
4.6.0 NVIDIA 550.90.07
TFP
TRUE
DRM_RENDERDEVICE
/dev/dri/renderD128
MESA_VENDOR_ID
0x10de
MESA_DEVICE_ID
0x2684
TEST_TYPE
EGL
GLX_TEST: childgltest finished
vaapitest start, device /dev/dri/renderD128
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib64/dri-nonfree/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_1_0
libva info: va_openDriver() returns 0
vaInitialize finished
Profile: H264Main
Profile: H264High
Profile: H264ConstrainedBaseline
Profile: VP8Version0_3
Profile: VP9Profile0
Profile: AV1Profile0
Profile: VP9Profile2
vaapitest finished
VAAPI_SUPPORTED
TRUE
VAAPI_HWCODECS
240
libva info: VA-API version 1.21.0
libva info: Trying to open /usr/lib64/dri-nonfree/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/nvidia_drv_video.so
libva info: Trying to open /usr/lib64/dri/nvidia_drv_video.so
libva info: Found init function __vaDriverInit_1_0
3494.574828208 [11521-11533] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3494.574832678 [11521-11533] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3494.574835418 [11521-11533] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3494.581671534 [11521-11533] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3494.581692553 [11521-11533] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3494.581697913 [11521-11533] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
libva info: va_openDriver() returns 0
3494.637656968 [11521-11533] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3494.678890931 [11521-11533] ../src/vabackend.c: 674           nvCreateConfig got profile: 6 with 0 attributes
3494.678900481 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 4 (8) (nil) 0
3494.678903771 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 4 (8) 0x7f70cbf3cac0 8
3494.681221176 [11521-11533] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 48 - 4096, height: 16 - 4096
3494.681237266 [11521-11533] ../src/vabackend.c: 674           nvCreateConfig got profile: 7 with 0 attributes
3494.681242566 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 4 (8) (nil) 0
3494.681246086 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 4 (8) 0x7f70cbf3cd00 8
3494.683521241 [11521-11533] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 48 - 4096, height: 16 - 4096
3494.683532071 [11521-11533] ../src/vabackend.c: 674           nvCreateConfig got profile: 13 with 0 attributes
3494.683536801 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 4 (8) (nil) 0
3494.683540121 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 4 (8) 0x7f70cbf3cac0 8
3494.685476770 [11521-11533] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 48 - 4096, height: 16 - 4096
3494.685485540 [11521-11533] ../src/vabackend.c: 674           nvCreateConfig got profile: 14 with 0 attributes
3494.685489070 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 9 (8) (nil) 0
3494.685491690 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 9 (8) 0x7f70cbf3cd00 8
3494.687429829 [11521-11533] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 48 - 4096, height: 16 - 4096
3494.687440749 [11521-11533] ../src/vabackend.c: 674           nvCreateConfig got profile: 19 with 0 attributes
3494.687445569 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 0
3494.687448979 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70cbf3cac0 8
3494.689391088 [11521-11533] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3494.689400188 [11521-11533] ../src/vabackend.c: 674           nvCreateConfig got profile: 32 with 0 attributes
3494.689403387 [11521-11533] ../src/vabackend.c: 737           nvCreateConfig Unable to determine surface type for VP9/AV1 codec due to no RTFormat specified.
3494.689407447 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) (nil) 0
3494.689410047 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) 0x7f70cbf3cac0 8
3494.691290887 [11521-11533] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3494.691301927 [11521-11533] ../src/vabackend.c: 674           nvCreateConfig got profile: 21 with 0 attributes
3494.691306327 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (10) (nil) 0
3494.691309757 [11521-11533] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (10) 0x7f70cbf3cac0 8
3494.693837679 [11521-11533] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3494.694051327 [11521-11533] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3494.694125946 [11521-11533] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3495.051234910 [11521-11545] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.051242870 [11521-11545] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3495.051245330 [11521-11545] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.051264940 [11521-11545] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.051286310 [11521-11545] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.051291900 [11521-11545] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.100919342 [11521-11545] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.101086441 [11521-11545] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3495.101299398 [11521-11545] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3495.131907267 [11521-11553] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.131913487 [11521-11553] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3495.131915707 [11521-11553] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.131928987 [11521-11553] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.131946706 [11521-11553] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.131951136 [11521-11553] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.180624779 [11521-11553] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.180814047 [11521-11553] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f347a0
3495.181018965 [11521-11553] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3495.211510445 [11521-11558] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.211517785 [11521-11558] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3495.211521985 [11521-11558] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.211538415 [11521-11558] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.211557065 [11521-11558] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.211561795 [11521-11558] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.261136438 [11521-11558] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.261315146 [11521-11558] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f35a60
3495.261506544 [11521-11558] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3495.295228149 [11521-11569] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.295235489 [11521-11569] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3495.295237759 [11521-11569] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.295253568 [11521-11569] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.295272818 [11521-11569] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.295278248 [11521-11569] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.343297388 [11521-11569] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.343461887 [11521-11569] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f35a60
3495.343608335 [11521-11569] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3495.375096204 [11521-11582] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.375103604 [11521-11582] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3495.375105934 [11521-11582] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.375121354 [11521-11582] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.375140914 [11521-11582] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.375145794 [11521-11582] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.424289272 [11521-11582] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.424454160 [11521-11585] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.424459500 [11521-11585] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3495.424461960 [11521-11585] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.424498299 [11521-11585] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.424527109 [11521-11585] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.424534189 [11521-11585] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.465016450 [11521-11585] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.465065740 [11521-11582] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3495.465897371 [11521-11582] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3495.495017966 [11521-11582] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.495023956 [11521-11582] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3495.495027536 [11521-11582] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.495037086 [11521-11582] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.495069855 [11521-11582] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.495074535 [11521-11582] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.542687260 [11521-11582] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.542827858 [11521-11585] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f35a60
3495.542904087 [11521-11585] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3495.569968434 [11521-11582] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.569974904 [11521-11582] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3495.569979924 [11521-11582] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.569991334 [11521-11582] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.570034994 [11521-11582] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.570042543 [11521-11582] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.589764110 [11521-11594] ../src/vabackend.c: 674           nvCreateConfig got profile: 19 with 0 attributes
3495.589772960 [11521-11594] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 0
3495.589776320 [11521-11594] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fef40 8
3495.596317409 [11521-11594] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3495.596327879 [11521-11594] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 32624
3495.596331489 [11521-11594] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fedc0 8
3495.600515584 [11521-11594] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3495.600527973 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554ac0)
3495.600532823 [11521-11594] ../src/vabackend.c:1540            nvDeriveImage In nvDeriveImage
3495.600562943 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca555100)
3495.600567083 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca555240)
3495.600571573 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca5542a0)
3495.600575413 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554700)
3495.600578973 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554480)
3495.600582503 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554340)
3495.600585953 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554520)
3495.600589723 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554d40)
3495.600593193 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554de0)
3495.600596903 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca5545c0)
3495.600600493 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554660)
3495.600603993 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554840)
3495.600607583 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca5548e0)
3495.600611172 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554980)
3495.600615222 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554a20)
3495.600619052 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca554ca0)
3495.600622572 [11521-11594] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70ca555420)
3495.618459929 [11521-11582] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.618598978 [11521-11585] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3495.618694477 [11521-11585] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3495.646549165 [11521-11582] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.646556125 [11521-11582] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3495.646558955 [11521-11582] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.646571845 [11521-11582] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.646597535 [11521-11582] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.646605615 [11521-11582] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.692031703 [11521-11582] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.692192961 [11521-11585] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3495.692313080 [11521-11585] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3495.700143125 [11521-11594] ../src/vabackend.c: 674           nvCreateConfig got profile: 19 with 0 attributes
3495.700150245 [11521-11594] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 0
3495.700154085 [11521-11594] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fea00 8
3495.704237341 [11521-11594] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3495.704247991 [11521-11594] ../src/vabackend.c:1021          nvCreateContext creating context with 18 render targets, 18 surfaces, at 3840x2160
3495.719902751 [11521-11582] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.719908141 [11521-11582] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3495.719910421 [11521-11582] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.719919661 [11521-11582] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.720099489 [11521-11582] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.720105019 [11521-11582] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3495.749939856 [11521-11605] ../src/vabackend.c: 416          resolveSurfaces [RT] Resolve thread for 0x7f70c3f7a000 started
3495.752945993 [11521-11594] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3900 3840x2160 = 12779520 bytes
3495.753308639 [11521-11594] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 46 48 50
3495.753314709 [11521-11594] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3495.781479884 [11521-11582] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3495.781637443 [11521-11585] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3495.781789871 [11521-11585] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3495.806785150 [11521-11582] ../src/vabackend.c:1121         nvDestroyContext Destroying context: 21
3495.806792770 [11521-11582] ../src/vabackend.c: 325           destroyContext Signaling resolve thread to exit
3495.806798440 [11521-11582] ../src/vabackend.c: 331           destroyContext Waiting for resolve thread to exit
3495.806808030 [11521-11605] ../src/vabackend.c: 458          resolveSurfaces [RT] Resolve thread for 0x7f70c3f7a000 exiting
3495.806830770 [11521-11582] ../src/vabackend.c: 333           destroyContext pthread_timedjoin_np finished with 0
3495.967067915 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 0 (0x7f70ca555420)
3495.967291783 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554ca0)
3495.967298963 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554a20)
3495.967303683 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554980)
3495.967307773 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca5548e0)
3495.967311883 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554840)
3495.967316143 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554660)
3495.967320133 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca5545c0)
3495.967323952 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554de0)
3495.967327772 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554d40)
3495.967332152 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554520)
3495.967335752 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554340)
3495.967339282 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554480)
3495.967342882 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554700)
3495.967346802 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca5542a0)
3495.967350692 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca555240)
3495.967354702 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca555100)
3495.967358752 [11521-11582] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70ca554ac0)
3495.967367682 [11521-11582] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f345c0
3495.967454851 [11521-11582] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3495.997268798 [11521-11594] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3495.997274438 [11521-11594] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3495.997276738 [11521-11594] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3495.997286708 [11521-11594] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3495.997305158 [11521-11594] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3495.997310188 [11521-11594] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3496.045418557 [11521-11594] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3496.045586865 [11521-11585] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3496.045717804 [11521-11585] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3496.077132844 [11521-11610] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3496.077139294 [11521-11610] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3496.077143014 [11521-11610] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3496.077157173 [11521-11610] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3496.077176363 [11521-11610] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3496.077182003 [11521-11610] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3496.123630560 [11521-11610] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3496.123783319 [11521-11610] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3496.123894767 [11521-11610] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3496.153181220 [11521-11614] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3496.153186510 [11521-11614] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3496.153188890 [11521-11614] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3496.153200960 [11521-11614] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3496.153216860 [11521-11614] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3496.153221530 [11521-11614] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3496.200555287 [11521-11614] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3496.200748325 [11521-11614] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3496.200920873 [11521-11614] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3496.231327984 [11521-11619] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3496.231334824 [11521-11619] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3496.231337794 [11521-11619] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3496.231352874 [11521-11619] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3496.231373664 [11521-11619] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3496.231379184 [11521-11619] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3496.279468893 [11521-11619] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3496.279656401 [11521-11619] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f347a0
3496.279812129 [11521-11619] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3496.675919491 [11521-11626] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3496.675930291 [11521-11626] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3496.675936841 [11521-11626] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3496.675956111 [11521-11626] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3496.675979790 [11521-11626] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3496.675985330 [11521-11626] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3496.724072190 [11521-11626] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3496.724281198 [11521-11626] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3496.724473675 [11521-11626] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3496.804446240 [11521-11633] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3496.804454640 [11521-11633] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3496.804458840 [11521-11633] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3496.804475609 [11521-11633] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3496.804497949 [11521-11633] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3496.804503549 [11521-11633] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3496.854207131 [11521-11633] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3496.854412849 [11521-11633] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f34980
3496.854557727 [11521-11633] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3496.882811471 [11521-11657] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3496.882818531 [11521-11657] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3496.882820911 [11521-11657] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3496.882835241 [11521-11657] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3496.882852081 [11521-11657] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3496.882856561 [11521-11657] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3496.934820868 [11521-11657] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3496.935037446 [11521-11657] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f34980
3496.935183334 [11521-11657] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3499.961812708 [11521-11683] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3499.961820808 [11521-11683] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3499.961823298 [11521-11683] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3499.961840227 [11521-11683] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3499.961862587 [11521-11683] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3499.961867167 [11521-11683] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3500.035161054 [11521-11683] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3500.079154757 [11521-11683] ../src/vabackend.c: 674           nvCreateConfig got profile: 19 with 0 attributes
3500.079166247 [11521-11683] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 0
3500.079171957 [11521-11683] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02feac0 8
3500.081053707 [11521-11683] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3500.081062127 [11521-11683] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 32624
3500.081065077 [11521-11683] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fe880 8
3500.083104964 [11521-11683] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3500.083117814 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06f0240)
3500.083122524 [11521-11683] ../src/vabackend.c:1540            nvDeriveImage In nvDeriveImage
3500.083132494 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06eff20)
3500.083135654 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef980)
3500.083139234 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06efb60)
3500.083142974 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06f02e0)
3500.083146394 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef480)
3500.083160814 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06efca0)
3500.083164264 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef0c0)
3500.083169144 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef520)
3500.083172584 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef160)
3500.083175954 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef200)
3500.083180514 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef5c0)
3500.083184614 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06ef8e0)
3500.083188124 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06efc00)
3500.083192264 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06efa20)
3500.083195714 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06f0420)
3500.083199933 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06f0f60)
3500.083203563 [11521-11683] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a06f09c0)
3500.125930941 [11521-11683] ../src/vabackend.c: 674           nvCreateConfig got profile: 19 with 0 attributes
3500.125943761 [11521-11683] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 0
3500.125948581 [11521-11683] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fe880 8
3500.128208556 [11521-11683] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3500.128219756 [11521-11683] ../src/vabackend.c:1021          nvCreateContext creating context with 18 render targets, 18 surfaces, at 3840x2160
3500.147736395 [11521-11689] ../src/vabackend.c: 416          resolveSurfaces [RT] Resolve thread for 0x7f70aa459000 started
3500.150874121 [11521-11683] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3740 3840x2160 = 12779520 bytes
3500.151044509 [11521-11683] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 66 67
3500.151049809 [11521-11683] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.155831247 [11521-11689] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec33c0 3840x2160 = 12779520 bytes
3500.155988265 [11521-11689] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 70 71
3500.155993665 [11521-11689] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.158780055 [11521-11687] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec34a0 3840x2160 = 12779520 bytes
3500.158940874 [11521-11687] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 70 72
3500.158945284 [11521-11687] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.161824442 [11521-11683] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3660 3840x2160 = 12779520 bytes
3500.162112339 [11521-11683] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 75 76
3500.162117479 [11521-11683] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.165013538 [11521-11687] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3580 3840x2160 = 12779520 bytes
3500.165225926 [11521-11687] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 79 95
3500.165232515 [11521-11687] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.326398411 [11521-11683] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3ba0 3840x2160 = 12779520 bytes
3500.326581269 [11521-11683] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 98 99
3500.326586269 [11521-11683] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.342364948 [11521-11687] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3c80 3840x2160 = 12779520 bytes
3500.342614565 [11521-11687] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 102 103
3500.342620615 [11521-11687] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.359345114 [11521-11683] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3900 3840x2160 = 12779520 bytes
3500.359513922 [11521-11683] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 68 69
3500.359518252 [11521-11683] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.461836134 [11521-11683] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3d60 3840x2160 = 12779520 bytes
3500.462111821 [11521-11683] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 74 77
3500.462117441 [11521-11683] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3500.972571545 [11521-11687] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3f20 3840x2160 = 12779520 bytes
3500.972765993 [11521-11687] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 74 105
3500.972772463 [11521-11687] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3501.008566455 [11521-11689] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70d59b52e0 3840x2160 = 12779520 bytes
3501.008767043 [11521-11689] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 112 113
3501.008775913 [11521-11689] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3504.866006054 [11521-11687] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70d59b5c80 3840x2160 = 12779520 bytes
3504.866195282 [11521-11687] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 74 97
3504.866200632 [11521-11687] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3509.463850937 [11521-11683] ../src/vabackend.c:1121         nvDestroyContext Destroying context: 21
3509.463860207 [11521-11683] ../src/vabackend.c: 325           destroyContext Signaling resolve thread to exit
3509.463865237 [11521-11683] ../src/vabackend.c: 331           destroyContext Waiting for resolve thread to exit
3509.463872317 [11521-11689] ../src/vabackend.c: 458          resolveSurfaces [RT] Resolve thread for 0x7f70aa459000 exiting
3509.463902897 [11521-11683] ../src/vabackend.c: 333           destroyContext pthread_timedjoin_np finished with 0
3509.632028267 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 3 (0x7f70a06efa20)
3509.632184905 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 7 (0x7f70a06ef200)
3509.632491732 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 11 (0x7f70a06efca0)
3509.632800918 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 0 (0x7f70a06f09c0)
3509.633145964 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 9 (0x7f70a06ef520)
3509.633443441 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 5 (0x7f70a06ef8e0)
3509.633543520 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 10 (0x7f70a06ef0c0)
3509.633634609 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 6 (0x7f70a06ef5c0)
3509.633754498 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 2 (0x7f70a06f0420)
3509.634122614 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 1 (0x7f70a06f0f60)
3509.634437530 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 4 (0x7f70a06efc00)
3509.634780857 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 8 (0x7f70a06ef160)
3509.635189312 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a06ef480)
3509.635194762 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a06f02e0)
3509.635197902 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a06efb60)
3509.635200632 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a06ef980)
3509.635203952 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a06eff20)
3509.635206602 [11521-11683] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a06f0240)
3509.635213572 [11521-11683] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f34f20
3509.635287181 [11521-11683] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3511.537337919 [11521-11695] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3511.537348159 [11521-11695] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3511.537351559 [11521-11695] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3511.537369279 [11521-11695] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3511.537392239 [11521-11695] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3511.537398589 [11521-11695] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3511.595667028 [11521-11695] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3511.637810012 [11521-11695] ../src/vabackend.c: 674           nvCreateConfig got profile: 32 with 0 attributes
3511.637818032 [11521-11695] ../src/vabackend.c: 737           nvCreateConfig Unable to determine surface type for VP9/AV1 codec due to no RTFormat specified.
3511.637825791 [11521-11695] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) (nil) 0
3511.637828721 [11521-11695] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) 0x7f70c02fef40 8
3511.639678661 [11521-11695] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3511.639687411 [11521-11695] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) (nil) 32624
3511.639689751 [11521-11695] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) 0x7f70c02fe7c0 8
3511.641633090 [11521-11695] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3511.641645430 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c1a0)
3511.641649890 [11521-11695] ../src/vabackend.c:1540            nvDeriveImage In nvDeriveImage
3511.641654160 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285ba20)
3511.641658660 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285be80)
3511.641662130 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285bd40)
3511.641665540 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c380)
3511.641668990 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285bf20)
3511.641672450 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c100)
3511.641676110 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285b160)
3511.641679710 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285b2a0)
3511.641683130 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285b840)
3511.641686580 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c2e0)
3511.641690070 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285bb60)
3511.641693500 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285bde0)
3511.641696899 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c240)
3511.641700349 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285bac0)
3511.641703969 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285cba0)
3511.641707759 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c420)
3511.641711359 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285ca60)
3511.641714789 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c4c0)
3511.641718219 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c920)
3511.641721679 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c600)
3511.641725079 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c560)
3511.641728629 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c6a0)
3511.641732209 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285cec0)
3511.641736229 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c7e0)
3511.641739979 [11521-11695] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 7680x4320, format 1 (0x7f70c285c740)
3511.681762036 [11521-11695] ../src/vabackend.c: 674           nvCreateConfig got profile: 32 with 0 attributes
3511.681768446 [11521-11695] ../src/vabackend.c: 737           nvCreateConfig Unable to determine surface type for VP9/AV1 codec due to no RTFormat specified.
3511.681774086 [11521-11695] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) (nil) 0
3511.681778136 [11521-11695] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 11 (8) 0x7f70c02fef40 8
3511.683686955 [11521-11695] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3511.683696125 [11521-11695] ../src/vabackend.c:1021          nvCreateContext creating context with 26 render targets, 26 surfaces, at 7680x4320
3511.736567622 [11521-11702] ../src/vabackend.c: 416          resolveSurfaces [RT] Resolve thread for 0x7f70aa6b4000 started
3511.738886557 [11521-11695] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3ba0 7680x4320 = 50135040 bytes
3511.739053416 [11521-11695] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 66 67
3511.739058695 [11521-11695] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3511.756996701 [11521-11702] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3580 7680x4320 = 50135040 bytes
3511.757153960 [11521-11702] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 70 71
3511.757158970 [11521-11702] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3511.757527996 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3900 7680x4320 = 50135040 bytes
3511.757691074 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 70 72
3511.757696164 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3511.765178283 [11521-11702] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3660 7680x4320 = 50135040 bytes
3511.765327261 [11521-11702] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 70 73 74
3511.765334611 [11521-11702] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3511.773634111 [11521-11695] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3f20 7680x4320 = 50135040 bytes
3511.773788279 [11521-11695] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 68 69
3511.773793219 [11521-11695] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3511.781667434 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3740 7680x4320 = 50135040 bytes
3511.781815923 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 73 75
3511.781820772 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3511.893583522 [11521-11702] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3ac0 7680x4320 = 50135040 bytes
3511.893756481 [11521-11702] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 76 78
3511.893761491 [11521-11702] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3513.740149221 [11521-11695] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3c80 7680x4320 = 50135040 bytes
3513.740305540 [11521-11695] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 97 98
3513.740310110 [11521-11695] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3513.753884023 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3d60 7680x4320 = 50135040 bytes
3513.754075431 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 101 102
3513.754080651 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3513.874156960 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3e40 7680x4320 = 50135040 bytes
3513.874316469 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 108 109
3513.874323179 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3513.891787990 [11521-11695] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70d59b52e0 7680x4320 = 50135040 bytes
3513.892357394 [11521-11695] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 112 113
3513.892363323 [11521-11695] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3513.957539848 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70d59b5c80 7680x4320 = 50135040 bytes
3513.957779815 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 65 73 77
3513.957785455 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
[Child 11305, MediaDecoderStateMachine #1] WARNING: Decoder=7f15f8a1ff00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005): file /builddir/build/BUILD/firefox-127.0.2/dom/media/MediaDecoderStateMachineBase.cpp:167
3515.452133307 [11521-11695] ../src/vabackend.c:1121         nvDestroyContext Destroying context: 29
3515.452141497 [11521-11695] ../src/vabackend.c: 325           destroyContext Signaling resolve thread to exit
3515.452145927 [11521-11695] ../src/vabackend.c: 331           destroyContext Waiting for resolve thread to exit
[Child 11305, MediaDecoderStateMachine #1] WARNING: Decoder=7f15f8a1ff00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005): file /builddir/build/BUILD/firefox-127.0.2/dom/media/MediaDecoderStateMachineBase.cpp:167
3515.458624577 [11521-11702] ../src/vabackend.c: 458          resolveSurfaces [RT] Resolve thread for 0x7f70aa6b4000 exiting
3515.458650277 [11521-11695] ../src/vabackend.c: 333           destroyContext pthread_timedjoin_np finished with 0
[Child 11305, MediaDecoderStateMachine #1] WARNING: Decoder=7f15f8a1ff00 Decode error: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005): file /builddir/build/BUILD/firefox-127.0.2/dom/media/MediaDecoderStateMachineBase.cpp:167
3515.686789617 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 8 (0x7f70c285ca60)
3515.687010014 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 11 (0x7f70c285bac0)
3515.687995364 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 1 (0x7f70c285c7e0)
3515.688199401 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 9 (0x7f70c285c420)
3515.689188741 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 2 (0x7f70c285cec0)
3515.689342939 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 4 (0x7f70c285c560)
3515.689532207 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 7 (0x7f70c285c4c0)
3515.690609195 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 5 (0x7f70c285c600)
3515.691638534 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 3 (0x7f70c285c6a0)
3515.692653623 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 10 (0x7f70c285cba0)
3515.693672392 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 6 (0x7f70c285c920)
3515.694689831 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 0 (0x7f70c285c740)
3515.695714070 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285c240)
3515.695719460 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285bde0)
3515.695721880 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285bb60)
3515.695724570 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285c2e0)
3515.695727900 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285b840)
3515.695730460 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285b2a0)
3515.695733000 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285b160)
3515.695735490 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285c100)
3515.695738900 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285bf20)
3515.695741980 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285c380)
3515.695744510 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285bd40)
3515.695747780 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285be80)
3515.695750240 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285ba20)
3515.695753410 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70c285c1a0)
3515.695757000 [11521-11695] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3515.695833079 [11521-11695] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances
3515.728692943 [11521-11700] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3515.728700113 [11521-11700] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 0 (0 max) instances
3515.728703853 [11521-11700] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3515.728721463 [11521-11700] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3515.728748912 [11521-11700] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3515.728757312 [11521-11700] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3515.777606923 [11521-11700] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3515.777795281 [11521-11708] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3515.777802451 [11521-11708] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3515.777806321 [11521-11708] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3515.777835251 [11521-11708] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3515.777863231 [11521-11708] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3515.777870431 [11521-11708] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3515.818303553 [11521-11708] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3515.818343592 [11521-11695] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f35a60
3515.818497951 [11521-11695] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3515.846583627 [11521-11710] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3515.846589767 [11521-11710] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3515.846592027 [11521-11710] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3515.846610296 [11521-11710] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3515.846669496 [11521-11710] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3515.846674636 [11521-11710] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3515.891761368 [11521-11710] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3515.891930926 [11521-11708] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3515.892043945 [11521-11708] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3515.922151549 [11521-11695] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3515.922158789 [11521-11695] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3515.922162569 [11521-11695] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3515.922173318 [11521-11695] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3515.922220878 [11521-11695] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3515.922226468 [11521-11695] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3515.942694706 [11521-11700] ../src/vabackend.c: 674           nvCreateConfig got profile: 19 with 0 attributes
3515.942704986 [11521-11700] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 0
3515.942709126 [11521-11700] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fef40 8
3515.947595593 [11521-11700] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3515.947612833 [11521-11700] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 32624
3515.947618533 [11521-11700] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fea00 8
3515.951924036 [11521-11700] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3515.951936596 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3cd40)
3515.951941766 [11521-11700] ../src/vabackend.c:1540            nvDeriveImage In nvDeriveImage
3515.951946416 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3c3e0)
3515.951950226 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3cf20)
3515.951953776 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3c840)
3515.951957336 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3cfc0)
3515.951961046 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3cb60)
3515.951964446 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3da60)
3515.951967886 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3dd80)
3515.951971466 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3de20)
3515.951975016 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3dba0)
3515.951978426 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3dec0)
3515.951981886 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70a9e3df60)
3515.951985836 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70aa6e4de0)
3515.951989406 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70aa6e40c0)
3515.951993146 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70aa6e4a20)
3515.951997026 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70aa6e5060)
3515.952006355 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70aa6e45c0)
3515.952010105 [11521-11700] ../src/vabackend.c: 957        nvCreateSurfaces2 Creating surface 3840x2160, format 1 (0x7f70aa6e48e0)
3515.974623491 [11521-11695] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3515.974780269 [11521-11710] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3515.974870618 [11521-11710] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3516.005035661 [11521-11708] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3516.005042481 [11521-11708] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3516.005044851 [11521-11708] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3516.005054131 [11521-11708] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3516.005089681 [11521-11708] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3516.005094521 [11521-11708] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3516.048216564 [11521-11708] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3516.048386072 [11521-11695] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3516.048507071 [11521-11695] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3516.056213467 [11521-11700] ../src/vabackend.c: 674           nvCreateConfig got profile: 19 with 0 attributes
3516.056220877 [11521-11700] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) (nil) 0
3516.056224097 [11521-11700] ../src/vabackend.c:1802 nvQuerySurfaceAttributes with 10 (8) 0x7f70c02fe040 8
3516.061478850 [11521-11700] ../src/vabackend.c:1869 nvQuerySurfaceAttributes Returning constraints: width: 128 - 8192, height: 128 - 8192
3516.061487800 [11521-11700] ../src/vabackend.c:1021          nvCreateContext creating context with 18 render targets, 18 surfaces, at 3840x2160
3516.075404789 [11521-11710] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3516.075412039 [11521-11710] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3516.075414849 [11521-11710] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3516.075426739 [11521-11710] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3516.075457249 [11521-11710] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3516.075463019 [11521-11710] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3516.104192578 [11521-11723] ../src/vabackend.c: 416          resolveSurfaces [RT] Resolve thread for 0x7f70aa711000 started
3516.108274424 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3740 3840x2160 = 12779520 bytes
3516.108977146 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 50 52 51
3516.108983316 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.113977832 [11521-11723] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3d60 3840x2160 = 12779520 bytes
3516.114149810 [11521-11723] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 96 97 98
3516.114155200 [11521-11723] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.117435304 [11521-11708] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3900 3840x2160 = 12779520 bytes
3516.117638302 [11521-11708] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 96 97 99
3516.117643402 [11521-11708] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.120621310 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3ac0 3840x2160 = 12779520 bytes
3516.120764568 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 55 56 96
3516.120771178 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.123877155 [11521-11708] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3ba0 3840x2160 = 12779520 bytes
3516.124311920 [11521-11708] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 55 100 101
3516.124318160 [11521-11708] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.128361316 [11521-11710] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3516.128506705 [11521-11700] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3516.128605464 [11521-11700] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3516.154725201 [11521-11708] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3c80 3840x2160 = 12779520 bytes
3516.154792240 [11521-11695] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3516.154797850 [11521-11695] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3516.154800160 [11521-11695] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3516.154809190 [11521-11695] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3516.154849809 [11521-11695] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3516.154854279 [11521-11695] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3516.154896169 [11521-11708] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 42 48 49
3516.154901579 [11521-11708] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.196724416 [11521-11695] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3516.196913444 [11521-11708] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3516.197083852 [11521-11708] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3516.207843296 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3e40 3840x2160 = 12779520 bytes
3516.208576828 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 43 45 46
3516.208581978 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.229116635 [11521-11710] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3516.229125385 [11521-11710] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3516.229130575 [11521-11710] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3516.229163525 [11521-11710] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3516.229194145 [11521-11710] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3516.229199485 [11521-11710] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3516.231256112 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70a0ec3f20 3840x2160 = 12779520 bytes
3516.241810498 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 103 105 107
3516.241816958 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.273032350 [11521-11710] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3516.273184358 [11521-11695] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f343e0
3516.273316137 [11521-11695] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3516.297163329 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70d59b52e0 3840x2160 = 12779520 bytes
3516.297636474 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 42 43 44
3516.297642333 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.299864479 [11521-11710] ../src/vabackend.c:2188       __vaDriverInit_1_0 Initialising NVIDIA VA-API Driver: 31
3516.299870179 [11521-11710] ../src/vabackend.c:2197       __vaDriverInit_1_0 Now have 1 (0 max) instances
3516.299872449 [11521-11710] ../src/vabackend.c:2223       __vaDriverInit_1_0 Selecting Direct backend
3516.299882029 [11521-11710] ../src/direct/nv-driver.c: 267            init_nvdriver Initing nvdriver...
3516.299938459 [11521-11710] ../src/direct/nv-driver.c: 285            init_nvdriver NVIDIA kernel driver version: 550.90.07, major version: 550, minor version: 90
3516.299944809 [11521-11710] ../src/direct/nv-driver.c: 292            init_nvdriver Got dev info: 2b00 1 2 6
3516.331271309 [11521-11700] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70d59b5c80 3840x2160 = 12779520 bytes
3516.331589456 [11521-11700] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 48 119 120
3516.331594736 [11521-11700] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3516.341169612 [11521-11710] ../src/vabackend.c:1446      nvQueryImageFormats In nvQueryImageFormats
3516.341313831 [11521-11708] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f35100
3516.341412130 [11521-11708] ../src/vabackend.c:2112              nvTerminate Now have 1 (0 max) instances
3516.829129970 [11521-11708] ../src/direct/direct-export-buf.c: 151 direct_allocateBackingImage Allocating BackingImage: 0x7f70d59b5d60 3840x2160 = 12779520 bytes
3516.829317578 [11521-11708] ../src/direct/direct-export-buf.c: 160 direct_allocateBackingImage Allocate Buffer: 36 42 43
3516.829324857 [11521-11708] ../src/direct/direct-export-buf.c: 170 direct_allocateBackingImage Importing memory to CUDA
3532.780765195 [11521-11695] ../src/vabackend.c:1121         nvDestroyContext Destroying context: 21
3532.780777345 [11521-11695] ../src/vabackend.c: 325           destroyContext Signaling resolve thread to exit
3532.780781645 [11521-11695] ../src/vabackend.c: 331           destroyContext Waiting for resolve thread to exit
3532.780789395 [11521-11723] ../src/vabackend.c: 458          resolveSurfaces [RT] Resolve thread for 0x7f70aa711000 exiting
3532.780823205 [11521-11695] ../src/vabackend.c: 333           destroyContext pthread_timedjoin_np finished with 0
3532.822234756 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 3 (0x7f70aa6e4a20)
3532.822375145 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 9 (0x7f70a9e3de20)
3532.822685242 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 0 (0x7f70aa6e48e0)
3532.822998548 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 7 (0x7f70a9e3dec0)
3532.823306025 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 2 (0x7f70aa6e5060)
3532.823609742 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 8 (0x7f70a9e3dba0)
3532.823773920 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 1 (0x7f70aa6e45c0)
3532.824097226 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 10 (0x7f70a9e3dd80)
3532.824390203 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 6 (0x7f70a9e3df60)
3532.824515222 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 5 (0x7f70aa6e4de0)
3532.824827748 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface 4 (0x7f70aa6e40c0)
3532.825197864 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a9e3da60)
3532.825202344 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a9e3cb60)
3532.825204544 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a9e3cfc0)
3532.825207584 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a9e3c840)
3532.825210124 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a9e3cf20)
3532.825212394 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a9e3c3e0)
3532.825214864 [11521-11695] ../src/vabackend.c: 991        nvDestroySurfaces Destroying surface -1 (0x7f70a9e3cd40)
3532.825220144 [11521-11695] ../src/vabackend.c:2098              nvTerminate Terminating 0x7f70e0f35e20
3532.825294333 [11521-11695] ../src/vabackend.c:2112              nvTerminate Now have 0 (0 max) instances

@nerijus
Copy link
Contributor

nerijus commented Jul 1, 2024

Please close the issue then.

@KaeLL KaeLL closed this as completed Jul 2, 2024
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

3 participants