[FFmpeg-trac] #8962(undetermined:new): Vulkan filters crash

FFmpeg trac at avcodec.org
Thu Nov 5 08:29:28 EET 2020


#8962: Vulkan filters crash
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  paulpacifico                       |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  vulkan       |               Blocked By:
  crash                              |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Gyan):

 Can reproduce with my build on Windows 7 but not on Windows 10. The former
 has a discrete Nvidia Maxwell 1 GPU (750 Ti). Vulkan API 1.2.142. Driver
 456.55. There's an access violation (c0000005) in nvoglv64.dll reported.
 The Vulkan Cube supplied with LunarG's Vulkan SDK works.

 These are the contents of nv-vk64.json


 {{{
 {
     "file_format_version" : "1.0.0",
     "ICD": {
         "library_path": ".\\nvoglv64.dll",
         "api_version" : "1.2.142"
     },
     "layer": {
         "name": "VK_LAYER_NV_optimus",
         "type": "INSTANCE",
         "library_path": ".\\nvoglv64.dll",
         "api_version" : "1.2.142",
         "implementation_version" : "1",
         "description" : "NVIDIA Optimus layer",
         "functions": {
             "vkGetInstanceProcAddr": "vk_optimusGetInstanceProcAddr",
             "vkGetDeviceProcAddr": "vk_optimusGetDeviceProcAddr"
         },
         "disable_environment": {
             "DISABLE_LAYER_NV_OPTIMUS_1": ""
         }
     }
 }
 }}}

 The (working) Windows 10 GPU is the on-die IntelĀ® UHD Graphics 630.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8962#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list