<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Many "Exception in..." warnings when editing data using Basic macros"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122665">122665</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Many "Exception in..." warnings when editing data using Basic macros
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.3.0.0.alpha0+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jim.avera@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
A spreadsheet with Basic macros sometimes crashes Calc while the macro code
deletes rows or whole Sheets.  Unfortunately the crash is not reproducible on
demand, which makes me suspect some kind of memory corruption or referential
integrity issue (e.g. following old pointers to deleted objects on the heap).

Although the crash is not reproducible, the following warnings always occur on
the terminal during these operations:

** (soffice:31457): WARNING ** Exception in getAccessibleIndexInParent()
** (soffice:31457): WARNING ** Exception in getAccessibleName()
(repeated many times).


Steps to Reproduce:
1. Open the attached spreadsheet (exceptions.ods)and ENABLE MACROS.
2. Click the black "DISC+Reload" button.

Actual Results:
Many warnings on the terminal like
...Exception in getAccessibleIndexInParent()
...Exception in getAccessibleName()


Expected Results:
Silence.


Reproducible: Always


User Profile Reset: No



Additional Info:
The warnings happen in 5.x and later including master, but not in 3.6.7.2</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>