Skip to content

Fix Mac Silicon bug: service_manager.py incorrectly selects x64 binary on Apple Silicon Macs - #152

Open
vigneshc wants to merge 3 commits into
malloydata:mainfrom
vigneshc:main
Open

Fix Mac Silicon bug: service_manager.py incorrectly selects x64 binary on Apple Silicon Macs #152
vigneshc wants to merge 3 commits into
malloydata:mainfrom
vigneshc:main

Conversation

@vigneshc

Copy link
Copy Markdown

The ServiceManager.service_path() method had a logic bug that caused Mac computers with Apple Silicon (M1/M2/M3/M4) chips to incorrectly receive the x64 service binary instead of the arm64 binary. This would result in the wrong architecture binary being loaded, leading to potential crashes or failures.

The changes were done completely by github copilot in this PR.

Copilot AI and others added 3 commits October 16, 2025 04:29
…logic

Co-authored-by: vigneshc <2870058+vigneshc@users.noreply.github.com>
Fix Mac Silicon bug: service_manager.py incorrectly selects x64 binary on Apple Silicon Macs
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.

2 participants