<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Frequent crashes in sal3.dll when EDITING forms."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123778">bug 123778</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>iplaw67@tuta.io, lionel@mamane.lu, serval2412@yahoo.fr
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Frequent crashes in sal3.dll when EDITING forms."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123778#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Frequent crashes in sal3.dll when EDITING forms."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123778">bug 123778</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>@Alexander : from the trace you have provided via the crash reporter, several
exceptions appear to be caught at lines 806 (explicit catch test for obtaining
MetaData from the db), 813 (test for whether the ESCAPE PROCESSING PROPERTY has
been set,  and 814 (explicit catch test) in SingleSelectQueryComposer.cxx

Reading the comment at line 796 of that same file, which refers to an OOo bug
for Access:

<a href="https://bz.apache.org/ooo/show_bug.cgi?id=110111">https://bz.apache.org/ooo/show_bug.cgi?id=110111</a>

and from Ocke's comments at the time :

<a href="https://bz.apache.org/ooo/show_bug.cgi?id=110111#c8">https://bz.apache.org/ooo/show_bug.cgi?id=110111#c8</a>

I'm guessing that the corresponding LO MetaData.cxx code needs adjusting
somehow to present the correct sequence, however, there are quite a few of
these in the LO source code, so I'd hasard a guess and say it might be :

/core⁩/connectivity⁩/source⁩/drivers⁩/jdbc⁩/ResultSetMetaData.cxx

or

/core⁩/connectivity⁩/source⁩/drivers⁩/jdbc⁩/DatabaseMetaData.cxx

or

/core/connectivity/source/drivers/writer/WDatabaseMetaData.cxx


in this particular instance, as your connection is JDBC and you mentioned you
were trying to open a form (which is a Writer document).



You don't say what your form is based on, and whether or not it contains
subforms, as this would help pinpoint the issue further.

Additionally, the mysql ConnectorJ/8.x series is known to produce a number of
buggy behaviours currently with LO, so perhaps switching back to a 5.x series
might provide a workaround for the time being.</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>