To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=69236
------- Additional comments from [EMAIL PROTECTED] Tue Sep 19 09:22:16 -0700 2006 ------- Duh. STL container::erase has kind of overloaded semantics - in this case, for a plain vector, the contract explicitely said that erase(iter) needs a valid, dereferencable iterator (which was violated - the iterator passed for this crash was the end() iterator). Further rework of that method (see the todo statement) happens in CWS presfixes09. Patch attached. --------------------------------------------------------------------- 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]
