<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Crash when trying to save a form using an image bigger than length of Binary fix field"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138691#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Crash when trying to save a form using an image bigger than length of Binary fix field"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138691">bug 138691</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>I kept on the tests and I finally could reproduce the empty sequence too:
Here are the steps:
- create a table following steps for initial description but with length 10000
(instead of 100)
- create a form the same way as initial description
- in the form
- type "1" for field 1
- choose image with a length < 10000
- close form and save
- reopen the form
- choose image with a length > 10000
=> crash with an empty sequence.

So not Heisenberg at all! :-)

Now let's find the possible and most appropriate location to fix
(check+warning) this between:
- forms/source/runtime/formoperations.cxx
- forms/source/component/DatabaseForm.cxx
- dbaccess/source/core/api/RowSet.cxx
- dbaccess/source/core/api/RowSetCache.cxx
- dbaccess/source/core/api/KeySet.cxx
- dbaccess/source/core/api/CacheSet.cxx
- connectivity/source/commontools/dbtools.cxx
- dbaccess/source/core/api/preparedstatement.cxx

I removed connectivity/source/drivers/firebird/PreparedStatement.cxx since we
want a generic fix (not Firebird specific).</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>