Skip to content

enable frame pointers for linux x86-64 and aarch64#997

Draft
jjhelmus wants to merge 1 commit intoastral-sh:mainfrom
jjhelmus:add_frame_pointers
Draft

enable frame pointers for linux x86-64 and aarch64#997
jjhelmus wants to merge 1 commit intoastral-sh:mainfrom
jjhelmus:add_frame_pointers

Conversation

@jjhelmus
Copy link
Contributor

@jjhelmus jjhelmus commented Mar 4, 2026

Enable frame pointers on x86-64 and aarch64 Linux platforms.

closes #992

@jjhelmus jjhelmus added the platform:linux Specific to the Linux platform label Mar 4, 2026
Enable frame pointers on x86-64 and aarch64 Linux platforms.
@jjhelmus jjhelmus force-pushed the add_frame_pointers branch from c1c44b9 to 877018d Compare March 4, 2026 16:43
@jjhelmus
Copy link
Contributor Author

jjhelmus commented Mar 6, 2026

The native 3.12 build on linux segfaults

2026-03-04T18:01:02.9713076Z cpython-3.12> /build/build-cpython.sh: line 889: 11960 Segmentation fault (core dumped) ${BUILD_PYTHON} "${PIP_WHEEL}/pip" install --prefix="${ROOT}/out/python/install" --no-cache-dir --no-index "${PIP_WHEEL}"

Strange

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform:linux Specific to the Linux platform

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable frame pointers on Linux for the perf profiler

1 participant