To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110806
                 Issue #|110806
                 Summary|vcl: STL assertion failure
               Component|gsl
                 Version|DEV300m76
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|dtardon





------- Additional comments from dtar...@openoffice.org Mon Apr 12 12:43:39 
+0000 2010 -------
I got the following assertion when trying to open an HTML document saved from
http://www.unicode.org/reports/tr29/:

/home/dtardon/work/upstream/openoffice.org/build/devel/solver/300/unxlngi6/inc/stl/stl/debug/_iterator.h(172):
STL assertion failure : _Incrementable(*this,__n, _Iterator_category())

Because order of evaluation of operators of the same priority is left to right,
the iterator there is first moved 31 steps forward and then 30 steps backward :)
That means the iterator is (temporarily) placed behind end(). Evidently STLPort
(in debug mode) doesn't like this.

---------------------------------------------------------------------
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to