Giter VIP home page Giter VIP logo

Comments (12)

juan-lunarg avatar juan-lunarg commented on July 4, 2024 1

I updated the access permissions for this repo. You can assign them now.

from vulkan-extensionlayer.

jeremyg-lunarg avatar jeremyg-lunarg commented on July 4, 2024

@vkushwaha-nv can you please look at this? I would assign to you but there's some sort of group access problem that is preventing me from doing that. I'll try to figure that part out.

from vulkan-extensionlayer.

jeremyg-lunarg avatar jeremyg-lunarg commented on July 4, 2024

@vkushwaha-nv please join https://github.com/orgs/KhronosGroup/teams/vulkan/members so that I can assign issues to you.

from vulkan-extensionlayer.

vkushwaha-nv avatar vkushwaha-nv commented on July 4, 2024

Since I saw the passing builds on mac and Android, I assumed the tests were passing as well. I see you enabled it manually on Android. Should this be enabled on Linux and Mac as well or is it already enabled and passing there?

from vulkan-extensionlayer.

jeremyg-lunarg avatar jeremyg-lunarg commented on July 4, 2024

Since I saw the passing builds on mac and Android, I assumed the tests were passing as well. I see you enabled it manually on Android. Should this be enabled on Linux and Mac as well or is it already enabled and passing there?

Android doesn't use cmake, every other platform does. So it is the only special case.

from vulkan-extensionlayer.

vkushwaha-nv avatar vkushwaha-nv commented on July 4, 2024

Which GPU is this running on? Are there more logs / validation warnings that I can look at?

from vulkan-extensionlayer.

jeremyg-lunarg avatar jeremyg-lunarg commented on July 4, 2024

Which GPU is this running on? Are there more logs / validation warnings that I can look at?

We have 1 android device where your tests pass, which is a Galaxy S22.

The crash happens on Pixel6, Pixel3, Galaxy S10, and Shield TV. Hopefully you have access to at least one of those, because it won't really be practical for you to keep throwing things over the wall and waiting for logs.

Only Shield TV has anything interesting in logcat:

05-08 11:52:14.056  8367  8384 I VulkanExtensionLayerTests: [ RUN      ] DecompressionTest.DecompressMemory
05-08 11:52:14.063  8367  8384 I vulkan  : Loaded layer VK_LAYER_KHRONOS_memory_decompression
05-08 11:52:14.132  8367  8384 E vulkan  : internal vkGetInstanceProcAddr called for vkCreateInstance with an instance
05-08 11:52:14.147  8367  8384 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 1
05-08 11:52:14.148  8367  8384 I chatty  : uid=19423(com.example.VulkanExtensionLayerTests) identical 23 lines
05-08 11:52:14.148  8367  8384 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 1
05-08 11:52:14.148  8367  8384 I VulkanExtensionLayerTests: *** Failure in jni/../../tests/vktestbinding.cpp:294 Failed
05-08 11:52:14.148  8367  8384 I VulkanExtensionLayerTests: Assertion: `vk::CreateDevice(phy_.handle(), &info, __null, &dev) == VK_SUCCESS'
--------- beginning of crash
05-08 11:52:14.148  8367  8384 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 8384 (Thread-2), pid 8367 (nsionLayerTests)
05-08 11:52:14.197  8468  8468 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
05-08 11:52:14.197  3446  3446 I /system/bin/tombstoned: received crash request for pid 8384
05-08 11:52:14.198  8468  8468 I crash_dump64: performing dump of process 8367 (target tid = 8384)
05-08 11:52:14.206  8468  8468 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

from vulkan-extensionlayer.

juan-lunarg avatar juan-lunarg commented on July 4, 2024

My apologies for requesting logs. Unfortunately, I don’t have access to all platforms/OSes in my working environment. There was a confusion last time because of different driver build and that took some back and forth because we were running on different driver versions. All I really need is a log on the failing system with env variable “VK_MEMORY_DECOMPRESSION_LOGGING=1”

@vkushwaha-nv would setting the environment variable work for Android?

"VK_MEMORY_DECOMPRESSION_LOGGING";

from vulkan-extensionlayer.

vkushwaha-nv avatar vkushwaha-nv commented on July 4, 2024

I haven't run the layer on Android, but either of these should work
Env variable: debug.vulkan.decompression.logging=true
or
Add this in vk_layer_settings.txt: khronos_memory_decompression.logging=true

from vulkan-extensionlayer.

juan-lunarg avatar juan-lunarg commented on July 4, 2024

Currently running a job with those env variables enabled.

from vulkan-extensionlayer.

juan-lunarg avatar juan-lunarg commented on July 4, 2024

Here is the full dump for the Android job:
archive.zip

Looks like a nullptr issue.

@vkushwaha-nv we just added LunarG CI Checkrun to dump the output of internal jenkins to the public facing github.

See this PR for an example:
#219

So you should be able to develop against CI for now.

from vulkan-extensionlayer.

juan-lunarg avatar juan-lunarg commented on July 4, 2024

#230

from vulkan-extensionlayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.