<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Layout Loop when writing into a section with 3 columns"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=73805#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - EDITING: Layout Loop when writing into a section with 3 columns"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=73805">bug 73805</a>
              from <span class="vcard"><a class="email" href="mailto:sxw@chronowerks.de" title="Simon Wilper <sxw@chronowerks.de>"> <span class="fn">Simon Wilper</span></a>
</span></b>
        <pre>Can reproduce with latest git checkout 6.1.0.0.alpha0+.

I also cannot even get the bugdoc open and the office gets stuck in an endless
loop of calls to SwLayoutFrame::MakeAll(vcl::RenderContext*) what gets called
from SwSectionFrame::MakeAll(vcl::RenderContext*).

There at the top a so-called StackHack is queried and the function is left when
the count is greater that a hardcoded 50. When I examined the stack size when
opening the document it never grows > 1.

So when I change the 50 to 0 I can get the document open but as it seems the
multicolumn section does not appear. Obviously this is the wrong way to do it
but where do you intervene? Before or after MakeAll() or not even remotely
there?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>