Aspose.Words invoke UpdatePageLayout() throw exception

I have a document, when i invoke UpdatePageLayout(), it throw a Exction:System.InvalidOperationException: Infinite loop detected.

var doc = new Aspose.Words.Document(@"D:\default.docx");
doc.UpdatePageLayout();

the document:default.docx (5.9 MB)
the screenshot:

@sullivan I cannot reproduce the problem on my side using the latest 22.6 version of Aspose.Words for .NET. Please try using the latest version and let us know if the problem still occurs on your side.