Skip to content

ia64: Don't clear register_stack_start #2155

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

Closed
wants to merge 1 commit into from
Closed

ia64: Don't clear register_stack_start #2155

wants to merge 1 commit into from

Conversation

jrtc27
Copy link
Contributor

@jrtc27 jrtc27 commented Apr 26, 2019

r59829 stopped clearing stack_start and enabled the code for !FIBER_USE_NATIVE, but we need to do the same for register_stack_start on ia64, otherwise we end up with NULL in cont_save_machine_stack.

This regression first shows up on the 2.1 branch, though 2.5 is the earliest branch still subject to normal maintenance, so I suppose this is only really a candidate for the 2.5 and 2.6 branches.

r59829 stopped clearing stack_start and enabled the code for
!FIBER_USE_NATIVE, but we need to do the same for register_stack_start
on ia64, otherwise we end up with NULL in cont_save_machine_stack.
@matzbot matzbot closed this in ecf660e Apr 27, 2019
@hsbt hsbt added the Backport label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants