Open happysmash27 opened 3 years ago
Could you please attach the binary instead?
Yes.
hello_xr binary debug: https://happysmash27.me/Upload/Debug%20Programs/cutter_segfault_2021-10-24/hello_xr_debug
hello_xr binary release: https://happysmash27.me/Upload/Debug%20Programs/cutter_segfault_2021-10-24/hello_xr_release
My own WIP OpenXR program: https://happysmash27.me/Upload/Debug%20Programs/cutter_segfault_2021-10-24/testpattern_openxr
Environment information
Describe the bug
When analysing OpenXR programs, Cutter segmentation faults.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots/Logs
For my own in-progress OpenXR program, compiled with debug symbols:
For the release version of the Hello XR test:
For the debug build of the same program:
Additional Info
This is compiled from the Gentoo package.
My program, and I believe OpenXR's hello_xr too, both dynamically load certain OpenXR functions to a function pointer, as this is required to be able to run these functions.