Skip to content

Commit

Permalink
u3: adds unconditional freelist migration as workaround (#551)
Browse files Browse the repository at this point in the history
... early migration prerelease

In other words, my comment at
#539 (comment) was
wrong, the couple of ships that are affected cannot just meld because
the loom-sane assertion runs too early.
  • Loading branch information
pkova authored Nov 13, 2023
2 parents c4be31e + 202542d commit 1b86849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/noun/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,10 @@ _find_home(void)
fprintf(stderr, "loom: strange size north (%u, %u)\r\n",
nor_w, u3P.nor_u.pgs_w);
}

// XX move me
//
u3a_ream();
}

/* As a further guard against any sneaky loom corruption */
Expand Down

0 comments on commit 1b86849

Please sign in to comment.