Description
Build commands:
cmake .. -DPVR_WINDOW_SYSTEM=Wayland -DPVR_BUILD_OPENGLES_EXAMPLES=On -DPVR_BUILD_VULKAN_EXAMPLES=Off -DCMAKE_BUILD_TYPE=Debug
Repro steps
Run OpenGLESHelloAPI example
It failed with Segmentation fault (core dumped)
Environment
- SDK version: [R24.1-v5.12]
- Operating System/Device: Ubuntu 22.04 with GNOME on Wayland
Additional Info
I have gdb into the source code examples/OpenGLES/01_HelloAPI/OpenGLESHelloAPI_LinuxWayland.cpp and found no wl_shell registeration occured in registerGlobalCallback()
Description
Build commands:
cmake .. -DPVR_WINDOW_SYSTEM=Wayland -DPVR_BUILD_OPENGLES_EXAMPLES=On -DPVR_BUILD_VULKAN_EXAMPLES=Off -DCMAKE_BUILD_TYPE=DebugRepro steps
Run
OpenGLESHelloAPIexampleIt failed with
Segmentation fault (core dumped)Environment
Additional Info
I have gdb into the source code
examples/OpenGLES/01_HelloAPI/OpenGLESHelloAPI_LinuxWayland.cppand found nowl_shellregisteration occured inregisterGlobalCallback()