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

core: mach triangle example project segfaults (PopOS) #1232

Open
wsdevv opened this issue Jul 22, 2024 · 1 comment
Open

core: mach triangle example project segfaults (PopOS) #1232

wsdevv opened this issue Jul 22, 2024 · 1 comment
Labels
bug Something isn't working needs-triage Issues that need triaging

Comments

@wsdevv
Copy link

wsdevv commented Jul 22, 2024

(can expand on anything if you'd like. However the error is very obscure, so I'm not sure how helpful this report will be :/ )
Hardware:

  • 11th Gen core i7
  • Intel Iris Xe Graphics (using Mesa Xe drivers that came installed with the OS)

Software:

  • PopOS LTS 22.04
  • X11 windowing system
    (Vulkan driver version 24.0.3)

The problem:
After a few seconds of running the triangle-shader example project with zig version 0.13.0-dev.351+64ef45eb0 (latest mach version), the program segfaults with the following message

Segmentation fault at address 0x0
???:?:?: 0x7e91acda7db1 in ??? (libvulkan_intel.so)
Unwind information for "libvulkan_intel.so:0x7e91acda7db1" was not available, trace may be incomplete

run
└─ run {project-name} failure
error: the following command terminated unexpectedly:
/home/{user}/Documents/{project-name}/zig-out/bin/{project-name}
Build Summary: 34/36 steps succeeded; 1 failed (disable with --summary none)
run transitive failure
└─ run {project-name} failure
error: the following build command failed with exit code 1:
/home/{user}/Documents/{project-name}/.zig-cache/o/df0ae361e441204d340ce80a2e5a7aff/build /home/{user}/zig/0.13.0-dev.351+64ef45eb0/files/zig /home/{user}/Documents/{project-name} /home/{user}/Documents/{project-name}/.zig-cache /home/{user}/.cache/zig --seed 0x9c5994d9 -Z8982752a60a55545 run
@wsdevv wsdevv added bug Something isn't working needs-triage Issues that need triaging labels Jul 22, 2024
@wsdevv wsdevv changed the title Mach triangle example project segfaults (PopOS) core: mach triangle example project segfaults (PopOS) Jul 23, 2024
@RonaldZielaznicki
Copy link
Contributor

@wsdevv
Would you be able to verify that this issue is fixed after #1289?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Issues that need triaging
Projects
None yet
Development

No branches or pull requests

2 participants