<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Reportbuilder - adding or removing fields in report causes Libreoffice to crash"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=140285#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Reportbuilder - adding or removing fields in report causes Libreoffice to crash"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=140285">bug 140285</a>
              from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
        <pre>@joro : according to the crash report, you have set a listener somewhere in
your report, and switching from that listener to another (or releasing it), is
causing a crash in the rptuilo library.

Is there any basic code execution associated with your report creation ?

Looking at the crash report detail :
comphelper::OInterfaceContainerHelper2::forEach<com::sun::star::view::XSelectionChangeListener,<lambda_d58ac2fab180795b2081e04b15f6c6f1>

So, which selection change (XSelectionChangeListener, presumably made with the
mouse) is causing this to happen ?

Seems linked to the header identified in : 
\comphelper\interfacecontainer2.hxx at line 266

Not much else I can say, I'm afraid.</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>