Skip to content

chore: update goffi v0.3.9 → v0.4.1 (Linux/macOS SIGSEGV fix)#92

Merged
kolkov merged 1 commit intomainfrom
chore/update-goffi-v0.4.1
Mar 2, 2026
Merged

chore: update goffi v0.3.9 → v0.4.1 (Linux/macOS SIGSEGV fix)#92
kolkov merged 1 commit intomainfrom
chore/update-goffi-v0.4.1

Conversation

@kolkov
Copy link
Contributor

@kolkov kolkov commented Mar 2, 2026

Update goffi v0.3.9 → v0.4.1 — fix SIGSEGV on Linux/macOS for Vulkan functions with >6 arguments.

goffi Call6Float had no stack spill on Unix amd64 — arguments 7+ were silently dropped, causing crashes in vkCmdPipelineBarrier (10 params) and other multi-arg Vulkan functions.

Fix SIGSEGV on Linux/macOS for Vulkan functions with >6 arguments.
goffi Call6Float had no stack spill — args 7+ were silently dropped.
Reported by darkliquid (gogpu#119), fixed in goffi#19.
@codecov
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kolkov kolkov merged commit 510c167 into main Mar 2, 2026
11 checks passed
@kolkov kolkov deleted the chore/update-goffi-v0.4.1 branch March 2, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant