Add bugreport87 selective rerip timeout repro - #167
Open
0hmX wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Benchmark This PRRun benchmarks by commenting on this PR: Everything after Examples:
Any PR whose title contains |
0hmX
force-pushed
the
agent/bugreport87-portpoint-repro
branch
from
August 13, 2026 22:59
09fc43f to
3944c9f
Compare
0hmX
force-pushed
the
agent/bugreport87-portpoint-repro
branch
from
August 13, 2026 23:02
3944c9f to
e3d8290
Compare
0hmX
marked this pull request as ready for review
August 14, 2026 00:06
This was referenced Aug 21, 2026
* Add trace-density region cost option * Fix repeated selective rerip cycles * Prefer preserving caller-owned routes during rerip * Fix preferred-only quality rerips --------- Co-authored-by: ankan roy <ankan@ankans-MacBook-Air.local>
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.
What
Why
One otherwise valid cramped port changes route 32's chosen path. Later routes rotate blocker owners, and the selective-rerip solver never recognizes the resulting dependency cycle.
On current
main, the captured graph remained unsolved after 240,000 iterations and 44 selective rips (about 49 seconds) and continued cycling; a longer local run exceeded 153 seconds.Scope
This PR intentionally exposes the timeout/stall and does not fix it. The source-only fix is stacked in #168.
CI evidence
The Bun Test workflow for this repro was cancelled after 5m15s with:
The job has exceeded the maximum execution time of 5m0s.That is the intended result for this isolation PR. The same full Linux suite passes on #168.
Validation