[throwaway] macOS dyld Python-runtime diagnostics (DO NOT MERGE) - #68
Closed
ryanmrichard wants to merge 4 commits into
Closed
[throwaway] macOS dyld Python-runtime diagnostics (DO NOT MERGE)#68ryanmrichard wants to merge 4 commits into
ryanmrichard wants to merge 4 commits into
Conversation
…ERGE) Throwaway PR to trigger the macOS CI job with new dyld/Python-runtime diagnostics, to confirm the root cause documented in scf-macos-pybind11-segfault.md.
Member
Author
|
Diagnostics captured, root cause confirmed and fixed (Python_FIND_STRATEGY=LOCATION in .github's cmake_build/action.yml). Closing this throwaway PR. |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Throwaway PR — do not merge. Pins
test_cmake_buildto.github'smacos-crash-diagnosticsbranch to run new diagnostics(otool -L on the running python3 and the built scf module, DYLD_*
env dump, Homebrew Python 3.14 framework search) confirming the
root-cause theory in
scf-macos-pybind11-segfault.md: the CIprocess ends up executing under a Python 3.14 runtime instead of the
3.12 it was compiled/launched against.
Close and delete this branch once the CI log has been pulled.