To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113810
------- Additional comments from a...@openoffice.org Fri Aug 13 11:08:16 +0000 2010 ------- AW: In SdrMarkView::MouseMove the order of commands causes the crash. The crash happens more reliable when You move the mouse during pressing the delete key which already points to a timing problem. The call to PickHandle() will re-create the handles (that this is necessary is internally buffered). Unfortunately, the number of handles to iterate over is already remembered before this using aHdl.GetHdlCount(). This does not happen without moving the mouse since a callback timer will refresh the handle list before the next MouseMove. To fix this it is necessary to get the number of handles after the call to PickHandle(). Done this, checking... --------------------------------------------------------------------- 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...@graphics.openoffice.org For additional commands, e-mail: issues-h...@graphics.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org