You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a hang in Yarn 3.2.0 and have isolated the root cause as an infinite loop in [email protected]. (I'm not sure it's strictly infinite -- but it certainly doesn't terminate after an hour.) When Yarn asks diff to create a structured patch in order to show the user how the lockfile has changed, diff runs forever, consuming a lot of CPU while it does so.
I have reproduced the issue in this gist for your convenience.
I also verified that the hang still happens with [email protected] -- so it's still a legitimate issue. If I make any progress on diagnosing or fixing, I will update this ticket.
The text was updated successfully, but these errors were encountered:
xeger
changed the title
Endless loop in execEditLength() when calling structuredPatch()
Endless loop + hang with 100% CPU usage in execEditLength() when calling structuredPatch()
Apr 27, 2022
I encountered a hang in Yarn 3.2.0 and have isolated the root cause as an infinite loop in
[email protected]
. (I'm not sure it's strictly infinite -- but it certainly doesn't terminate after an hour.) When Yarn asksdiff
to create a structured patch in order to show the user how the lockfile has changed,diff
runs forever, consuming a lot of CPU while it does so.I have reproduced the issue in this gist for your convenience.
I also verified that the hang still happens with
[email protected]
-- so it's still a legitimate issue. If I make any progress on diagnosing or fixing, I will update this ticket.The text was updated successfully, but these errors were encountered: