Skip to content

Avoid looping forever if core pinning fails#104

Closed
IagoAbal wants to merge 1 commit into
rdicosmo:masterfrom
IagoAbal:iago/103
Closed

Avoid looping forever if core pinning fails#104
IagoAbal wants to merge 1 commit into
rdicosmo:masterfrom
IagoAbal:iago/103

Conversation

@IagoAbal
Copy link
Copy Markdown

@IagoAbal IagoAbal commented Jul 5, 2021

This is known to happen, under some circumstances, on Apple M1.

Plus code cleanup.

Closes #103

This is known to happen, under some circumstances, on Apple M1.

Plus code cleanup.

Closes rdicosmo#103
@IagoAbal
Copy link
Copy Markdown
Author

IagoAbal commented Jul 5, 2021

Be aware that I have not done extensive testing of these changes! For now I have jut ran make test on an Apple M1. I will try to do the same from a Linux machine.

@rdicosmo
Copy link
Copy Markdown
Owner

Thanks for looking into this. It is difficult to follow the diff you proposed, though: there is code that is moved untouched in a separate subroutine, and it is not clear what the proposed change really is.
May you submit a separate PR with only the change in the logic, without the code reshuffling?

@rdicosmo
Copy link
Copy Markdown
Owner

rdicosmo commented Apr 24, 2026

@IagoAbal thank you for the original analysis and patch — sorry this stalled for so long. I have opened #116 with just the loop-bound logic change you wrote (no refactor), as requested in the 2021 review. You are credited in the commit message. Closing this in favor of #116.

@rdicosmo rdicosmo closed this Apr 24, 2026
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.

Infinite loop if core pinning fails

2 participants