To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68280
                 Issue #|68280
                 Summary|ERROR: Position is invalid! / STL assertion when filte
                        |ring an LDAP table with empty result
               Component|Database access
                 Version|680m181
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|oj
             Reported by|fs





------- Additional comments from [EMAIL PROTECTED] Wed Aug  9 03:18:22 -0700 
2006 -------
- create a database document pointing to the comporate Sun-LDAP server
  (probably any LDAP server with a sufficiently high number of entries will do)
- display the "LDAP Directory" table
- open the filter dialog
- enter, as only condition "Country like abc" (doesn't really matter in
concrete, just
  must produce an empty result set)
=> an error message is shown ("timeout waiting for result"), which is okay
=> an assertion "Position is invalid!" is shown
=> an STL assertion is shown
=> the process is terminated

fs->oj: the assertions are from ORowSetCache::setMaxRowSetSize, where, in the
|else| branch, |m_aMatrixIter| is set to |m_pMatrix->begin() + nKeyPos|.
Obviously, nKeyPos is larger than the new size of the cache ...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to